@things-factory/operato-wms 4.3.740 → 4.3.741
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.
|
@@ -182,13 +182,17 @@ class SerialNumberListPopup extends localize(i18next)(LitElement) {
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
|
+
list: {
|
|
186
|
+
fields: ['serialNumber', 'palletId', 'cartonId']
|
|
187
|
+
},
|
|
185
188
|
columns: [
|
|
186
|
-
{ type: 'gutter', gutterName: 'sequence' },
|
|
189
|
+
{ type: 'gutter', gutterName: 'sequence', forList: true },
|
|
187
190
|
{ type: 'object', name: 'inventory', hidden: true },
|
|
188
191
|
{
|
|
189
192
|
type: 'gutter',
|
|
190
193
|
gutterName: 'button',
|
|
191
194
|
icon: 'close',
|
|
195
|
+
forList: true,
|
|
192
196
|
handlers: {
|
|
193
197
|
click: (columns, data, column, record, rowIndex) => {
|
|
194
198
|
this.undoSerialNumberUnload(record.id)
|
|
@@ -199,18 +203,21 @@ class SerialNumberListPopup extends localize(i18next)(LitElement) {
|
|
|
199
203
|
type: 'string',
|
|
200
204
|
name: 'serialNumber',
|
|
201
205
|
header: i18next.t('field.serial_number'),
|
|
206
|
+
label: true,
|
|
202
207
|
width: 150
|
|
203
208
|
},
|
|
204
209
|
{
|
|
205
210
|
type: 'string',
|
|
206
211
|
name: 'palletId',
|
|
207
212
|
header: i18next.t('field.lot_id'),
|
|
213
|
+
label: true,
|
|
208
214
|
width: 180
|
|
209
215
|
},
|
|
210
216
|
{
|
|
211
217
|
type: 'string',
|
|
212
218
|
name: 'cartonId',
|
|
213
219
|
header: i18next.t('field.carton_id'),
|
|
220
|
+
label: true,
|
|
214
221
|
width: 180
|
|
215
222
|
}
|
|
216
223
|
]
|
package/config.development.js
CHANGED
|
@@ -4,30 +4,31 @@ module.exports = {
|
|
|
4
4
|
useVirtualHostBasedDomain: false,
|
|
5
5
|
fallbackRoute: '/',
|
|
6
6
|
subdomainOffset: 2,
|
|
7
|
-
port:
|
|
7
|
+
port: 4002,
|
|
8
8
|
inspect: '9330',
|
|
9
|
-
|
|
10
|
-
storage: {
|
|
11
|
-
type: 's3',
|
|
12
|
-
accessKeyId: 'AKIAUQEOPWEJHCE4MTH4',
|
|
13
|
-
secretAccessKey: 'HkQ1engoFOhduKltXF4j6OakRmLY/9JhvyTWbc8b',
|
|
14
|
-
bucketName: 'opa-one',
|
|
15
|
-
region: 'ap-southeast-1'
|
|
16
|
-
},
|
|
17
|
-
// arif
|
|
9
|
+
// postgres2
|
|
18
10
|
// ormconfig: {
|
|
19
11
|
// name: 'default',
|
|
20
12
|
// type: 'postgres',
|
|
21
|
-
// database: '
|
|
13
|
+
// database: 'postgres',
|
|
22
14
|
// username: 'postgres',
|
|
23
15
|
// password: 'hatio',
|
|
24
|
-
// host: '
|
|
16
|
+
// host: '192.168.0.151',
|
|
17
|
+
// port: 15432,
|
|
18
|
+
// synchronize: false,
|
|
19
|
+
// logging: true
|
|
20
|
+
// },
|
|
21
|
+
// ormconfig: {
|
|
22
|
+
// name: 'default',
|
|
23
|
+
// type: 'postgres',
|
|
24
|
+
// database: 'postgres',
|
|
25
|
+
// username: 'postgres',
|
|
26
|
+
// password: 'hatio',
|
|
27
|
+
// host: '192.168.0.144',
|
|
25
28
|
// port: 15432,
|
|
26
29
|
// synchronize: false,
|
|
27
30
|
// logging: true
|
|
28
31
|
// },
|
|
29
|
-
|
|
30
|
-
// STAGING DATABASE
|
|
31
32
|
ormconfig: {
|
|
32
33
|
name: 'default',
|
|
33
34
|
type: 'postgres',
|
|
@@ -39,37 +40,36 @@ module.exports = {
|
|
|
39
40
|
synchronize: false,
|
|
40
41
|
logging: true
|
|
41
42
|
},
|
|
42
|
-
|
|
43
|
+
// // sum //live db important
|
|
43
44
|
// ormconfig: {
|
|
44
45
|
// name: 'default',
|
|
45
46
|
// type: 'postgres',
|
|
46
|
-
// host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
47
|
-
// port: 55432,
|
|
48
47
|
// database: 'postgres',
|
|
49
|
-
// username: '
|
|
50
|
-
// password: '
|
|
48
|
+
// username: 'sum',
|
|
49
|
+
// password: 'hatio1234',
|
|
50
|
+
// host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
|
|
51
|
+
// port: 55432,
|
|
51
52
|
// synchronize: false,
|
|
52
|
-
// logging:
|
|
53
|
-
// connectTimeoutMS: 30000,
|
|
54
|
-
// extra: { poolSize: 30 }
|
|
53
|
+
// logging: false
|
|
55
54
|
// },
|
|
55
|
+
|
|
56
56
|
|
|
57
|
-
//db izzah
|
|
58
57
|
// ormconfig: {
|
|
59
58
|
// name: 'default',
|
|
60
59
|
// type: 'postgres',
|
|
61
|
-
// database: '
|
|
60
|
+
// database: 'operato-eric',
|
|
62
61
|
// username: 'postgres',
|
|
63
62
|
// password: 'hatio',
|
|
64
|
-
// host: '192.168.0.
|
|
65
|
-
// port: 15432,
|
|
66
|
-
// synchronize:
|
|
63
|
+
// host: '192.168.0.248',
|
|
64
|
+
// port: 15432,
|
|
65
|
+
// synchronize: false,
|
|
67
66
|
// logging: true
|
|
68
67
|
// },
|
|
68
|
+
//operato
|
|
69
69
|
// ormconfig: {
|
|
70
70
|
// name: 'default',
|
|
71
71
|
// type: 'postgres',
|
|
72
|
-
// database: '
|
|
72
|
+
// database: 'operato',
|
|
73
73
|
// username: 'postgres',
|
|
74
74
|
// password: 'hatio',
|
|
75
75
|
// host: '192.168.0.151',
|
|
@@ -77,12 +77,11 @@ module.exports = {
|
|
|
77
77
|
// synchronize: false,
|
|
78
78
|
// logging: true
|
|
79
79
|
// },
|
|
80
|
-
|
|
81
|
-
// //ERIC
|
|
80
|
+
//153 - operato
|
|
82
81
|
// ormconfig: {
|
|
83
82
|
// name: 'default',
|
|
84
83
|
// type: 'postgres',
|
|
85
|
-
// database: '
|
|
84
|
+
// database: 'operato',
|
|
86
85
|
// username: 'postgres',
|
|
87
86
|
// password: 'hatio',
|
|
88
87
|
// host: '192.168.0.153',
|
|
@@ -90,8 +89,7 @@ module.exports = {
|
|
|
90
89
|
// synchronize: false,
|
|
91
90
|
// logging: true
|
|
92
91
|
// },
|
|
93
|
-
|
|
94
|
-
//eric 2
|
|
92
|
+
//eric2
|
|
95
93
|
// ormconfig: {
|
|
96
94
|
// name: 'default',
|
|
97
95
|
// type: 'postgres',
|
|
@@ -103,7 +101,65 @@ module.exports = {
|
|
|
103
101
|
// synchronize: false,
|
|
104
102
|
// logging: true
|
|
105
103
|
// },
|
|
106
|
-
|
|
104
|
+
// arif's
|
|
105
|
+
// ormconfig: {
|
|
106
|
+
// name: 'default',
|
|
107
|
+
// type: 'postgres',
|
|
108
|
+
// database: 'arif',
|
|
109
|
+
// username: 'postgres',
|
|
110
|
+
// password: 'hatio',
|
|
111
|
+
// host: '192.168.0.151',
|
|
112
|
+
// port: 15432,
|
|
113
|
+
// synchronize: false,
|
|
114
|
+
// logging: true
|
|
115
|
+
// },
|
|
116
|
+
//EMS
|
|
117
|
+
// ormconfig: {
|
|
118
|
+
// name: 'default',
|
|
119
|
+
// type: 'postgres',
|
|
120
|
+
// database: 'EMS',
|
|
121
|
+
// username: 'postgres',
|
|
122
|
+
// password: 'hatio',
|
|
123
|
+
// host: '192.168.0.161',
|
|
124
|
+
// port: 15432,
|
|
125
|
+
// synchronize: false,
|
|
126
|
+
// logging: true
|
|
127
|
+
// },
|
|
128
|
+
//db nora
|
|
129
|
+
// ormconfig: {
|
|
130
|
+
// name: 'default',
|
|
131
|
+
// type: 'postgres',
|
|
132
|
+
// database: 'postgres',
|
|
133
|
+
// username: 'postgres',
|
|
134
|
+
// password: 'hatio',
|
|
135
|
+
// host: '192.168.0.36',
|
|
136
|
+
// port: 15432,
|
|
137
|
+
// synchronize: true,
|
|
138
|
+
// logging: true
|
|
139
|
+
// },
|
|
140
|
+
// ormconfig: {
|
|
141
|
+
// name: 'default',
|
|
142
|
+
// type: 'postgres',
|
|
143
|
+
// database: 'eric',
|
|
144
|
+
// username: 'postgres',
|
|
145
|
+
// password: 'hatio',
|
|
146
|
+
// host: '192.168.0.153',
|
|
147
|
+
// port: 15432,
|
|
148
|
+
// synchronize: true,
|
|
149
|
+
// logging: true
|
|
150
|
+
// },
|
|
151
|
+
//db izzah
|
|
152
|
+
// ormconfig: {
|
|
153
|
+
// name: 'default',
|
|
154
|
+
// type: 'postgres',
|
|
155
|
+
// database: '06072023',
|
|
156
|
+
// username: 'postgres',
|
|
157
|
+
// password: 'hatio',
|
|
158
|
+
// host: '192.168.0.153',
|
|
159
|
+
// port: 15432,
|
|
160
|
+
// synchronize: false,
|
|
161
|
+
// logging: true
|
|
162
|
+
// },
|
|
107
163
|
// ormconfig: {
|
|
108
164
|
// name: 'default',
|
|
109
165
|
// type: 'postgres',
|
|
@@ -192,30 +248,72 @@ module.exports = {
|
|
|
192
248
|
// privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
|
|
193
249
|
// }
|
|
194
250
|
},
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
251
|
+
fulfillmentIntegrationOperato: {
|
|
252
|
+
host: '192.168.0.161:3000',
|
|
253
|
+
protocol: 'http',
|
|
254
|
+
platform: 'operato',
|
|
255
|
+
application: 'Operato MMS',
|
|
256
|
+
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
257
|
+
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
258
|
+
callback: 'http://192.168.0.161:5000/callback-operato'
|
|
259
|
+
},
|
|
260
|
+
lmdIntegrationNinjavan: {
|
|
261
|
+
clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
|
|
262
|
+
secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
|
|
263
|
+
refreshThreshold: 43200
|
|
264
|
+
},
|
|
265
|
+
|
|
266
|
+
lmdIntegrationEms: { refreshThreshold: 43200 },
|
|
267
|
+
marketplaceIntegrationShopee: {
|
|
268
|
+
platform: 'shopee',
|
|
269
|
+
isUAT: false,
|
|
270
|
+
application: 'Operato MMS',
|
|
271
|
+
partnerId: 846025,
|
|
272
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
|
|
273
|
+
v2: true
|
|
274
|
+
},
|
|
275
|
+
marketplaceIntegrationLazada: {
|
|
276
|
+
platform: 'lazada',
|
|
277
|
+
application: 'operato-mms',
|
|
278
|
+
appKey: '120961',
|
|
279
|
+
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
280
|
+
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
281
|
+
},
|
|
282
|
+
|
|
283
|
+
//testinglazada
|
|
284
|
+
// marketplaceIntegrationLazada: {
|
|
285
|
+
// platform: 'lazada',
|
|
286
|
+
// application: 'powrup_bi',
|
|
287
|
+
// appKey: '117890',
|
|
288
|
+
// appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
|
|
289
|
+
// callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
|
|
290
|
+
// },
|
|
291
|
+
reportApiUrl: 'http://localhost:8888/rest/report/show_html',
|
|
292
|
+
// reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html'
|
|
199
293
|
// reportApiUrl: 'http://10.100.109.66:8090/rest/report/show_html',
|
|
200
294
|
awbFileStorage: {
|
|
201
295
|
type: 's3',
|
|
202
|
-
accessKeyId: '
|
|
203
|
-
secretAccessKey: '
|
|
296
|
+
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
297
|
+
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
204
298
|
bucketName: 'operato-awb',
|
|
205
299
|
region: 'ap-southeast-1'
|
|
206
300
|
},
|
|
207
|
-
invoiceFileStorage: {
|
|
208
|
-
type: 's3',
|
|
209
|
-
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
210
|
-
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
211
|
-
invoiceBucket: 'operato-invoice',
|
|
212
|
-
region: 'ap-southeast-1'
|
|
213
|
-
},
|
|
214
301
|
lambda: {
|
|
215
302
|
region: 'ap-southeast-1',
|
|
216
|
-
accessKeyId: '
|
|
217
|
-
secretAccessKey: '
|
|
303
|
+
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
304
|
+
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq'
|
|
305
|
+
},
|
|
306
|
+
lmdIntegrationConfig: {
|
|
307
|
+
version: {
|
|
308
|
+
v1: 'lmdMiddleware',
|
|
309
|
+
v2: 'lmdMiddlewareV2'
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
awsSesEmail: {
|
|
313
|
+
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
314
|
+
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
315
|
+
email: 'support@hatio.asia'
|
|
218
316
|
},
|
|
219
317
|
reportApiUrl:
|
|
220
|
-
'http://k8s-default-operator-
|
|
318
|
+
'http://k8s-default-operator-2fd6178d98-66c66a0f76c09575.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
|
|
221
319
|
}
|
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.741",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@things-factory/transport-base": "^4.3.740",
|
|
109
109
|
"@things-factory/tutorial-ui": "^4.3.740",
|
|
110
110
|
"@things-factory/warehouse-base": "^4.3.740",
|
|
111
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
111
|
+
"@things-factory/worksheet-base": "^4.3.741"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@things-factory/builder": "^4.3.740",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "97de9f3e63d7acdb0e59eff61f5c170457582490"
|
|
121
121
|
}
|