feat: add more detailed history and group per day

This commit is contained in:
2026-08-07 05:07:41 +02:00
parent 1dd7e69aa8
commit 799c1c4045
23 changed files with 2506 additions and 346 deletions
+14 -2
View File
@@ -578,6 +578,12 @@ abstract class AppLocalizations {
/// **'Open tabs'**
String get openTabs;
/// No description provided for @closedTabs.
///
/// In en, this message translates to:
/// **'Closed tabs'**
String get closedTabs;
/// No description provided for @selectOrOpenTab.
///
/// In en, this message translates to:
@@ -740,6 +746,12 @@ abstract class AppLocalizations {
/// **'Incorrect PIN.'**
String get incorrectPin;
/// No description provided for @removed.
///
/// In en, this message translates to:
/// **'Removed'**
String get removed;
/// No description provided for @enterPrice.
///
/// In en, this message translates to:
@@ -1319,13 +1331,13 @@ abstract class AppLocalizations {
/// No description provided for @generateMockOrders.
///
/// In en, this message translates to:
/// **'Generate 100 mock orders'**
/// **'Generate mock order history'**
String get generateMockOrders;
/// No description provided for @randomCustomersItemsAmounts.
///
/// In en, this message translates to:
/// **'Random customers, items, and amounts'**
/// **'100 orders across days with random products and purchase times'**
String get randomCustomersItemsAmounts;
/// No description provided for @performance.