feat: update main, exclusive summary and stock
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril
2026-06-24 11:03:28 +07:00
parent 843c11b200
commit 75415cc6ff
11 changed files with 993 additions and 742 deletions
+54
View File
@@ -1510,6 +1510,60 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Cost Breakdown'**
String get cost_breakdown;
/// No description provided for @all_outlets.
///
/// In en, this message translates to:
/// **'All Outlets'**
String get all_outlets;
/// No description provided for @salary_dw.
///
/// In en, this message translates to:
/// **'DW Salary'**
String get salary_dw;
/// No description provided for @salary_staff.
///
/// In en, this message translates to:
/// **'Staff Salary'**
String get salary_staff;
/// No description provided for @salary_other.
///
/// In en, this message translates to:
/// **'Other Salary'**
String get salary_other;
/// No description provided for @other_operational_expenses.
///
/// In en, this message translates to:
/// **'Other Operational Expenses'**
String get other_operational_expenses;
/// No description provided for @daily_revenue.
///
/// In en, this message translates to:
/// **'Daily Revenue'**
String get daily_revenue;
/// No description provided for @daily_revenue_desc.
///
/// In en, this message translates to:
/// **'Monday Sunday · in thousands of Rupiah'**
String get daily_revenue_desc;
/// No description provided for @no_data_yet.
///
/// In en, this message translates to:
/// **'No data yet'**
String get no_data_yet;
/// No description provided for @total_inventory_value.
///
/// In en, this message translates to:
/// **'Total Inventory Value'**
String get total_inventory_value;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {