add invoice pdf
This commit is contained in:
@@ -16,7 +16,7 @@ import 'package:fcs/pages/delivery/delivery_list.dart';
|
||||
import 'package:fcs/pages/discount/discount_list.dart';
|
||||
import 'package:fcs/pages/faq/faq_list_page.dart';
|
||||
import 'package:fcs/pages/fcs_shipment/fcs_shipment_list.dart';
|
||||
import 'package:fcs/pages/invoice/invoce_list.dart';
|
||||
import 'package:fcs/pages/invoice/invoice_list.dart';
|
||||
import 'package:fcs/pages/main/model/language_model.dart';
|
||||
import 'package:fcs/pages/main/model/main_model.dart';
|
||||
import 'package:fcs/pages/main/util.dart';
|
||||
@@ -298,11 +298,11 @@ class _HomePageState extends State<HomePage> {
|
||||
final invoicesBtn = TaskButton("invoices.btn",
|
||||
icon: FontAwesomeIcons.fileInvoice,
|
||||
btnCallback: () => Navigator.of(context).push<void>(CupertinoPageRoute(
|
||||
builder: (context) => InvoiceList(forCustomer: false))));
|
||||
builder: (context) => InvoiceList(forCustomer: true))));
|
||||
final invoicesBtnFcs = TaskButton("invoices.btn",
|
||||
icon: FontAwesomeIcons.fileInvoice,
|
||||
btnCallback: () => Navigator.of(context).push<void>(CupertinoPageRoute(
|
||||
builder: (context) => InvoiceList(forCustomer: true))));
|
||||
builder: (context) => InvoiceList(forCustomer: false))));
|
||||
|
||||
final discountBtn = TaskButton("discount.btn",
|
||||
icon: Entypo.price_ribbon,
|
||||
|
||||
Reference in New Issue
Block a user