| @@ -163,8 +163,8 @@ export const REPORTS: ReportDefinition[] = [ | |||||
| title: "庫存明細報告", | title: "庫存明細報告", | ||||
| apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-ledger`, | apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-ledger`, | ||||
| fields: [ | fields: [ | ||||
| { label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, | |||||
| { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, | |||||
| { 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}, | { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, | ||||
| ] | ] | ||||
| }, | }, | ||||
| @@ -172,8 +172,8 @@ export const REPORTS: ReportDefinition[] = [ | |||||
| title: "庫存盤點報告", | title: "庫存盤點報告", | ||||
| apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`, | apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`, | ||||
| fields: [ | fields: [ | ||||
| { label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, | |||||
| { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, | |||||
| { 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}, | { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, | ||||
| ] | ] | ||||
| }, | }, | ||||