@things-factory/operato-wms 4.3.725 → 4.3.727
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/config.development.js +85 -117
- package/package.json +50 -50
package/config.development.js
CHANGED
|
@@ -4,56 +4,57 @@ module.exports = {
|
|
|
4
4
|
useVirtualHostBasedDomain: false,
|
|
5
5
|
fallbackRoute: '/',
|
|
6
6
|
subdomainOffset: 2,
|
|
7
|
-
port:
|
|
7
|
+
port: 4000,
|
|
8
8
|
inspect: '9330',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
// logging: true
|
|
19
|
-
// },
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
storage: {
|
|
12
|
+
type: 's3',
|
|
13
|
+
accessKeyId: 'AKIAUQEOPWEJHCE4MTH4',
|
|
14
|
+
secretAccessKey: 'HkQ1engoFOhduKltXF4j6OakRmLY/9JhvyTWbc8b',
|
|
15
|
+
bucketName: 'opa-one',
|
|
16
|
+
region: 'ap-southeast-1'
|
|
17
|
+
},
|
|
20
18
|
ormconfig: {
|
|
21
19
|
name: 'default',
|
|
22
20
|
type: 'postgres',
|
|
23
|
-
database: '
|
|
21
|
+
database: 'arif',
|
|
24
22
|
username: 'postgres',
|
|
25
|
-
password: '
|
|
26
|
-
host: '
|
|
27
|
-
port:
|
|
23
|
+
password: 'hatio',
|
|
24
|
+
host: '10.254.29.189',
|
|
25
|
+
port: 15432,
|
|
28
26
|
synchronize: false,
|
|
29
27
|
logging: true
|
|
30
28
|
},
|
|
31
29
|
// ormconfig: {
|
|
32
30
|
// name: 'default',
|
|
33
31
|
// type: 'postgres',
|
|
34
|
-
//
|
|
32
|
+
// host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
33
|
+
// port: 55432,
|
|
34
|
+
// database: 'postgres',
|
|
35
35
|
// username: 'postgres',
|
|
36
|
-
// password: '
|
|
37
|
-
// host: '192.168.0.153',
|
|
38
|
-
// port: 15432,
|
|
36
|
+
// password: 'abcd1234',
|
|
39
37
|
// synchronize: false,
|
|
40
|
-
// logging: true
|
|
38
|
+
// logging: true,
|
|
39
|
+
// connectTimeoutMS: 30000,
|
|
40
|
+
// extra: { poolSize: 30 }
|
|
41
41
|
// },
|
|
42
|
+
//db izzah
|
|
42
43
|
// ormconfig: {
|
|
43
44
|
// name: 'default',
|
|
44
45
|
// type: 'postgres',
|
|
45
|
-
// database: '
|
|
46
|
-
// username: '
|
|
47
|
-
// password: '
|
|
48
|
-
// host: '
|
|
49
|
-
// port:
|
|
50
|
-
// synchronize:
|
|
46
|
+
// database: '06072023',
|
|
47
|
+
// username: 'postgres',
|
|
48
|
+
// password: 'hatio',
|
|
49
|
+
// host: '192.168.0.153',
|
|
50
|
+
// port: 15432,f
|
|
51
|
+
// synchronize: true,
|
|
51
52
|
// logging: true
|
|
52
53
|
// },
|
|
53
54
|
// ormconfig: {
|
|
54
55
|
// name: 'default',
|
|
55
56
|
// type: 'postgres',
|
|
56
|
-
// database: '
|
|
57
|
+
// database: 'postgres',
|
|
57
58
|
// username: 'postgres',
|
|
58
59
|
// password: 'hatio',
|
|
59
60
|
// host: '192.168.0.151',
|
|
@@ -61,29 +62,60 @@ module.exports = {
|
|
|
61
62
|
// synchronize: false,
|
|
62
63
|
// logging: true
|
|
63
64
|
// },
|
|
64
|
-
|
|
65
|
+
|
|
66
|
+
// //ERIC
|
|
65
67
|
// ormconfig: {
|
|
66
68
|
// name: 'default',
|
|
67
69
|
// type: 'postgres',
|
|
68
|
-
// database: '
|
|
70
|
+
// database: 'eric',
|
|
69
71
|
// username: 'postgres',
|
|
70
72
|
// password: 'hatio',
|
|
71
|
-
// host: '
|
|
73
|
+
// host: '192.168.0.153',
|
|
72
74
|
// port: 15432,
|
|
73
75
|
// synchronize: false,
|
|
74
76
|
// logging: true
|
|
75
77
|
// },
|
|
78
|
+
|
|
79
|
+
//eric 2
|
|
76
80
|
// ormconfig: {
|
|
77
81
|
// name: 'default',
|
|
78
82
|
// type: 'postgres',
|
|
79
|
-
// database: '
|
|
83
|
+
// database: 'eric2',
|
|
80
84
|
// username: 'postgres',
|
|
81
85
|
// password: 'hatio',
|
|
82
|
-
// host: '192.168.0.
|
|
83
|
-
// port:
|
|
86
|
+
// host: '192.168.0.153',
|
|
87
|
+
// port: 15432,
|
|
84
88
|
// synchronize: false,
|
|
85
89
|
// logging: true
|
|
86
90
|
// },
|
|
91
|
+
|
|
92
|
+
// ormconfig: {
|
|
93
|
+
// name: 'default',
|
|
94
|
+
// type: 'postgres',
|
|
95
|
+
// host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
96
|
+
// port: 55432,
|
|
97
|
+
// database: 'postgres',
|
|
98
|
+
// username: 'postgres',
|
|
99
|
+
// password: 'abcd1234',
|
|
100
|
+
// synchronize: false,
|
|
101
|
+
// logging: true,
|
|
102
|
+
// connectTimeoutMS: 30000,
|
|
103
|
+
// extra: { poolSize: 30 }
|
|
104
|
+
// },
|
|
105
|
+
//ormconfig: {
|
|
106
|
+
// name: 'default',
|
|
107
|
+
// type: 'postgres',
|
|
108
|
+
// database: 'dev2',
|
|
109
|
+
// username: 'postgres',
|
|
110
|
+
// password: 'hatio',
|
|
111
|
+
// host: 'localhost',
|
|
112
|
+
// port: 15432,
|
|
113
|
+
// synchronize: false,
|
|
114
|
+
// logging: true,
|
|
115
|
+
// connectTimeoutMS: 30000,
|
|
116
|
+
// extra: { poolSize: 30 }
|
|
117
|
+
//},
|
|
118
|
+
SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
|
|
87
119
|
password: {
|
|
88
120
|
lowerCase: true,
|
|
89
121
|
upperCase: false,
|
|
@@ -96,22 +128,8 @@ module.exports = {
|
|
|
96
128
|
looseCharacterLength: 4,
|
|
97
129
|
history: 2
|
|
98
130
|
},
|
|
99
|
-
sftpFileStorage: {
|
|
100
|
-
type: 's3',
|
|
101
|
-
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
102
|
-
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
103
|
-
bucketName: 'operato-sftp'
|
|
104
|
-
},
|
|
105
|
-
// storage: {
|
|
106
|
-
// type: 's3',
|
|
107
|
-
// accessKeyId: 'AKIAUQEOPWEJCDH6AR5H',
|
|
108
|
-
// secretAccessKey: 'AuDAgmODf9EJNB24OveRhTSLV/OJy6IFFoRxe8k2',
|
|
109
|
-
// bucketName: 'opa-one',
|
|
110
|
-
// region: 'ap-southeast-1'
|
|
111
|
-
// },
|
|
112
131
|
uploads: 'uploads',
|
|
113
132
|
attachmentsPath: 'attachments',
|
|
114
|
-
SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
|
|
115
133
|
logger: {
|
|
116
134
|
file: {
|
|
117
135
|
filename: 'logs/application-%DATE%.log',
|
|
@@ -127,7 +145,7 @@ module.exports = {
|
|
|
127
145
|
port: 587,
|
|
128
146
|
secure: false, // true for 465, false for other ports
|
|
129
147
|
auth: {
|
|
130
|
-
user: '
|
|
148
|
+
user: 'no-reply@hatiolab.com', // generated ethereal user
|
|
131
149
|
pass: 'h@ti0LAB1008' // generated ethereal password
|
|
132
150
|
},
|
|
133
151
|
secureConnection: false,
|
|
@@ -135,7 +153,7 @@ module.exports = {
|
|
|
135
153
|
ciphers: 'SSLv3'
|
|
136
154
|
}
|
|
137
155
|
},
|
|
138
|
-
sender: '
|
|
156
|
+
sender: 'no-reply@hatiolab.com',
|
|
139
157
|
notification: {
|
|
140
158
|
// fcm: {
|
|
141
159
|
// serviceAccount: {
|
|
@@ -159,80 +177,30 @@ module.exports = {
|
|
|
159
177
|
// privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
|
|
160
178
|
// }
|
|
161
179
|
},
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
168
|
-
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
169
|
-
callback: 'http://192.168.0.161:5000/callback-operato'
|
|
170
|
-
},
|
|
171
|
-
marketplaceIntegrationShopee: {
|
|
172
|
-
platform: 'shopee',
|
|
173
|
-
isUAT: false,
|
|
174
|
-
application: 'Operato MMS',
|
|
175
|
-
partnerId: 846025,
|
|
176
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
|
|
177
|
-
v2: true
|
|
178
|
-
},
|
|
179
|
-
marketplaceIntegrationLazada: {
|
|
180
|
-
platform: 'lazada',
|
|
181
|
-
application: 'operato-mms',
|
|
182
|
-
appKey: '120961',
|
|
183
|
-
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
184
|
-
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
185
|
-
},
|
|
186
|
-
|
|
187
|
-
//testinglazada
|
|
188
|
-
// marketplaceIntegrationLazada: {
|
|
189
|
-
// platform: 'lazada',
|
|
190
|
-
// application: 'powrup_bi',
|
|
191
|
-
// appKey: '117890',
|
|
192
|
-
// appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
|
|
193
|
-
// callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
|
|
194
|
-
// },
|
|
195
|
-
|
|
196
|
-
accountingIntegrationXero: {
|
|
197
|
-
platform: 'xero',
|
|
198
|
-
application: 'Operato WMS',
|
|
199
|
-
apiKey: '6B12D1AAC05347DC92159C2AEC812859',
|
|
200
|
-
apiSecret: 'T139_ItMjObC82mmy7iwnNflhd2iV0kUvDBj0P_201EmA7Sj',
|
|
201
|
-
callback: 'http://operato-h.com:3000/callback-xero',
|
|
202
|
-
hostname: 'http://operato-h.com:3000/'
|
|
203
|
-
},
|
|
204
|
-
lmdIntegrationNinjavan: {
|
|
205
|
-
clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
|
|
206
|
-
secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
|
|
207
|
-
refreshThreshold: 43200
|
|
208
|
-
},
|
|
209
|
-
|
|
210
|
-
lmdIntegrationEms: { refreshThreshold: 43200 },
|
|
211
|
-
|
|
212
|
-
lmdIntegrationCitylink: { refreshThreshold: 172800000 },
|
|
180
|
+
// reportApiUrl:
|
|
181
|
+
// 'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html',
|
|
182
|
+
// reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html',
|
|
183
|
+
// reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html',
|
|
184
|
+
// reportApiUrl: 'http://10.100.109.66:8090/rest/report/show_html',
|
|
213
185
|
awbFileStorage: {
|
|
214
186
|
type: 's3',
|
|
215
|
-
accessKeyId: '
|
|
216
|
-
secretAccessKey: '
|
|
187
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
188
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
217
189
|
bucketName: 'operato-awb',
|
|
218
190
|
region: 'ap-southeast-1'
|
|
219
191
|
},
|
|
192
|
+
invoiceFileStorage: {
|
|
193
|
+
type: 's3',
|
|
194
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
195
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
196
|
+
invoiceBucket: 'operato-invoice',
|
|
197
|
+
region: 'ap-southeast-1'
|
|
198
|
+
},
|
|
220
199
|
lambda: {
|
|
221
200
|
region: 'ap-southeast-1',
|
|
222
|
-
accessKeyId: '
|
|
223
|
-
secretAccessKey: '
|
|
224
|
-
},
|
|
225
|
-
lmdIntegrationConfig: {
|
|
226
|
-
version: {
|
|
227
|
-
v1: 'lmdMiddleware',
|
|
228
|
-
v2: 'lmdMiddlewareV2'
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
awsSesEmail: {
|
|
232
|
-
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
233
|
-
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
234
|
-
email: 'support@hatio.asia'
|
|
201
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
202
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e'
|
|
235
203
|
},
|
|
236
204
|
reportApiUrl:
|
|
237
|
-
'http://k8s-default-operator-
|
|
205
|
+
'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
|
|
238
206
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.727",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -62,60 +62,60 @@
|
|
|
62
62
|
"@operato/scene-tab": "^0.1.8",
|
|
63
63
|
"@operato/scene-table": "^0.1.8",
|
|
64
64
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
65
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
66
|
-
"@things-factory/attachment-ui": "^4.3.
|
|
67
|
-
"@things-factory/auth-ui": "^4.3.
|
|
68
|
-
"@things-factory/barcode-ui": "^4.3.
|
|
69
|
-
"@things-factory/biz-ui": "^4.3.
|
|
70
|
-
"@things-factory/board-service": "^4.3.
|
|
71
|
-
"@things-factory/board-ui": "^4.3.
|
|
72
|
-
"@things-factory/code-ui": "^4.3.
|
|
73
|
-
"@things-factory/context-ui": "^4.3.
|
|
74
|
-
"@things-factory/export-ui": "^4.3.
|
|
75
|
-
"@things-factory/export-ui-csv": "^4.3.
|
|
76
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
77
|
-
"@things-factory/fav-base": "^4.3.
|
|
78
|
-
"@things-factory/form-ui": "^4.3.
|
|
79
|
-
"@things-factory/geography": "^4.3.
|
|
80
|
-
"@things-factory/grist-ui": "^4.3.
|
|
81
|
-
"@things-factory/help": "^4.3.
|
|
82
|
-
"@things-factory/i18n-base": "^4.3.
|
|
83
|
-
"@things-factory/id-rule-base": "^4.3.
|
|
84
|
-
"@things-factory/import-ui": "^4.3.
|
|
85
|
-
"@things-factory/import-ui-excel": "^4.3.
|
|
86
|
-
"@things-factory/menu-ui": "^4.3.
|
|
87
|
-
"@things-factory/more-ui": "^4.3.
|
|
88
|
-
"@things-factory/notification": "^4.3.
|
|
89
|
-
"@things-factory/pdf": "^4.3.
|
|
90
|
-
"@things-factory/print-proxy-service": "^4.3.
|
|
91
|
-
"@things-factory/print-ui": "^4.3.
|
|
92
|
-
"@things-factory/product-base": "^4.3.
|
|
93
|
-
"@things-factory/resource-ui": "^4.3.
|
|
94
|
-
"@things-factory/sales-ui": "^4.3.
|
|
95
|
-
"@things-factory/scene-data-transform": "^4.3.
|
|
96
|
-
"@things-factory/scene-excel": "^4.3.
|
|
97
|
-
"@things-factory/scene-firebase": "^4.3.
|
|
98
|
-
"@things-factory/scene-form": "^4.3.
|
|
99
|
-
"@things-factory/scene-google-map": "^4.3.
|
|
100
|
-
"@things-factory/scene-graphql": "^4.3.
|
|
101
|
-
"@things-factory/scene-label": "^4.3.
|
|
102
|
-
"@things-factory/scene-marker": "^4.3.
|
|
103
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
104
|
-
"@things-factory/scene-restful": "^4.3.
|
|
105
|
-
"@things-factory/scene-visualizer": "^4.3.
|
|
106
|
-
"@things-factory/setting-ui": "^4.3.
|
|
107
|
-
"@things-factory/system-ui": "^4.3.
|
|
108
|
-
"@things-factory/transport-base": "^4.3.
|
|
109
|
-
"@things-factory/tutorial-ui": "^4.3.
|
|
110
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
111
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
65
|
+
"@things-factory/apptool-ui": "^4.3.727",
|
|
66
|
+
"@things-factory/attachment-ui": "^4.3.727",
|
|
67
|
+
"@things-factory/auth-ui": "^4.3.727",
|
|
68
|
+
"@things-factory/barcode-ui": "^4.3.727",
|
|
69
|
+
"@things-factory/biz-ui": "^4.3.727",
|
|
70
|
+
"@things-factory/board-service": "^4.3.727",
|
|
71
|
+
"@things-factory/board-ui": "^4.3.727",
|
|
72
|
+
"@things-factory/code-ui": "^4.3.727",
|
|
73
|
+
"@things-factory/context-ui": "^4.3.727",
|
|
74
|
+
"@things-factory/export-ui": "^4.3.727",
|
|
75
|
+
"@things-factory/export-ui-csv": "^4.3.727",
|
|
76
|
+
"@things-factory/export-ui-excel": "^4.3.727",
|
|
77
|
+
"@things-factory/fav-base": "^4.3.727",
|
|
78
|
+
"@things-factory/form-ui": "^4.3.727",
|
|
79
|
+
"@things-factory/geography": "^4.3.727",
|
|
80
|
+
"@things-factory/grist-ui": "^4.3.727",
|
|
81
|
+
"@things-factory/help": "^4.3.727",
|
|
82
|
+
"@things-factory/i18n-base": "^4.3.727",
|
|
83
|
+
"@things-factory/id-rule-base": "^4.3.727",
|
|
84
|
+
"@things-factory/import-ui": "^4.3.727",
|
|
85
|
+
"@things-factory/import-ui-excel": "^4.3.727",
|
|
86
|
+
"@things-factory/menu-ui": "^4.3.727",
|
|
87
|
+
"@things-factory/more-ui": "^4.3.727",
|
|
88
|
+
"@things-factory/notification": "^4.3.727",
|
|
89
|
+
"@things-factory/pdf": "^4.3.727",
|
|
90
|
+
"@things-factory/print-proxy-service": "^4.3.727",
|
|
91
|
+
"@things-factory/print-ui": "^4.3.727",
|
|
92
|
+
"@things-factory/product-base": "^4.3.727",
|
|
93
|
+
"@things-factory/resource-ui": "^4.3.727",
|
|
94
|
+
"@things-factory/sales-ui": "^4.3.727",
|
|
95
|
+
"@things-factory/scene-data-transform": "^4.3.727",
|
|
96
|
+
"@things-factory/scene-excel": "^4.3.727",
|
|
97
|
+
"@things-factory/scene-firebase": "^4.3.727",
|
|
98
|
+
"@things-factory/scene-form": "^4.3.727",
|
|
99
|
+
"@things-factory/scene-google-map": "^4.3.727",
|
|
100
|
+
"@things-factory/scene-graphql": "^4.3.727",
|
|
101
|
+
"@things-factory/scene-label": "^4.3.727",
|
|
102
|
+
"@things-factory/scene-marker": "^4.3.727",
|
|
103
|
+
"@things-factory/scene-mqtt": "^4.3.727",
|
|
104
|
+
"@things-factory/scene-restful": "^4.3.727",
|
|
105
|
+
"@things-factory/scene-visualizer": "^4.3.727",
|
|
106
|
+
"@things-factory/setting-ui": "^4.3.727",
|
|
107
|
+
"@things-factory/system-ui": "^4.3.727",
|
|
108
|
+
"@things-factory/transport-base": "^4.3.727",
|
|
109
|
+
"@things-factory/tutorial-ui": "^4.3.727",
|
|
110
|
+
"@things-factory/warehouse-base": "^4.3.727",
|
|
111
|
+
"@things-factory/worksheet-base": "^4.3.727"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@things-factory/builder": "^4.3.
|
|
114
|
+
"@things-factory/builder": "^4.3.727",
|
|
115
115
|
"cypress": "^9.4.1",
|
|
116
116
|
"cypress-file-upload": "^5.0.8",
|
|
117
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "a9ec8bb490580678c9982e1234dc735278d6d9ac"
|
|
121
121
|
}
|