diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 18e9072..8a24de1 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -272,6 +272,11 @@ const NavigationContent: React.FC = () => { label: "Import Excel", path: "/settings/importExcel", }, + { + icon: , + label: "Import BOM", + path: "/settings/importBom", + }, ], }, ]; diff --git a/src/i18n/zh/common.json b/src/i18n/zh/common.json index c091978..60f3be9 100644 --- a/src/i18n/zh/common.json +++ b/src/i18n/zh/common.json @@ -6,6 +6,7 @@ "Search Criteria": "搜索條件", "Stock Record": "庫存記錄", "No options": "沒有選項", + "Drink": "飲料", "Select Another Bag Lot": "選擇另一個包裝袋", "Finished QC Job Orders": "完成QC工單", "Stock Issue": "出倉問題", diff --git a/src/i18n/zh/dashboard.json b/src/i18n/zh/dashboard.json index 4f48c35..bf7cb93 100644 --- a/src/i18n/zh/dashboard.json +++ b/src/i18n/zh/dashboard.json @@ -15,6 +15,7 @@ "Humidity status": "濕度狀態", "Warehouse status": "倉庫狀態", "Progress chart": "進度圖表", + "Po Code/Jo Code": "採購編號/工單編號", "Purchase Order Code": "採購單號", "Item Name": "貨品名稱", "Escalation Level": "上報等級", diff --git a/src/i18n/zh/jo.json b/src/i18n/zh/jo.json index 5e1a0ce..91b5d88 100644 --- a/src/i18n/zh/jo.json +++ b/src/i18n/zh/jo.json @@ -4,6 +4,7 @@ "Edit Job Order Detail": "工單詳情", "Details": "細節", "Actions": "操作", + "Drink": "飲料", "Process": "工序", "Create Job Order": "建立工單", "Code": "工單編號", diff --git a/src/i18n/zh/purchaseOrder.json b/src/i18n/zh/purchaseOrder.json index 386003f..ce12e34 100644 --- a/src/i18n/zh/purchaseOrder.json +++ b/src/i18n/zh/purchaseOrder.json @@ -10,8 +10,9 @@ "ETA": "預計到貨日期", "ETA To": "預計到貨日期至", "Details": "詳情", - "Supplier": "供應商", - "Status": "來貨狀態", + "Supplier": "供應商", + "Status": "來貨狀態", + "escalateFrom": "上報來源", "Escalated": "上報狀態", "NotEscalated": "無上報", "Do you want to start?": "確定開始嗎?", @@ -160,7 +161,7 @@ "download Qr Code": "下載QR碼", "downloading": "下載中", "&": "及", - "Calculate Expiry Date": "沒有到期日,填寫生產日期及保質期", + "Calculate Expiry Date": "保質期計算", "shelfLife": "保質期", "Fill in Expiry Date": "請填寫生產日期及保質期,以計算到期日", "Expiry Date cannot be earlier than Production Date": "到期日不可早於生產日期",