@things-factory/operato-pms 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/client/bootstrap.js +1 -1
- package/package.json +30 -32
- package/translations/en.json +1 -1
- package/translations/ja.json +2 -2
- package/translations/ko.json +1 -1
- package/translations/ms.json +1 -1
- package/translations/zh.json +1 -1
package/client/bootstrap.js
CHANGED
|
@@ -98,7 +98,7 @@ export default async function bootstrap() {
|
|
|
98
98
|
type: ADD_MORENDA,
|
|
99
99
|
morenda: {
|
|
100
100
|
icon: html` <md-icon>code</md-icon> `,
|
|
101
|
-
name: html` <ox-i18n msgid="
|
|
101
|
+
name: html` <ox-i18n msgid="title.code-management"></ox-i18n> `,
|
|
102
102
|
action: () => {
|
|
103
103
|
navigate('codes')
|
|
104
104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-pms",
|
|
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",
|
|
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
|
"stop:dev": "kill $(lsof -t -i:3000,3001)",
|
|
35
33
|
"stop": "things-factory-stop operato-pms",
|
|
36
34
|
"docker": "npm run build:app && things-factory-dockerize hatiolab/operato-pms:latest hatiolab/operato-pms:$npm_package_version linux/amd64",
|
|
@@ -65,35 +63,35 @@
|
|
|
65
63
|
"@operato/scene-table": "^7.0.0",
|
|
66
64
|
"@operato/scene-visualizer": "^7.0.0",
|
|
67
65
|
"@operato/scene-wheel-sorter": "^7.0.0",
|
|
68
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
69
|
-
"@things-factory/auth-ui": "^7.0.
|
|
70
|
-
"@things-factory/biz-base": "^7.0.
|
|
71
|
-
"@things-factory/board-service": "^7.0.
|
|
72
|
-
"@things-factory/board-ui": "^7.0.
|
|
73
|
-
"@things-factory/code-ui": "^7.0.
|
|
74
|
-
"@things-factory/context-ui": "^7.0.
|
|
75
|
-
"@things-factory/dashboard": "^7.0.
|
|
76
|
-
"@things-factory/document-template-ui": "^7.0.
|
|
77
|
-
"@things-factory/export-ui": "^7.0.
|
|
78
|
-
"@things-factory/export-ui-csv": "^7.0.
|
|
79
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
80
|
-
"@things-factory/fav-base": "^7.0.
|
|
81
|
-
"@things-factory/form-ui": "^7.0.
|
|
82
|
-
"@things-factory/help": "^7.0.
|
|
83
|
-
"@things-factory/i18n-base": "^7.0.
|
|
84
|
-
"@things-factory/import-ui": "^7.0.
|
|
85
|
-
"@things-factory/import-ui-excel": "^7.0.
|
|
86
|
-
"@things-factory/lite-menu": "^7.0.
|
|
87
|
-
"@things-factory/more-ui": "^7.0.
|
|
88
|
-
"@things-factory/notification": "^7.0.
|
|
89
|
-
"@things-factory/print-ui": "^7.0.
|
|
90
|
-
"@things-factory/resource-ui": "^7.0.
|
|
91
|
-
"@things-factory/setting-ui": "^7.0.
|
|
92
|
-
"@things-factory/shell": "^7.0.
|
|
93
|
-
"@things-factory/system": "^7.0.
|
|
66
|
+
"@things-factory/apptool-ui": "^7.0.55",
|
|
67
|
+
"@things-factory/auth-ui": "^7.0.55",
|
|
68
|
+
"@things-factory/biz-base": "^7.0.55",
|
|
69
|
+
"@things-factory/board-service": "^7.0.55",
|
|
70
|
+
"@things-factory/board-ui": "^7.0.55",
|
|
71
|
+
"@things-factory/code-ui": "^7.0.55",
|
|
72
|
+
"@things-factory/context-ui": "^7.0.55",
|
|
73
|
+
"@things-factory/dashboard": "^7.0.55",
|
|
74
|
+
"@things-factory/document-template-ui": "^7.0.55",
|
|
75
|
+
"@things-factory/export-ui": "^7.0.55",
|
|
76
|
+
"@things-factory/export-ui-csv": "^7.0.55",
|
|
77
|
+
"@things-factory/export-ui-excel": "^7.0.55",
|
|
78
|
+
"@things-factory/fav-base": "^7.0.55",
|
|
79
|
+
"@things-factory/form-ui": "^7.0.55",
|
|
80
|
+
"@things-factory/help": "^7.0.55",
|
|
81
|
+
"@things-factory/i18n-base": "^7.0.55",
|
|
82
|
+
"@things-factory/import-ui": "^7.0.55",
|
|
83
|
+
"@things-factory/import-ui-excel": "^7.0.55",
|
|
84
|
+
"@things-factory/lite-menu": "^7.0.55",
|
|
85
|
+
"@things-factory/more-ui": "^7.0.55",
|
|
86
|
+
"@things-factory/notification": "^7.0.55",
|
|
87
|
+
"@things-factory/print-ui": "^7.0.55",
|
|
88
|
+
"@things-factory/resource-ui": "^7.0.55",
|
|
89
|
+
"@things-factory/setting-ui": "^7.0.55",
|
|
90
|
+
"@things-factory/shell": "^7.0.55",
|
|
91
|
+
"@things-factory/system": "^7.0.55"
|
|
94
92
|
},
|
|
95
93
|
"devDependencies": {
|
|
96
94
|
"@things-factory/builder": "^7.0.49"
|
|
97
95
|
},
|
|
98
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
|
|
99
97
|
}
|
package/translations/en.json
CHANGED
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"text.adjust_tonnage": "adjust tonnage",
|
|
157
157
|
"text.available_tonnage_insufficient": "available tonnage insufficient",
|
|
158
158
|
"text.bunches_weight_is_not_fully_allocated_into_ramp": "bunches weight is not fully allocated into ramp",
|
|
159
|
-
"
|
|
159
|
+
"title.code-management": "code management",
|
|
160
160
|
"text.create_dispatchment_record": "create dispatchment record",
|
|
161
161
|
"text.create_harvesting_record": "create harvesting record",
|
|
162
162
|
"text.create_loading_record": "create loading record",
|
package/translations/ja.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"label.block": "block",
|
|
42
42
|
"label.chit_no": "chit no",
|
|
43
43
|
"label.collected_bunch": "collected bunch",
|
|
44
|
-
"label.contractor": "
|
|
44
|
+
"label.contractor": "contractor",
|
|
45
45
|
"label.coverage": "coverage",
|
|
46
46
|
"label.date": "date",
|
|
47
47
|
"label.harvesting_round": "harvesting round",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"label.total_task_covered": "total task covered",
|
|
56
56
|
"label.total_tonnage": "total tonnage",
|
|
57
57
|
"label.yesterday_balance_bunch": "yesterday balance bunch",
|
|
58
|
-
"
|
|
58
|
+
"title.code-management": "code management",
|
|
59
59
|
"text.create_harvesting_record": "create harvesting record",
|
|
60
60
|
"text.create_loading_record": "create loading record",
|
|
61
61
|
"text.destination_is_not_selected": "destination is not selected",
|
package/translations/ko.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"label.total_task_covered": "total task covered",
|
|
56
56
|
"label.total_tonnage": "total tonnage",
|
|
57
57
|
"label.yesterday_balance_bunch": "yesterday balance bunch",
|
|
58
|
-
"
|
|
58
|
+
"title.code-management": "공통코드 관리",
|
|
59
59
|
"text.create_harvesting_record": "create harvesting record",
|
|
60
60
|
"text.create_loading_record": "create loading record",
|
|
61
61
|
"text.destination_is_not_selected": "destination is not selected",
|
package/translations/ms.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"label.total_task_covered": "total task covered",
|
|
56
56
|
"label.total_tonnage": "total tonnage",
|
|
57
57
|
"label.yesterday_balance_bunch": "yesterday balance bunch",
|
|
58
|
-
"
|
|
58
|
+
"title.code-management": "code management",
|
|
59
59
|
"text.create_harvesting_record": "create harvesting record",
|
|
60
60
|
"text.create_loading_record": "create loading record",
|
|
61
61
|
"text.destination_is_not_selected": "destination is not selected",
|
package/translations/zh.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"label.total_task_covered": "total task covered",
|
|
56
56
|
"label.total_tonnage": "total tonnage",
|
|
57
57
|
"label.yesterday_balance_bunch": "yesterday balance bunch",
|
|
58
|
-
"
|
|
58
|
+
"title.code-management": "code management",
|
|
59
59
|
"text.create_harvesting_record": "create harvesting record",
|
|
60
60
|
"text.create_loading_record": "create loading record",
|
|
61
61
|
"text.destination_is_not_selected": "destination is not selected",
|