|
|
|
@@ -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: "庫存材料消耗趨勢報告", |
|
|
|
|