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 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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user