feat: payment method report
This commit is contained in:
@@ -202,12 +202,9 @@ class _ReportPageState extends State<ReportPage> {
|
||||
context.read<PaymentMethodReportBloc>().add(
|
||||
PaymentMethodReportEvent
|
||||
.getPaymentMethodReport(
|
||||
startDate:
|
||||
DateFormatter.formatDateTime(
|
||||
fromDate),
|
||||
endDate:
|
||||
DateFormatter.formatDateTime(
|
||||
toDate)),
|
||||
startDate: fromDate,
|
||||
endDate: toDate,
|
||||
),
|
||||
);
|
||||
},
|
||||
isActive: selectedMenu == 4,
|
||||
|
||||
Reference in New Issue
Block a user