This commit is contained in:
PhyoThandar
2020-10-16 13:46:02 +06:30
parent ff12b2c24b
commit 0e9e3da0c4
7 changed files with 154 additions and 21 deletions

View File

@@ -297,8 +297,8 @@ class _HomePageState extends State<HomePage> {
CupertinoPageRoute(builder: (context) => InvoiceList())));
final invoicesBtnFcs = TaskButton("invoices.btn",
icon: FontAwesomeIcons.fileInvoice,
btnCallback: () => Navigator.of(context).push<void>(
CupertinoPageRoute(builder: (context) => InvoiceList())));
btnCallback: () => Navigator.of(context).push<void>(CupertinoPageRoute(
builder: (context) => InvoiceList(onlyFcs: true))));
final discountBtn = TaskButton("discount.btn",
icon: Entypo.price_ribbon,