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
+27
View File
@@ -729,4 +729,31 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get cost_breakdown => 'Cost Breakdown';
@override
String get all_outlets => 'All Outlets';
@override
String get salary_dw => 'DW Salary';
@override
String get salary_staff => 'Staff Salary';
@override
String get salary_other => 'Other Salary';
@override
String get other_operational_expenses => 'Other Operational Expenses';
@override
String get daily_revenue => 'Daily Revenue';
@override
String get daily_revenue_desc => 'Monday Sunday · in thousands of Rupiah';
@override
String get no_data_yet => 'No data yet';
@override
String get total_inventory_value => 'Total Inventory Value';
}