fix: sales analytic

This commit is contained in:
efrilm
2025-08-06 12:10:56 +07:00
parent 2a457ea5f6
commit 648a4f5eb4
2 changed files with 13 additions and 13 deletions
@@ -32,7 +32,7 @@ class ReportPage extends StatefulWidget {
class _ReportPageState extends State<ReportPage> {
int selectedMenu = 1;
String title = 'Transaction Report';
String title = 'Laporan Penjualan Item';
DateTime fromDate = DateTime.now().subtract(const Duration(days: 30));
DateTime toDate = DateTime.now();