Add whatsapp feature

This commit is contained in:
Urtzi Alfaro
2025-11-13 16:01:08 +01:00
parent d7df2b0853
commit 9bc048d360
74 changed files with 9765 additions and 533 deletions

View File

@@ -31,7 +31,8 @@
"today_production": "Today's Production",
"pending_po_approvals": "Pending Purchase Orders",
"recent_activity": "Recent Activity",
"quick_actions": "Quick Actions"
"quick_actions": "Quick Actions",
"key_metrics": "Key Metrics"
},
"procurement": {
"title": "What needs to be bought for tomorrow?",
@@ -57,7 +58,11 @@
"start_production": "Start Production",
"check_inventory": "Check Inventory",
"view_reports": "View Reports",
"manage_staff": "Manage Staff"
"manage_staff": "Manage Staff",
"view_orders": "View Orders",
"view_production": "Production",
"view_inventory": "Inventory",
"view_suppliers": "Suppliers"
},
"alerts": {
"title": "Alerts",
@@ -121,7 +126,23 @@
"all_caught_up": "All caught up!",
"stock_healthy": "Stock healthy",
"same_as_yesterday": "Same as yesterday",
"less_than_yesterday": "less than yesterday"
"less_than_yesterday": "less than yesterday",
"your_bakery_at_glance": "Your bakery at a glance"
},
"health": {
"production_on_schedule": "Production on schedule",
"production_delayed": "{{count}} production batch{{count, plural, one {} other {es}}} delayed",
"all_ingredients_in_stock": "All ingredients in stock",
"ingredients_out_of_stock": "{{count}} ingredient{{count, plural, one {} other {s}}} out of stock",
"no_pending_approvals": "No pending approvals",
"approvals_awaiting": "{{count}} purchase order{{count, plural, one {} other {s}}} awaiting approval",
"all_systems_operational": "All systems operational",
"critical_issues": "{{count}} critical issue{{count, plural, one {} other {s}}}",
"headline_green": "Your bakery is running smoothly",
"headline_yellow_approvals": "Please review {{count}} pending approval{{count, plural, one {} other {s}}}",
"headline_yellow_alerts": "You have {{count}} alert{{count, plural, one {} other {s}}} needing attention",
"headline_yellow_general": "Some items need your attention",
"headline_red": "Critical issues require immediate action"
},
"time_periods": {
"today": "Today",