@etsoo/smarterp-core 1.1.69 → 1.1.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,6 +81,7 @@
81
81
  "owner": "Owner",
82
82
  "parameters": "Parameters",
83
83
  "parentOrg": "Parent org",
84
+ "period": "Period",
84
85
  "pin": "ID",
85
86
  "preferredName": "Preferred name",
86
87
  "queryKeyword": "Query keyword",
@@ -81,6 +81,7 @@
81
81
  "owner": "所有者",
82
82
  "parameters": "参数",
83
83
  "parentOrg": "上级机构",
84
+ "period": "期间",
84
85
  "pin": "身份证号码",
85
86
  "preferredName": "首选名称",
86
87
  "queryKeyword": "查询关键字",
@@ -81,6 +81,7 @@
81
81
  "owner": "所有者",
82
82
  "parameters": "參數",
83
83
  "parentOrg": "上級機構",
84
+ "period": "期間",
84
85
  "pin": "身份證號碼",
85
86
  "preferredName": "首選名稱",
86
87
  "queryKeyword": "查詢關鍵字",
@@ -81,6 +81,7 @@
81
81
  "owner": "Owner",
82
82
  "parameters": "Parameters",
83
83
  "parentOrg": "Parent org",
84
+ "period": "Period",
84
85
  "pin": "ID",
85
86
  "preferredName": "Preferred name",
86
87
  "queryKeyword": "Query keyword",
@@ -81,6 +81,7 @@
81
81
  "owner": "所有者",
82
82
  "parameters": "参数",
83
83
  "parentOrg": "上级机构",
84
+ "period": "期间",
84
85
  "pin": "身份证号码",
85
86
  "preferredName": "首选名称",
86
87
  "queryKeyword": "查询关键字",
@@ -81,6 +81,7 @@
81
81
  "owner": "所有者",
82
82
  "parameters": "參數",
83
83
  "parentOrg": "上級機構",
84
+ "period": "期間",
84
85
  "pin": "身份證號碼",
85
86
  "preferredName": "首選名稱",
86
87
  "queryKeyword": "查詢關鍵字",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.1.69",
3
+ "version": "1.1.70",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -56,7 +56,7 @@
56
56
  "react-dom": "$react-dom"
57
57
  },
58
58
  "dependencies": {
59
- "@etsoo/appscript": "^1.6.67",
59
+ "@etsoo/appscript": "^1.6.68",
60
60
  "@etsoo/materialui": "^1.6.72",
61
61
  "@etsoo/react": "^1.8.92",
62
62
  "@etsoo/shared": "^1.2.86",
package/src/i18n/en.json CHANGED
@@ -81,6 +81,7 @@
81
81
  "owner": "Owner",
82
82
  "parameters": "Parameters",
83
83
  "parentOrg": "Parent org",
84
+ "period": "Period",
84
85
  "pin": "ID",
85
86
  "preferredName": "Preferred name",
86
87
  "queryKeyword": "Query keyword",
@@ -81,6 +81,7 @@
81
81
  "owner": "所有者",
82
82
  "parameters": "参数",
83
83
  "parentOrg": "上级机构",
84
+ "period": "期间",
84
85
  "pin": "身份证号码",
85
86
  "preferredName": "首选名称",
86
87
  "queryKeyword": "查询关键字",
@@ -81,6 +81,7 @@
81
81
  "owner": "所有者",
82
82
  "parameters": "參數",
83
83
  "parentOrg": "上級機構",
84
+ "period": "期間",
84
85
  "pin": "身份證號碼",
85
86
  "preferredName": "首選名稱",
86
87
  "queryKeyword": "查詢關鍵字",
@@ -15,7 +15,7 @@ export type OrderDailyReportRQ = {
15
15
  * Start date
16
16
  * 开始日期
17
17
  */
18
- startDate?: string; // DateOnly maps to string (ISO format: YYYY-MM-DD)
18
+ startDate?: string;
19
19
 
20
20
  /**
21
21
  * Days to cover