@things-factory/operato-wms 4.3.790 → 4.3.792

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.
Files changed (2) hide show
  1. package/config.development.js +71 -141
  2. package/package.json +6 -6
@@ -6,29 +6,18 @@ module.exports = {
6
6
  subdomainOffset: 2,
7
7
  port: 4000,
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
9
18
  // ormconfig: {
10
19
  // name: 'default',
11
20
  // type: 'postgres',
12
- // database: 'postgres',
13
- // username: 'izzah',
14
- // password: 'hatio1234',
15
- // host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
16
- // port: 55432,
17
- // synchronize: false,
18
- // logging: true
19
- // },
20
- // postgres2
21
- // ormconfig: {
22
- // name: 'default',
23
- // type: 'postgres',
24
- // database: 'postgres',
25
- // username: 'postgres',
26
- // password: 'hatio',
27
- // host: '192.168.0.151',
28
- // port: 15432,
29
- // synchronize: false,debug
30
- // name: 'default',
31
- // type: 'postgres',
32
21
  // database: 'arif',
33
22
  // username: 'postgres',
34
23
  // password: 'hatio',
@@ -37,51 +26,7 @@ module.exports = {
37
26
  // synchronize: false,
38
27
  // logging: true
39
28
  // },
40
- // ormconfig: {
41
- // name: 'default',
42
- // type: 'postgres',
43
- // database: 'operato-eric',
44
- // username: 'postgres',
45
- // password: 'hatio',
46
- // host: '192.168.0.248',
47
- // port: 15432,
48
- // synchronize: false,
49
- // logging: true
50
- // },
51
- //operato
52
- // ormconfig: {
53
- // name: 'default',
54
- // type: 'postgres',
55
- // database: 'operato',
56
- // username: 'postgres',
57
- // password: 'hatio',
58
- // host: '192.168.0.151',
59
- // port: 15432,
60
- // synchronize: false,
61
- // logging: true
62
- // },
63
- //153 - operatodebug
64
- // type: 'postgres',
65
- // database: 'operato',
66
- // username: 'postgres',
67
- // password: 'hatio',
68
- // host: '192.168.0.153',
69
- // port: 15432,
70
- // synchronize: false,
71
- // logging: true
72
- // },
73
- //eric2
74
- // ormconfig: {
75
- // name: 'default',
76
- // type: 'postgres',
77
- // database: 'eric2',
78
- // username: 'postgres',
79
- // password: 'hatio',
80
- // host: '192.168.0.153',
81
- // port: 15432,
82
- // synchronize: false,
83
- // logging: true
84
- // },
29
+
85
30
  // STAGING DATABASE
86
31
  ormconfig: {
87
32
  name: 'default',
@@ -94,30 +39,46 @@ module.exports = {
94
39
  synchronize: false,
95
40
  logging: true
96
41
  },
97
- //EMS
42
+
98
43
  // ormconfig: {
99
44
  // name: 'default',
100
45
  // type: 'postgres',
101
- // database: 'EMS',
46
+ // host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
47
+ // port: 55432,
48
+ // database: 'postgres',
102
49
  // username: 'postgres',
103
- // password: 'hatio',
104
- // host: '192.168.0.161',
105
- // port: 15432,
50
+ // password: 'abcd1234',
106
51
  // synchronize: false,
52
+ // logging: true,
53
+ // connectTimeoutMS: 30000,
54
+ // extra: { poolSize: 30 }
55
+ // },
56
+
57
+ //db izzah
58
+ // ormconfig: {
59
+ // name: 'default',
60
+ // type: 'postgres',
61
+ // database: '06072023',
62
+ // username: 'postgres',
63
+ // password: 'hatio',
64
+ // host: '192.168.0.153',
65
+ // port: 15432,f
66
+ // synchronize: true,
107
67
  // logging: true
108
68
  // },
109
- //db nora
110
69
  // ormconfig: {
111
70
  // name: 'default',
112
71
  // type: 'postgres',
113
72
  // database: 'postgres',
114
73
  // username: 'postgres',
115
74
  // password: 'hatio',
116
- // host: '192.168.0.36',
75
+ // host: '192.168.0.151',
117
76
  // port: 15432,
118
- // synchronize: true,
77
+ // synchronize: false,
119
78
  // logging: true
120
79
  // },
80
+
81
+ // //ERIC
121
82
  // ormconfig: {
122
83
  // name: 'default',
123
84
  // type: 'postgres',
@@ -126,14 +87,15 @@ module.exports = {
126
87
  // password: 'hatio',
127
88
  // host: '192.168.0.153',
128
89
  // port: 15432,
129
- // synchronize: true,
90
+ // synchronize: false,
130
91
  // logging: true
131
92
  // },
132
- //db izzah
93
+
94
+ //eric 2
133
95
  // ormconfig: {
134
96
  // name: 'default',
135
97
  // type: 'postgres',
136
- // database: '06072023',
98
+ // database: 'eric2',
137
99
  // username: 'postgres',
138
100
  // password: 'hatio',
139
101
  // host: '192.168.0.153',
@@ -141,20 +103,21 @@ module.exports = {
141
103
  // synchronize: false,
142
104
  // logging: true
143
105
  // },
106
+
144
107
  // ormconfig: {
145
108
  // name: 'default',
146
109
  // type: 'postgres',
147
- // host: 'a6cf0bb5671f54555985dede599d5a87-649005352.ap-southeast-1.elb.amazonaws.com',
148
- // port: 15432,
110
+ // host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
111
+ // port: 55432,
149
112
  // database: 'postgres',
150
- // username: 'operato-hub-app',
151
- // password: 'a5Z(7|6n$Zti',
113
+ // username: 'postgres',
114
+ // password: 'abcd1234',
152
115
  // synchronize: false,
153
116
  // logging: true,
154
117
  // connectTimeoutMS: 30000,
155
118
  // extra: { poolSize: 30 }
156
119
  // },
157
- // //ormconfig: {
120
+ //ormconfig: {
158
121
  // name: 'default',
159
122
  // type: 'postgres',
160
123
  // database: 'dev2',
@@ -182,7 +145,16 @@ module.exports = {
182
145
  },
183
146
  uploads: 'uploads',
184
147
  attachmentsPath: 'attachments',
185
- logger: {},
148
+ logger: {
149
+ file: {
150
+ filename: 'logs/application-%DATE%.log',
151
+ datePattern: 'YYYY-MM-DD-HH',
152
+ zippedArchive: true,
153
+ maxSize: '200m',
154
+ maxFiles: '1m',
155
+ level: 'info'
156
+ }
157
+ },
186
158
  email: {
187
159
  host: 'smtp.office365.com',
188
160
  port: 587,
@@ -220,72 +192,30 @@ module.exports = {
220
192
  // privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
221
193
  // }
222
194
  },
223
- fulfillmentIntegrationOperato: {
224
- host: '192.168.0.161:3000',
225
- protocol: 'http',
226
- platform: 'operato',
227
- application: 'Operato MMS',
228
- appKey: 'a9bf751e622bf146662b240d58971051',
229
- appSecret: '1c385935dc131c4b902b9bbf6a4798af',
230
- callback: 'http://192.168.0.161:5000/callback-operato'
231
- },
232
- lmdIntegrationNinjavan: {
233
- clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
234
- secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
235
- refreshThreshold: 43200
236
- },
237
-
238
- lmdIntegrationEms: { refreshThreshold: 43200 },
239
- marketplaceIntegrationShopee: {
240
- platform: 'shopee',
241
- isUAT: false,
242
- application: 'Operato MMS',
243
- partnerId: 846025,
244
- partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
245
- v2: true
246
- },
247
- marketplaceIntegrationLazada: {
248
- platform: 'lazada',
249
- application: 'operato-mms',
250
- appKey: '120961',
251
- appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
252
- callback: 'https://maybank.operato-m.com/lazada-callback'
253
- },
254
-
255
- //testinglazada
256
- // marketplaceIntegrationLazada: {
257
- // platform: 'lazada',
258
- // application: 'powrup_bi',
259
- // appKey: '117890',
260
- // appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
261
- // callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
262
- // },
263
- reportApiUrl: 'http://localhost:8090/rest/report/show_html',
264
- // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html'
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',
265
199
  // reportApiUrl: 'http://10.100.109.66:8090/rest/report/show_html',
266
200
  awbFileStorage: {
267
201
  type: 's3',
268
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
269
- secretAccessKey: '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',
202
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
203
+ secretAccessKey: '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',
270
204
  bucketName: 'operato-awb',
271
205
  region: 'ap-southeast-1'
272
206
  },
207
+ invoiceFileStorage: {
208
+ type: 's3',
209
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
210
+ secretAccessKey: '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',
211
+ invoiceBucket: 'operato-invoice',
212
+ region: 'ap-southeast-1'
213
+ },
273
214
  lambda: {
274
215
  region: 'ap-southeast-1',
275
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
276
- secretAccessKey: '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'
216
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
217
+ secretAccessKey: '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'
277
218
  },
278
- lmdIntegrationConfig: {
279
- version: {
280
- v1: 'lmdMiddleware',
281
- v2: 'lmdMiddlewareV2'
282
- }
283
- },
284
- awsSesEmail: {
285
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
286
- secretAccessKey: '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',
287
- email: 'support@hatio.asia'
288
- }
289
- // reportApiUrl:
290
- // 'http://k8s-default-operator-2fd6178d98-66c66a0f76c09575.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
219
+ reportApiUrl:
220
+ 'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
291
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.790",
3
+ "version": "4.3.792",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -89,9 +89,9 @@
89
89
  "@things-factory/pdf": "^4.3.767",
90
90
  "@things-factory/print-proxy-service": "^4.3.767",
91
91
  "@things-factory/print-ui": "^4.3.767",
92
- "@things-factory/product-base": "^4.3.788",
92
+ "@things-factory/product-base": "^4.3.791",
93
93
  "@things-factory/resource-ui": "^4.3.790",
94
- "@things-factory/sales-ui": "^4.3.790",
94
+ "@things-factory/sales-ui": "^4.3.792",
95
95
  "@things-factory/scene-data-transform": "^4.3.767",
96
96
  "@things-factory/scene-excel": "^4.3.767",
97
97
  "@things-factory/scene-firebase": "^4.3.767",
@@ -107,8 +107,8 @@
107
107
  "@things-factory/system-ui": "^4.3.767",
108
108
  "@things-factory/transport-base": "^4.3.767",
109
109
  "@things-factory/tutorial-ui": "^4.3.767",
110
- "@things-factory/warehouse-base": "^4.3.790",
111
- "@things-factory/worksheet-base": "^4.3.790"
110
+ "@things-factory/warehouse-base": "^4.3.791",
111
+ "@things-factory/worksheet-base": "^4.3.792"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^4.3.767",
@@ -117,5 +117,5 @@
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "aac8be0c440911f309204b31d37d0b9fabd0c451"
120
+ "gitHead": "7d9aa6f94e1427df6c6830089c862fd840fedaf3"
121
121
  }