Improve the frontend
This commit is contained in:
@@ -25,9 +25,30 @@
|
||||
"real_time_alerts": "Real-time Alerts",
|
||||
"procurement_today": "Procurement Today",
|
||||
"production_today": "Production Today",
|
||||
"tomorrow_procurement": "Tomorrow's Procurement",
|
||||
"today_production": "Today's Production",
|
||||
"pending_po_approvals": "Pending Purchase Orders",
|
||||
"recent_activity": "Recent Activity",
|
||||
"quick_actions": "Quick Actions"
|
||||
},
|
||||
"procurement": {
|
||||
"title": "What needs to be bought for tomorrow?",
|
||||
"empty": "All supplies ready for tomorrow",
|
||||
"items_needed": "items needed"
|
||||
},
|
||||
"production": {
|
||||
"title": "What needs to be produced today?",
|
||||
"empty": "No production scheduled for today",
|
||||
"batches_pending": "batches pending"
|
||||
},
|
||||
"po_approvals": {
|
||||
"title": "What purchase orders need approval?",
|
||||
"empty": "No purchase orders pending approval",
|
||||
"pos_pending": "purchase orders pending approval",
|
||||
"view_all": "View all orders",
|
||||
"approve": "Approve",
|
||||
"reject": "Reject"
|
||||
},
|
||||
"quick_actions": {
|
||||
"add_new_bakery": "Add New Bakery",
|
||||
"create_order": "Create Order",
|
||||
|
||||
Reference in New Issue
Block a user