Commit 89abd9a1 authored by Dio Maulana's avatar Dio Maulana

viewbill change

parent babf7522
{ {
"base_url": "https://romi-dev2.ravku.com/", "base_url": "https://romi-dev2.ravku.com/",
"title": "Ravintola Dev BYOD", "title": "Ravintola Dev BYOD",
"isResponsive": false, "isResponsive": true,
"debug": true "debug": true
} }
\ No newline at end of file
...@@ -781,7 +781,7 @@ class CoreBill extends StatelessWidget { ...@@ -781,7 +781,7 @@ class CoreBill extends StatelessWidget {
) )
: const SizedBox(), : const SizedBox(),
Container( Container(
padding: const EdgeInsets.only(top: 5, bottom: 5), padding: const EdgeInsets.only(top: 5, bottom: 15),
color: backgroundWhite, color: backgroundWhite,
width: double.infinity, width: double.infinity,
child: Align( child: Align(
...@@ -976,7 +976,7 @@ class CoreBill extends StatelessWidget { ...@@ -976,7 +976,7 @@ class CoreBill extends StatelessWidget {
child: ButtonComponent( child: ButtonComponent(
buttonColor: buttonColor, buttonColor: buttonColor,
teksButton: teksButton:
'Excelso CRM Balance'), 'Excelso CRM Balance - Rp ${formatNumber().format(outStandingTopayMember)}'),
), ),
const SizedBox( const SizedBox(
height: 16, height: 16,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment