Просмотр исходного кода

[Feat] Remove "material" category option

fg_report_rework
Harry Groves 1 день назад
Родитель
Сommit
a83770da8c
3 измененных файлов: 4 добавлений и 7 удалений
  1. +0
    -1
      src/config/reportConfig.ts
  2. +2
    -3
      src/i18n/en/report.json
  3. +2
    -3
      src/i18n/zh/report.json

+ 0
- 1
src/config/reportConfig.ts Просмотреть файл

@@ -494,7 +494,6 @@ export const REPORTS: ReportDefinition[] = [
{ label: "All", value: "All" },
{ label: "WIP", value: "WIP" },
{ label: "FG", value: "FG" },
{ label: "Material", value: "mat" },
] },
{ label: "貨品編號 Item Code", name: "itemCode", type: "select", required: false,
multiple: true,


+ 2
- 3
src/i18n/en/report.json Просмотреть файл

@@ -236,7 +236,7 @@
"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.",
"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.",
"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": {
"All": "All",
"WIP": "WIP",
"FG": "FG",
"mat": "Material"
"FG": "FG"
}
}
},


+ 2
- 3
src/i18n/zh/report.json Просмотреть файл

@@ -236,7 +236,7 @@
"reportWeek": "以所選日期的星期一至星期日顯示。",
"lastOutDateStart": "一個月以內按日顯示,超過一個月按月顯示。",
"lastOutDateEnd": "一個月以內按日顯示,超過一個月按月顯示。",
"stockCategory": "全部只包含成品與半成品。材料請另選「材料」。",
"stockCategory": "全部只包含成品與半成品。",
"itemCode": "完整貨品編號只會對上該編號,類別仍然有效。",
"itemCodePaste": "可從 Excel 貼上多個貨品編號,以空格、逗號或換行分隔。完整編號只會對上該編號。"
},
@@ -251,8 +251,7 @@
"stockCategory": {
"All": "全部",
"WIP": "半成品",
"FG": "成品",
"mat": "材料"
"FG": "成品"
}
}
},


Загрузка…
Отмена
Сохранить