diff --git a/lang/en.json b/lang/en.json index 0b6003e..971776c 100644 --- a/lang/en.json +++ b/lang/en.json @@ -661,6 +661,7 @@ "Generate": "Generate", "Generate New Code": "Generate New Code", "Generate Pickup Code": "Generate Pickup Code", + "Generate Replenishment Order": "Generate Replenishment Order", "Generate and manage one-time pickup codes for customers": "Generate and manage one-time pickup codes for customers", "Gift Definitions": "Gift Definitions", "Global roles accessible by all administrators.": "Global roles accessible by all administrators.", @@ -1808,6 +1809,7 @@ "You can assign or change the personnel handling this order": "You can assign or change the personnel handling this order", "You cannot assign permissions you do not possess.": "You cannot assign permissions you do not possess.", "You cannot delete your own account.": "You cannot delete your own account.", + "You do not have permission to access replenishment orders": "You do not have permission to access replenishment orders", "Your recent account activity": "Your recent account activity", "[PickupCode] Verification failed: :code": "[PickupCode] Verification failed: :code", "[StaffCard] Verification failed: :uid": "[StaffCard] Verification failed: :uid", diff --git a/lang/ja.json b/lang/ja.json index af811ed..c12e69f 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -661,6 +661,7 @@ "Generate": "生成", "Generate New Code": "新コード生成", "Generate Pickup Code": "受取コード生成", + "Generate Replenishment Order": "補充伝票生成", "Generate and manage one-time pickup codes for customers": "顧客用のワンタイム受取コードを生成・管理", "Gift Definitions": "ギフト設定", "Global roles accessible by all administrators.": "全管理者がアクセス可能なグローバルロール。", @@ -1808,6 +1809,7 @@ "You can assign or change the personnel handling this order": "この注文を処理する担当者を割り当て、または変更できます", "You cannot assign permissions you do not possess.": "自身が持っていない権限を割り当てることはできません。", "You cannot delete your own account.": "自分自身のアカウントは削除できません。", + "You do not have permission to access replenishment orders": "補充伝票のアクセス権限がありません", "Your recent account activity": "最近のアカウントアクティビティ", "[PickupCode] Verification failed: :code": "[受取コード] 検証失敗: :code", "[StaffCard] Verification failed: :uid": "[スタッフカード] 検証失敗: :uid", diff --git a/lang/zh_TW.json b/lang/zh_TW.json index 370fcc9..2e1a020 100644 --- a/lang/zh_TW.json +++ b/lang/zh_TW.json @@ -668,6 +668,7 @@ "Generate": "產生", "Generate New Code": "產生新代碼", "Generate Pickup Code": "產生取貨碼", + "Generate Replenishment Order": "產生補貨單", "Generate and manage one-time pickup codes for customers": "產生並管理客戶的一次性取貨碼", "Gift Definitions": "禮品設定", "Global roles accessible by all administrators.": "適用於所有管理者的全域角色。", @@ -1830,6 +1831,7 @@ "You can assign or change the personnel handling this order": "您可以指派或變更處理此訂單的人員", "You cannot assign permissions you do not possess.": "您無法指派您自身不具備的權限。", "You cannot delete your own account.": "您無法刪除自己的帳號。", + "You do not have permission to access replenishment orders": "您沒有機台補貨單的權限", "Your recent account activity": "最近的帳號活動", "[PickupCode] Verification failed: :code": "[取貨碼] 驗證失敗: :code", "[StaffCard] Verification failed: :uid": "[員工卡] 驗證失敗: :uid", diff --git a/resources/views/admin/warehouses/machine-inventory.blade.php b/resources/views/admin/warehouses/machine-inventory.blade.php index a3ee369..6fb0690 100644 --- a/resources/views/admin/warehouses/machine-inventory.blade.php +++ b/resources/views/admin/warehouses/machine-inventory.blade.php @@ -108,14 +108,21 @@