feat: update home ui

This commit is contained in:
Efril
2026-06-23 21:27:27 +07:00
parent e236d811ce
commit 83f4e065ed
34 changed files with 2128 additions and 1597 deletions
+53
View File
@@ -657,4 +657,57 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get total_cost => 'Total Cost';
@override
String get warning_title => 'Warnings';
@override
String get warning_desc => 'Activities deviating from standards — needs review.';
@override
String get no_warning => 'No warnings';
@override
String get no_warning_desc => 'All activities are running normally.';
@override
String get severity_high => 'High';
@override
String get severity_medium => 'Medium';
@override
String get compared_to_previous_period => 'Compared to previous period';
@override
String get summary_today => 'Today\'s Summary';
@override
String get summary_mtd => 'MTD Summary';
@override
String get total_sales_label => 'Total sales';
@override
String get total_raw_material => 'Total raw material cost';
@override
String get net_profit_label => 'Net profit';
@override
String get items_sold => 'Items Sold';
@override
String get low_stock_warning => 'Low Stock';
@override
String get active_products => 'Active Products';
@override
String get today_condition => 'Today\'s Condition';
@override
String portion_sold(int count) {
return '$count portions sold';
}
}