Bläddra i källkod

Update

reset-do-picking-order
B.E.N.S.O.N 1 månad sedan
förälder
incheckning
0eb0936e45
1 ändrade filer med 0 tillägg och 31 borttagningar
  1. +0
    -31
      src/config/reportConfig.ts

+ 0
- 31
src/config/reportConfig.ts Visa fil

@@ -78,7 +78,6 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},

{
id: "rep-008",
title: "成品出倉報告",
@@ -145,24 +144,6 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
{ id: "rep-011",
title: "庫存明細報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-ledger`,
fields: [
{ label: "開始日期:由 Start Date Start", name: "startDateStart", type: "date", required: false },
{ label: "結束日期:至 End Date End", name: "startDateEnd", type: "date", required: false },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
{ id: "rep-012",
title: "庫存盤點報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`,
fields: [
{ label: "開始日期:由 Start Date Start", name: "startDateStart", type: "date", required: false },
{ label: "結束日期:至 End Date End", name: "startDateEnd", type: "date", required: false },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
{ id: "rep-013",
title: "物料出倉追蹤報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`,
@@ -172,18 +153,6 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},

{ id: "rep-010",
title: "庫存品質檢測報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-item-qc-fail`,
fields: [
{ label: "QC 不合格日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false },
{ label: "QC 不合格日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},

{
id: "rep-006",
title: "庫存材料消耗趨勢報告",


Laddar…
Avbryt
Spara