feat: exclusive summary
Build & Deploy iOS to TestFlight / build-and-deploy (push) Has been cancelled

This commit is contained in:
efrilm
2026-06-22 14:44:03 +07:00
parent 0b70194d8e
commit e236d811ce
26 changed files with 6510 additions and 161 deletions
+36
View File
@@ -621,4 +621,40 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get profit_loss => 'Laba Rugi';
@override
String get exclusive_summary => 'Exclusive Summary';
@override
String get hpp_breakdown => 'HPP Breakdown';
@override
String get operational_expense_breakdown => 'Operational Expense Breakdown';
@override
String get daily_summary => 'Daily Summary';
@override
String get daily_transactions => 'Daily Transactions';
@override
String get reimburse_summary => 'Reimburse Summary';
@override
String get total_reimburse => 'Total Reimburse';
@override
String get excluded_salary_staff => 'Excluded Salary Staff';
@override
String get hpp => 'HPP';
@override
String get salary_total => 'Total Salary';
@override
String get operational_expenses => 'Operational Expenses';
@override
String get total_cost => 'Total Cost';
}