feat: update profit loss ui
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril
2026-06-24 10:14:37 +07:00
parent b07af60778
commit 0917c5132b
22 changed files with 4332 additions and 1685 deletions
+19
View File
@@ -710,4 +710,23 @@ class AppLocalizationsId extends AppLocalizations {
String portion_sold(int count) {
return '$count porsi terjual';
}
@override
String mtd_month(String month) {
return 'MTD ($month)';
}
@override
String profit_loss_date(String date) {
return 'Laba / Rugi · $date';
}
@override
String get profit_loss_report => 'Laporan Laba Rugi';
@override
String get net_profit_loss => 'Laba/Rugi Bersih';
@override
String get cost_breakdown => 'Rincian Biaya';
}