| @@ -193,6 +193,7 @@ export const REPORTS: ReportDefinition[] = [ | |||||
| ] | ] | ||||
| }, | }, | ||||
| { id: "rep-010", | { id: "rep-010", | ||||
| title: "庫存品質檢測報告", | title: "庫存品質檢測報告", | ||||
| apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-item-qc-fail`, | apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-item-qc-fail`, | ||||
| @@ -220,4 +221,13 @@ export const REPORTS: ReportDefinition[] = [ | |||||
| { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, | { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, | ||||
| ] | ] | ||||
| }, | }, | ||||
| { id: "rep-013", | |||||
| title: "物料出倉追蹤報告", | |||||
| apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`, | |||||
| fields: [ | |||||
| { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, | |||||
| { label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, | |||||
| { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, | |||||
| ] | |||||
| }, | |||||
| ] | ] | ||||