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 AppLocalizationsEn extends AppLocalizations {
String portion_sold(int count) {
return '$count portions sold';
}
@override
String mtd_month(String month) {
return 'MTD ($month)';
}
@override
String profit_loss_date(String date) {
return 'Profit / Loss · $date';
}
@override
String get profit_loss_report => 'Profit & Loss Report';
@override
String get net_profit_loss => 'Net Profit/Loss';
@override
String get cost_breakdown => 'Cost Breakdown';
}