| @@ -494,7 +494,6 @@ export const REPORTS: ReportDefinition[] = [ | |||||
| { label: "All", value: "All" }, | { label: "All", value: "All" }, | ||||
| { label: "WIP", value: "WIP" }, | { label: "WIP", value: "WIP" }, | ||||
| { label: "FG", value: "FG" }, | { label: "FG", value: "FG" }, | ||||
| { label: "Material", value: "mat" }, | |||||
| ] }, | ] }, | ||||
| { label: "貨品編號 Item Code", name: "itemCode", type: "select", required: false, | { label: "貨品編號 Item Code", name: "itemCode", type: "select", required: false, | ||||
| multiple: true, | multiple: true, | ||||
| @@ -236,7 +236,7 @@ | |||||
| "reportWeek": "Shows Monday to Sunday of the date you pick.", | "reportWeek": "Shows Monday to Sunday of the date you pick.", | ||||
| "lastOutDateStart": "Up to one month is shown by day. A longer range is shown by month.", | "lastOutDateStart": "Up to one month is shown by day. A longer range is shown by month.", | ||||
| "lastOutDateEnd": "Up to one month is shown by day. A longer range is shown by month.", | "lastOutDateEnd": "Up to one month is shown by day. A longer range is shown by month.", | ||||
| "stockCategory": "All is finished goods and semi-finished goods. Material is separate.", | |||||
| "stockCategory": "All is finished goods and semi-finished goods.", | |||||
| "itemCode": "A full code matches that item only. Category still applies.", | "itemCode": "A full code matches that item only. Category still applies.", | ||||
| "itemCodePaste": "Paste item codes from Excel. Separate with spaces, commas, or new lines. A full code matches that item only." | "itemCodePaste": "Paste item codes from Excel. Separate with spaces, commas, or new lines. A full code matches that item only." | ||||
| }, | }, | ||||
| @@ -251,8 +251,7 @@ | |||||
| "stockCategory": { | "stockCategory": { | ||||
| "All": "All", | "All": "All", | ||||
| "WIP": "WIP", | "WIP": "WIP", | ||||
| "FG": "FG", | |||||
| "mat": "Material" | |||||
| "FG": "FG" | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -236,7 +236,7 @@ | |||||
| "reportWeek": "以所選日期的星期一至星期日顯示。", | "reportWeek": "以所選日期的星期一至星期日顯示。", | ||||
| "lastOutDateStart": "一個月以內按日顯示,超過一個月按月顯示。", | "lastOutDateStart": "一個月以內按日顯示,超過一個月按月顯示。", | ||||
| "lastOutDateEnd": "一個月以內按日顯示,超過一個月按月顯示。", | "lastOutDateEnd": "一個月以內按日顯示,超過一個月按月顯示。", | ||||
| "stockCategory": "全部只包含成品與半成品。材料請另選「材料」。", | |||||
| "stockCategory": "全部只包含成品與半成品。", | |||||
| "itemCode": "完整貨品編號只會對上該編號,類別仍然有效。", | "itemCode": "完整貨品編號只會對上該編號,類別仍然有效。", | ||||
| "itemCodePaste": "可從 Excel 貼上多個貨品編號,以空格、逗號或換行分隔。完整編號只會對上該編號。" | "itemCodePaste": "可從 Excel 貼上多個貨品編號,以空格、逗號或換行分隔。完整編號只會對上該編號。" | ||||
| }, | }, | ||||
| @@ -251,8 +251,7 @@ | |||||
| "stockCategory": { | "stockCategory": { | ||||
| "All": "全部", | "All": "全部", | ||||
| "WIP": "半成品", | "WIP": "半成品", | ||||
| "FG": "成品", | |||||
| "mat": "材料" | |||||
| "FG": "成品" | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||