report dashboard
This commit is contained in:
@@ -12,9 +12,9 @@ class ReportState with _$ReportState {
|
||||
|
||||
factory ReportState.initial() => ReportState(
|
||||
title: 'Ringkasan Laporan Penjualan',
|
||||
startDate: DateTime.now(),
|
||||
startDate: DateTime.now().subtract(const Duration(days: 30)),
|
||||
endDate: DateTime.now(),
|
||||
rangeDateFormatted:
|
||||
'${DateTime.now().toFormattedDate()} - ${DateTime.now().toFormattedDate()}',
|
||||
'${DateTime.now().subtract(const Duration(days: 30)).toFormattedDate()} - ${DateTime.now().toFormattedDate()}',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user