2 Коміти

Автор SHA1 Повідомлення Дата
  Tommy\2Fi-Staff 0db2ede83c Merge branch 'MergeProblem1' of https://git.2fi-solutions.com/jason/FPSMS-frontend into MergeProblem1 1 місяць тому
  Tommy\2Fi-Staff f3a6822ca8 update 1 місяць тому
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",


Завантаження…
Відмінити
Зберегти