feat: update profit loss ui
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user