2 커밋

1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
분할 보기
  1. +12
    -1
      src/config/reportConfig.ts

+ 12
- 1
src/config/reportConfig.ts 파일 보기

@@ -130,7 +130,7 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
/*
{
id: "rep-007",
title: "庫存結餘報告",
@@ -148,6 +148,17 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
*/
{
id: "rep-007",
title: "庫存結餘報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-balance`,
fields: [
{ label: "庫存日期: Stock Date", name: "stockDate", type: "date", required: true },

{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},

{
id: "rep-014",


불러오는 중...
취소
저장