Improve the frontend

This commit is contained in:
Urtzi Alfaro
2025-10-21 19:50:07 +02:00
parent 05da20357d
commit 8d30172483
105 changed files with 14699 additions and 4630 deletions

View File

@@ -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",