@things-factory/operato-wms 4.3.762 → 4.3.764

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.
@@ -4,34 +4,23 @@ module.exports = {
4
4
  useVirtualHostBasedDomain: false,
5
5
  fallbackRoute: '/',
6
6
  subdomainOffset: 2,
7
- port: 4000,
7
+ port: 4011,
8
8
  inspect: '9330',
9
-
10
- storage: {
11
- type: 's3',
12
- accessKeyId: 'AKIAUQEOPWEJHCE4MTH4',
13
- secretAccessKey: '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',
14
- bucketName: 'opa-one',
15
- region: 'ap-southeast-1'
16
- },
17
- // arif
18
9
  // ormconfig: {
19
10
  // name: 'default',
20
11
  // type: 'postgres',
21
- // database: 'arif',
12
+ // database: 'EMS',
22
13
  // username: 'postgres',
23
14
  // password: 'hatio',
24
- // host: '10.254.29.189',
15
+ // host: '192.168.0.161',
25
16
  // port: 15432,
26
17
  // synchronize: false,
27
18
  // logging: true
28
19
  // },
29
-
30
- // STAGING DATABASE
31
20
  ormconfig: {
32
21
  name: 'default',
33
22
  type: 'postgres',
34
- database: 'staging',
23
+ database: 'postgres',
35
24
  username: 'postgres',
36
25
  password: 't62dgT#Ns*GerhuZ9wnzm^',
37
26
  host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
@@ -39,98 +28,62 @@ module.exports = {
39
28
  synchronize: false,
40
29
  logging: true
41
30
  },
42
-
43
- // ormconfig: {
44
- // name: 'default',
45
- // type: 'postgres',
46
- // host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
47
- // port: 55432,
48
- // database: 'postgres',
49
- // username: 'postgres',
50
- // password: 'abcd1234',
51
- // synchronize: false,
52
- // logging: true,
53
- // connectTimeoutMS: 30000,
54
- // extra: { poolSize: 30 }
55
- // },
56
-
57
- //db izzah
58
31
  // ormconfig: {
59
32
  // name: 'default',
60
33
  // type: 'postgres',
61
- // database: '06072023',
34
+ // database: 'operato',
62
35
  // username: 'postgres',
63
36
  // password: 'hatio',
64
37
  // host: '192.168.0.153',
65
- // port: 15432,f
66
- // synchronize: true,
38
+ // port: 15432,
39
+ // synchronize: false,
67
40
  // logging: true
68
41
  // },
69
42
  // ormconfig: {
70
43
  // name: 'default',
71
44
  // type: 'postgres',
72
- // database: 'postgres',
73
- // username: 'postgres',
74
- // password: 'hatio',
75
- // host: '192.168.0.151',
76
- // port: 15432,
45
+ // database: 'operato',
46
+ // username: 'operato',
47
+ // password: 'abcd1234',
48
+ // host: 'localhost',
49
+ // port: 25432,
77
50
  // synchronize: false,
78
51
  // logging: true
79
52
  // },
80
-
81
- // //ERIC
82
53
  // ormconfig: {
83
54
  // name: 'default',
84
55
  // type: 'postgres',
85
- // database: 'eric',
56
+ // database: 'operato',
86
57
  // username: 'postgres',
87
58
  // password: 'hatio',
88
- // host: '192.168.0.153',
59
+ // host: '192.168.0.151',
89
60
  // port: 15432,
90
61
  // synchronize: false,
91
62
  // logging: true
92
63
  // },
93
-
94
- //eric 2
64
+ //arif
95
65
  // ormconfig: {
96
66
  // name: 'default',
97
67
  // type: 'postgres',
98
- // database: 'eric2',
68
+ // database: 'arif',
99
69
  // username: 'postgres',
100
70
  // password: 'hatio',
101
- // host: '192.168.0.153',
71
+ // host: '10.254.29.189',
102
72
  // port: 15432,
103
73
  // synchronize: false,
104
74
  // logging: true
105
75
  // },
106
-
107
76
  // ormconfig: {
108
77
  // name: 'default',
109
78
  // type: 'postgres',
110
- // host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
111
- // port: 55432,
112
- // database: 'postgres',
79
+ // database: 'operato-eric',
113
80
  // username: 'postgres',
114
- // password: 'abcd1234',
81
+ // password: 'hatio',
82
+ // host: '192.168.0.249',
83
+ // port: 5432,
115
84
  // synchronize: false,
116
- // logging: true,
117
- // connectTimeoutMS: 30000,
118
- // extra: { poolSize: 30 }
85
+ // logging: true
119
86
  // },
120
- //ormconfig: {
121
- // name: 'default',
122
- // type: 'postgres',
123
- // database: 'dev2',
124
- // username: 'postgres',
125
- // password: 'hatio',
126
- // host: 'localhost',
127
- // port: 15432,
128
- // synchronize: false,
129
- // logging: true,
130
- // connectTimeoutMS: 30000,
131
- // extra: { poolSize: 30 }
132
- //},
133
- SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
134
87
  password: {
135
88
  lowerCase: true,
136
89
  upperCase: false,
@@ -143,8 +96,22 @@ module.exports = {
143
96
  looseCharacterLength: 4,
144
97
  history: 2
145
98
  },
99
+ sftpFileStorage: {
100
+ type: 's3',
101
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
102
+ secretAccessKey: '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',
103
+ bucketName: 'operato-sftp'
104
+ },
105
+ // storage: {
106
+ // type: 's3',
107
+ // accessKeyId: 'AKIAUQEOPWEJCDH6AR5H',
108
+ // secretAccessKey: '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',
109
+ // bucketName: 'opa-one',
110
+ // region: 'ap-southeast-1'
111
+ // },
146
112
  uploads: 'uploads',
147
113
  attachmentsPath: 'attachments',
114
+ SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
148
115
  logger: {
149
116
  file: {
150
117
  filename: 'logs/application-%DATE%.log',
@@ -160,7 +127,7 @@ module.exports = {
160
127
  port: 587,
161
128
  secure: false, // true for 465, false for other ports
162
129
  auth: {
163
- user: 'no-reply@hatiolab.com', // generated ethereal user
130
+ user: 'noreply@hatiolab.com', // generated ethereal user
164
131
  pass: 'h@ti0LAB1008' // generated ethereal password
165
132
  },
166
133
  secureConnection: false,
@@ -168,7 +135,7 @@ module.exports = {
168
135
  ciphers: 'SSLv3'
169
136
  }
170
137
  },
171
- sender: 'no-reply@hatiolab.com',
138
+ sender: 'noreply@hatiolab.com',
172
139
  notification: {
173
140
  // fcm: {
174
141
  // serviceAccount: {
@@ -192,30 +159,80 @@ module.exports = {
192
159
  // privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
193
160
  // }
194
161
  },
195
- // reportApiUrl:
196
- // 'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html',
197
- // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html',
198
- // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html',
199
- // reportApiUrl: 'http://10.100.109.66:8090/rest/report/show_html',
162
+ fulfillmentIntegrationOperato: {
163
+ host: '192.168.0.161:3000',
164
+ protocol: 'http',
165
+ platform: 'operato',
166
+ application: 'Operato MMS',
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 },
200
213
  awbFileStorage: {
201
214
  type: 's3',
202
- accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
203
- secretAccessKey: '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',
215
+ accessKeyId: 'AKIAUQEOPWEJPXIVER74',
216
+ secretAccessKey: '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',
204
217
  bucketName: 'operato-awb',
205
218
  region: 'ap-southeast-1'
206
219
  },
207
- invoiceFileStorage: {
208
- type: 's3',
209
- accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
210
- secretAccessKey: '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',
211
- invoiceBucket: 'operato-invoice',
212
- region: 'ap-southeast-1'
213
- },
214
220
  lambda: {
215
221
  region: 'ap-southeast-1',
216
- accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
217
- secretAccessKey: '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'
222
+ accessKeyId: 'AKIAUQEOPWEJPXIVER74',
223
+ secretAccessKey: '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'
224
+ },
225
+ lmdIntegrationConfig: {
226
+ version: {
227
+ v1: 'lmdMiddleware',
228
+ v2: 'lmdMiddlewareV2'
229
+ }
230
+ },
231
+ awsSesEmail: {
232
+ accessKeyId: 'AKIAUQEOPWEJPXIVER74',
233
+ secretAccessKey: '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',
234
+ email: 'support@hatio.asia'
218
235
  },
219
236
  reportApiUrl:
220
- 'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
237
+ 'http://k8s-default-operator-2fd6178d98-66c66a0f76c09575.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
221
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.762",
3
+ "version": "4.3.764",
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.755",
66
- "@things-factory/attachment-ui": "^4.3.755",
67
- "@things-factory/auth-ui": "^4.3.755",
68
- "@things-factory/barcode-ui": "^4.3.755",
69
- "@things-factory/biz-ui": "^4.3.755",
70
- "@things-factory/board-service": "^4.3.755",
71
- "@things-factory/board-ui": "^4.3.755",
72
- "@things-factory/code-ui": "^4.3.755",
73
- "@things-factory/context-ui": "^4.3.755",
74
- "@things-factory/export-ui": "^4.3.755",
75
- "@things-factory/export-ui-csv": "^4.3.755",
76
- "@things-factory/export-ui-excel": "^4.3.755",
77
- "@things-factory/fav-base": "^4.3.755",
78
- "@things-factory/form-ui": "^4.3.755",
79
- "@things-factory/geography": "^4.3.755",
80
- "@things-factory/grist-ui": "^4.3.755",
81
- "@things-factory/help": "^4.3.755",
82
- "@things-factory/i18n-base": "^4.3.755",
83
- "@things-factory/id-rule-base": "^4.3.755",
84
- "@things-factory/import-ui": "^4.3.755",
85
- "@things-factory/import-ui-excel": "^4.3.755",
86
- "@things-factory/menu-ui": "^4.3.755",
87
- "@things-factory/more-ui": "^4.3.755",
88
- "@things-factory/notification": "^4.3.755",
89
- "@things-factory/pdf": "^4.3.755",
90
- "@things-factory/print-proxy-service": "^4.3.755",
91
- "@things-factory/print-ui": "^4.3.755",
92
- "@things-factory/product-base": "^4.3.755",
93
- "@things-factory/resource-ui": "^4.3.755",
94
- "@things-factory/sales-ui": "^4.3.759",
95
- "@things-factory/scene-data-transform": "^4.3.755",
96
- "@things-factory/scene-excel": "^4.3.755",
97
- "@things-factory/scene-firebase": "^4.3.755",
98
- "@things-factory/scene-form": "^4.3.755",
99
- "@things-factory/scene-google-map": "^4.3.755",
100
- "@things-factory/scene-graphql": "^4.3.755",
101
- "@things-factory/scene-label": "^4.3.755",
102
- "@things-factory/scene-marker": "^4.3.755",
103
- "@things-factory/scene-mqtt": "^4.3.755",
104
- "@things-factory/scene-restful": "^4.3.755",
105
- "@things-factory/scene-visualizer": "^4.3.755",
106
- "@things-factory/setting-ui": "^4.3.755",
107
- "@things-factory/system-ui": "^4.3.755",
108
- "@things-factory/transport-base": "^4.3.755",
109
- "@things-factory/tutorial-ui": "^4.3.755",
110
- "@things-factory/warehouse-base": "^4.3.755",
111
- "@things-factory/worksheet-base": "^4.3.761"
65
+ "@things-factory/apptool-ui": "^4.3.764",
66
+ "@things-factory/attachment-ui": "^4.3.764",
67
+ "@things-factory/auth-ui": "^4.3.764",
68
+ "@things-factory/barcode-ui": "^4.3.764",
69
+ "@things-factory/biz-ui": "^4.3.764",
70
+ "@things-factory/board-service": "^4.3.764",
71
+ "@things-factory/board-ui": "^4.3.764",
72
+ "@things-factory/code-ui": "^4.3.764",
73
+ "@things-factory/context-ui": "^4.3.764",
74
+ "@things-factory/export-ui": "^4.3.764",
75
+ "@things-factory/export-ui-csv": "^4.3.764",
76
+ "@things-factory/export-ui-excel": "^4.3.764",
77
+ "@things-factory/fav-base": "^4.3.764",
78
+ "@things-factory/form-ui": "^4.3.764",
79
+ "@things-factory/geography": "^4.3.764",
80
+ "@things-factory/grist-ui": "^4.3.764",
81
+ "@things-factory/help": "^4.3.764",
82
+ "@things-factory/i18n-base": "^4.3.764",
83
+ "@things-factory/id-rule-base": "^4.3.764",
84
+ "@things-factory/import-ui": "^4.3.764",
85
+ "@things-factory/import-ui-excel": "^4.3.764",
86
+ "@things-factory/menu-ui": "^4.3.764",
87
+ "@things-factory/more-ui": "^4.3.764",
88
+ "@things-factory/notification": "^4.3.764",
89
+ "@things-factory/pdf": "^4.3.764",
90
+ "@things-factory/print-proxy-service": "^4.3.764",
91
+ "@things-factory/print-ui": "^4.3.764",
92
+ "@things-factory/product-base": "^4.3.764",
93
+ "@things-factory/resource-ui": "^4.3.764",
94
+ "@things-factory/sales-ui": "^4.3.764",
95
+ "@things-factory/scene-data-transform": "^4.3.764",
96
+ "@things-factory/scene-excel": "^4.3.764",
97
+ "@things-factory/scene-firebase": "^4.3.764",
98
+ "@things-factory/scene-form": "^4.3.764",
99
+ "@things-factory/scene-google-map": "^4.3.764",
100
+ "@things-factory/scene-graphql": "^4.3.764",
101
+ "@things-factory/scene-label": "^4.3.764",
102
+ "@things-factory/scene-marker": "^4.3.764",
103
+ "@things-factory/scene-mqtt": "^4.3.764",
104
+ "@things-factory/scene-restful": "^4.3.764",
105
+ "@things-factory/scene-visualizer": "^4.3.764",
106
+ "@things-factory/setting-ui": "^4.3.764",
107
+ "@things-factory/system-ui": "^4.3.764",
108
+ "@things-factory/transport-base": "^4.3.764",
109
+ "@things-factory/tutorial-ui": "^4.3.764",
110
+ "@things-factory/warehouse-base": "^4.3.764",
111
+ "@things-factory/worksheet-base": "^4.3.764"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^4.3.755",
114
+ "@things-factory/builder": "^4.3.764",
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": "baadfe656ab39bd1a0623465d4e722e4f6afdbda"
120
+ "gitHead": "4dd8055a25e773814603c4be21fc70930d0cfb13"
121
121
  }
@@ -1258,6 +1258,7 @@
1258
1258
  "label.transfer_inventory": "transfer inventory",
1259
1259
  "label.transfer_qty": "transfer qty",
1260
1260
  "label.transfer": "transfer",
1261
+ "label.aggregation-function": "aggregation",
1261
1262
  "label.transport_type": "transport type",
1262
1263
  "label.transport_vehicle": "transport vehicle",
1263
1264
  "label.transporter": "transporter",
@@ -1249,6 +1249,7 @@
1249
1249
  "label.transfer_inventory": "재고 이동",
1250
1250
  "label.transfer_qty": "[ko]transfer qty",
1251
1251
  "label.transfer": "재고 이동",
1252
+ "label.aggregation-function": "집계함수",
1252
1253
  "label.transport_type": "운송 유형",
1253
1254
  "label.transport_vehicle": "[ko] transport vehicle",
1254
1255
  "label.transporter": "[ko] transporter",
@@ -1275,6 +1275,7 @@
1275
1275
  "label.transfer": "pemindahan",
1276
1276
  "label.transfer_inventory": "pemindahan inventori",
1277
1277
  "label.transfer_qty": "transfer qty",
1278
+ "label.aggregation-function": "aggregation",
1278
1279
  "label.transport_type": "jenis pengangkutan",
1279
1280
  "label.transport_vehicle": "transport vehicle",
1280
1281
  "label.transporter": "transporter",
@@ -1293,6 +1293,7 @@
1293
1293
  "label.transfer": "转移",
1294
1294
  "label.transfer_inventory": "转移库存",
1295
1295
  "label.transfer_qty": "转移数量",
1296
+ "label.aggregation-function": "聚合函数",
1296
1297
  "label.transport_type": "运输类型",
1297
1298
  "label.transport_vehicle": "运输车辆",
1298
1299
  "label.transporter": "运输商",