|
|
|
@@ -300,7 +300,6 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
asyncItemCodeField(), |
|
|
|
] |
|
|
|
}, |
|
|
|
/* Hidden for now: 庫存流水帳報告 (rep-020) |
|
|
|
{ |
|
|
|
id: "rep-020", |
|
|
|
title: "庫存流水帳報告", |
|
|
|
@@ -309,10 +308,9 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
fields: [ |
|
|
|
{ label: "期間起 Period From(永遠該月1日)", name: "lastInDateStart", type: "date", required: true }, |
|
|
|
{ label: "期間迄 Period To", name: "lastInDateEnd", type: "date", required: true }, |
|
|
|
{ label: "貨品編號 Item Code", name: "itemCode", type: "text", required: false }, |
|
|
|
asyncItemCodeField(), |
|
|
|
], |
|
|
|
}, |
|
|
|
*/ |
|
|
|
/* |
|
|
|
{ |
|
|
|
id: "rep-007", |
|
|
|
|