@things-factory/operato-wms 7.0.52 → 7.0.55
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.
- package/package.json +39 -41
- package/translations/en.json +1 -1
- package/translations/ko.json +1 -1
- package/translations/ms.json +1 -1
- package/translations/zh.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.55",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -27,10 +27,8 @@
|
|
|
27
27
|
"clean": "npm run clean:server && npm run clean:client",
|
|
28
28
|
"migration": "things-factory-migration",
|
|
29
29
|
"migration:privileges": "things-factory-migration-privileges",
|
|
30
|
-
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create
|
|
31
|
-
"migration:
|
|
32
|
-
"migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
|
|
33
|
-
"migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
|
|
30
|
+
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration",
|
|
31
|
+
"migration:revert": "things-factory-migration --undo",
|
|
34
32
|
"generate:system-domain": "node ./scripts/generator/system-domain-generator",
|
|
35
33
|
"generate:domain": "node ./scripts/generator/domain-generator",
|
|
36
34
|
"generate:bizplace": "node ./scripts/generator/bizplace-generator",
|
|
@@ -73,42 +71,42 @@
|
|
|
73
71
|
"@operato/scene-table": "^7.0.0",
|
|
74
72
|
"@operato/scene-visualizer": "^7.0.0",
|
|
75
73
|
"@operato/scene-wheel-sorter": "^7.0.0",
|
|
76
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
77
|
-
"@things-factory/auth-ui": "^7.0.
|
|
78
|
-
"@things-factory/barcode-ui": "^7.0.
|
|
79
|
-
"@things-factory/biz-ui": "^7.0.
|
|
80
|
-
"@things-factory/board-service": "^7.0.
|
|
81
|
-
"@things-factory/board-ui": "^7.0.
|
|
82
|
-
"@things-factory/code-ui": "^7.0.
|
|
83
|
-
"@things-factory/context-ui": "^7.0.
|
|
74
|
+
"@things-factory/apptool-ui": "^7.0.55",
|
|
75
|
+
"@things-factory/auth-ui": "^7.0.55",
|
|
76
|
+
"@things-factory/barcode-ui": "^7.0.55",
|
|
77
|
+
"@things-factory/biz-ui": "^7.0.55",
|
|
78
|
+
"@things-factory/board-service": "^7.0.55",
|
|
79
|
+
"@things-factory/board-ui": "^7.0.55",
|
|
80
|
+
"@things-factory/code-ui": "^7.0.55",
|
|
81
|
+
"@things-factory/context-ui": "^7.0.55",
|
|
84
82
|
"@things-factory/env": "^7.0.33",
|
|
85
|
-
"@things-factory/export-ui": "^7.0.
|
|
86
|
-
"@things-factory/export-ui-csv": "^7.0.
|
|
87
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
88
|
-
"@things-factory/fav-base": "^7.0.
|
|
89
|
-
"@things-factory/form-ui": "^7.0.
|
|
90
|
-
"@things-factory/geography": "^7.0.
|
|
91
|
-
"@things-factory/help": "^7.0.
|
|
92
|
-
"@things-factory/i18n-base": "^7.0.
|
|
93
|
-
"@things-factory/id-rule-base": "^7.0.
|
|
94
|
-
"@things-factory/import-ui": "^7.0.
|
|
95
|
-
"@things-factory/import-ui-excel": "^7.0.
|
|
96
|
-
"@things-factory/more-ui": "^7.0.
|
|
97
|
-
"@things-factory/notification": "^7.0.
|
|
98
|
-
"@things-factory/operato-tools": "^7.0.
|
|
99
|
-
"@things-factory/pdf": "^7.0.
|
|
100
|
-
"@things-factory/print-proxy-service": "^7.0.
|
|
101
|
-
"@things-factory/print-service": "^7.0.
|
|
102
|
-
"@things-factory/print-ui": "^7.0.
|
|
103
|
-
"@things-factory/product-base": "^7.0.
|
|
104
|
-
"@things-factory/resource-ui": "^7.0.
|
|
105
|
-
"@things-factory/sales-ui": "^7.0.
|
|
106
|
-
"@things-factory/setting-ui": "^7.0.
|
|
107
|
-
"@things-factory/system": "^7.0.
|
|
108
|
-
"@things-factory/transport-base": "^7.0.
|
|
109
|
-
"@things-factory/tutorial-ui": "^7.0.
|
|
110
|
-
"@things-factory/warehouse-base": "^7.0.
|
|
111
|
-
"@things-factory/worksheet-base": "^7.0.
|
|
83
|
+
"@things-factory/export-ui": "^7.0.55",
|
|
84
|
+
"@things-factory/export-ui-csv": "^7.0.55",
|
|
85
|
+
"@things-factory/export-ui-excel": "^7.0.55",
|
|
86
|
+
"@things-factory/fav-base": "^7.0.55",
|
|
87
|
+
"@things-factory/form-ui": "^7.0.55",
|
|
88
|
+
"@things-factory/geography": "^7.0.55",
|
|
89
|
+
"@things-factory/help": "^7.0.55",
|
|
90
|
+
"@things-factory/i18n-base": "^7.0.55",
|
|
91
|
+
"@things-factory/id-rule-base": "^7.0.55",
|
|
92
|
+
"@things-factory/import-ui": "^7.0.55",
|
|
93
|
+
"@things-factory/import-ui-excel": "^7.0.55",
|
|
94
|
+
"@things-factory/more-ui": "^7.0.55",
|
|
95
|
+
"@things-factory/notification": "^7.0.55",
|
|
96
|
+
"@things-factory/operato-tools": "^7.0.55",
|
|
97
|
+
"@things-factory/pdf": "^7.0.55",
|
|
98
|
+
"@things-factory/print-proxy-service": "^7.0.55",
|
|
99
|
+
"@things-factory/print-service": "^7.0.55",
|
|
100
|
+
"@things-factory/print-ui": "^7.0.55",
|
|
101
|
+
"@things-factory/product-base": "^7.0.55",
|
|
102
|
+
"@things-factory/resource-ui": "^7.0.55",
|
|
103
|
+
"@things-factory/sales-ui": "^7.0.55",
|
|
104
|
+
"@things-factory/setting-ui": "^7.0.55",
|
|
105
|
+
"@things-factory/system": "^7.0.55",
|
|
106
|
+
"@things-factory/transport-base": "^7.0.55",
|
|
107
|
+
"@things-factory/tutorial-ui": "^7.0.55",
|
|
108
|
+
"@things-factory/warehouse-base": "^7.0.55",
|
|
109
|
+
"@things-factory/worksheet-base": "^7.0.55"
|
|
112
110
|
},
|
|
113
111
|
"devDependencies": {
|
|
114
112
|
"@things-factory/builder": "^7.0.49",
|
|
@@ -117,5 +115,5 @@
|
|
|
117
115
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
116
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
117
|
},
|
|
120
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
|
|
121
119
|
}
|
package/translations/en.json
CHANGED
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
"title.child_product": "child product",
|
|
1605
1605
|
"title.claim_chit_details": "claim chit details",
|
|
1606
1606
|
"title.claim_chit": "claim chit",
|
|
1607
|
-
"title.
|
|
1607
|
+
"title.code-management": "code management",
|
|
1608
1608
|
"title.combination_sets": "combination sets",
|
|
1609
1609
|
"title.combination": "combination",
|
|
1610
1610
|
"title.company": "company",
|
package/translations/ko.json
CHANGED
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
"title.child_product": "하위 상품",
|
|
1641
1641
|
"title.claim_chit_details": "청구서 상세",
|
|
1642
1642
|
"title.claim_chit": "청구서",
|
|
1643
|
-
"title.
|
|
1643
|
+
"title.code-management": "공통코드 관리",
|
|
1644
1644
|
"title.collection_order_detail": "collection order detail",
|
|
1645
1645
|
"title.collection_order_requests": "수집 지시 요청",
|
|
1646
1646
|
"title.collection_order": "collection order",
|
package/translations/ms.json
CHANGED
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
"title.child_product": "child product",
|
|
1561
1561
|
"title.claim_chit_details": "butiran tuntuan chit",
|
|
1562
1562
|
"title.claim_chit": "tuntutan chit",
|
|
1563
|
-
"title.
|
|
1563
|
+
"title.code-management": "code management",
|
|
1564
1564
|
"title.collection_order_detail": "pengumpulan butiran pesanan",
|
|
1565
1565
|
"title.collection_order_requests": "permintaan pesanan msleksi",
|
|
1566
1566
|
"title.collection_order": "kumpulan pesanan",
|
package/translations/zh.json
CHANGED
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
"title.child_product": "child product",
|
|
1527
1527
|
"title.claim_chit_details": "claim chit details",
|
|
1528
1528
|
"title.claim_chit": "claim chit",
|
|
1529
|
-
"title.
|
|
1529
|
+
"title.code-management": "code management",
|
|
1530
1530
|
"title.combination_sets": "[zh] combination sets",
|
|
1531
1531
|
"title.combination": "组合",
|
|
1532
1532
|
"title.company": "company",
|