@things-factory/operato-wms 4.3.738 → 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
  ]
@@ -4,15 +4,27 @@ module.exports = {
4
4
  useVirtualHostBasedDomain: false,
5
5
  fallbackRoute: '/',
6
6
  subdomainOffset: 2,
7
- port: 4011,
7
+ port: 4002,
8
8
  inspect: '9330',
9
+ // postgres2
9
10
  // ormconfig: {
10
11
  // name: 'default',
11
12
  // type: 'postgres',
12
- // database: 'EMS',
13
+ // database: 'postgres',
13
14
  // username: 'postgres',
14
15
  // password: 'hatio',
15
- // host: '192.168.0.161',
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',
16
28
  // port: 15432,
17
29
  // synchronize: false,
18
30
  // logging: true
@@ -20,7 +32,7 @@ module.exports = {
20
32
  ormconfig: {
21
33
  name: 'default',
22
34
  type: 'postgres',
23
- database: 'postgres',
35
+ database: 'staging',
24
36
  username: 'postgres',
25
37
  password: 't62dgT#Ns*GerhuZ9wnzm^',
26
38
  host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
@@ -28,62 +40,153 @@ module.exports = {
28
40
  synchronize: false,
29
41
  logging: true
30
42
  },
43
+ // // sum //live db important
31
44
  // ormconfig: {
32
45
  // name: 'default',
33
46
  // type: 'postgres',
34
- // database: 'operato',
47
+ // database: 'postgres',
48
+ // username: 'sum',
49
+ // password: 'hatio1234',
50
+ // host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
51
+ // port: 55432,
52
+ // synchronize: false,
53
+ // logging: false
54
+ // },
55
+
56
+
57
+ // ormconfig: {
58
+ // name: 'default',
59
+ // type: 'postgres',
60
+ // database: 'operato-eric',
35
61
  // username: 'postgres',
36
62
  // password: 'hatio',
37
- // host: '192.168.0.153',
63
+ // host: '192.168.0.248',
38
64
  // port: 15432,
39
65
  // synchronize: false,
40
66
  // logging: true
41
67
  // },
68
+ //operato
42
69
  // ormconfig: {
43
70
  // name: 'default',
44
71
  // type: 'postgres',
45
72
  // database: 'operato',
46
- // username: 'operato',
47
- // password: 'abcd1234',
48
- // host: 'localhost',
49
- // port: 25432,
73
+ // username: 'postgres',
74
+ // password: 'hatio',
75
+ // host: '192.168.0.151',
76
+ // port: 15432,
50
77
  // synchronize: false,
51
78
  // logging: true
52
79
  // },
80
+ //153 - operato
53
81
  // ormconfig: {
54
82
  // name: 'default',
55
83
  // type: 'postgres',
56
84
  // database: 'operato',
57
85
  // username: 'postgres',
58
86
  // password: 'hatio',
59
- // host: '192.168.0.151',
87
+ // host: '192.168.0.153',
88
+ // port: 15432,
89
+ // synchronize: false,
90
+ // logging: true
91
+ // },
92
+ //eric2
93
+ // ormconfig: {
94
+ // name: 'default',
95
+ // type: 'postgres',
96
+ // database: 'eric2',
97
+ // username: 'postgres',
98
+ // password: 'hatio',
99
+ // host: '192.168.0.153',
60
100
  // port: 15432,
61
101
  // synchronize: false,
62
102
  // logging: true
63
103
  // },
64
- //arif
104
+ // arif's
65
105
  // ormconfig: {
66
106
  // name: 'default',
67
107
  // type: 'postgres',
68
108
  // database: 'arif',
69
109
  // username: 'postgres',
70
110
  // password: 'hatio',
71
- // host: '10.254.29.189',
111
+ // host: '192.168.0.151',
72
112
  // port: 15432,
73
113
  // synchronize: false,
74
114
  // logging: true
75
115
  // },
116
+ //EMS
76
117
  // ormconfig: {
77
118
  // name: 'default',
78
119
  // type: 'postgres',
79
- // database: 'operato-eric',
120
+ // database: 'EMS',
80
121
  // username: 'postgres',
81
122
  // password: 'hatio',
82
- // host: '192.168.0.249',
83
- // port: 5432,
123
+ // host: '192.168.0.161',
124
+ // port: 15432,
84
125
  // synchronize: false,
85
126
  // logging: true
86
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
+ // },
163
+ // ormconfig: {
164
+ // name: 'default',
165
+ // type: 'postgres',
166
+ // host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
167
+ // port: 55432,
168
+ // database: 'postgres',
169
+ // username: 'postgres',
170
+ // password: 'abcd1234',
171
+ // synchronize: false,
172
+ // logging: true,
173
+ // connectTimeoutMS: 30000,
174
+ // extra: { poolSize: 30 }
175
+ // },
176
+ //ormconfig: {
177
+ // name: 'default',
178
+ // type: 'postgres',
179
+ // database: 'dev2',
180
+ // username: 'postgres',
181
+ // password: 'hatio',
182
+ // host: 'localhost',
183
+ // port: 15432,
184
+ // synchronize: false,
185
+ // logging: true,
186
+ // connectTimeoutMS: 30000,
187
+ // extra: { poolSize: 30 }
188
+ //},
189
+ SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
87
190
  password: {
88
191
  lowerCase: true,
89
192
  upperCase: false,
@@ -96,22 +199,8 @@ module.exports = {
96
199
  looseCharacterLength: 4,
97
200
  history: 2
98
201
  },
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
- // },
112
202
  uploads: 'uploads',
113
203
  attachmentsPath: 'attachments',
114
- SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
115
204
  logger: {
116
205
  file: {
117
206
  filename: 'logs/application-%DATE%.log',
@@ -127,7 +216,7 @@ module.exports = {
127
216
  port: 587,
128
217
  secure: false, // true for 465, false for other ports
129
218
  auth: {
130
- user: 'noreply@hatiolab.com', // generated ethereal user
219
+ user: 'no-reply@hatiolab.com', // generated ethereal user
131
220
  pass: 'h@ti0LAB1008' // generated ethereal password
132
221
  },
133
222
  secureConnection: false,
@@ -135,7 +224,7 @@ module.exports = {
135
224
  ciphers: 'SSLv3'
136
225
  }
137
226
  },
138
- sender: 'noreply@hatiolab.com',
227
+ sender: 'no-reply@hatiolab.com',
139
228
  notification: {
140
229
  // fcm: {
141
230
  // serviceAccount: {
@@ -168,6 +257,13 @@ module.exports = {
168
257
  appSecret: '1c385935dc131c4b902b9bbf6a4798af',
169
258
  callback: 'http://192.168.0.161:5000/callback-operato'
170
259
  },
260
+ lmdIntegrationNinjavan: {
261
+ clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
262
+ secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
263
+ refreshThreshold: 43200
264
+ },
265
+
266
+ lmdIntegrationEms: { refreshThreshold: 43200 },
171
267
  marketplaceIntegrationShopee: {
172
268
  platform: 'shopee',
173
269
  isUAT: false,
@@ -192,24 +288,9 @@ module.exports = {
192
288
  // appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
193
289
  // callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
194
290
  // },
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 },
291
+ reportApiUrl: 'http://localhost:8888/rest/report/show_html',
292
+ // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html'
293
+ // reportApiUrl: 'http://10.100.109.66:8090/rest/report/show_html',
213
294
  awbFileStorage: {
214
295
  type: 's3',
215
296
  accessKeyId: 'AKIAUQEOPWEJPXIVER74',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.738",
3
+ "version": "4.3.741",
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.738",
66
- "@things-factory/attachment-ui": "^4.3.738",
67
- "@things-factory/auth-ui": "^4.3.738",
68
- "@things-factory/barcode-ui": "^4.3.738",
69
- "@things-factory/biz-ui": "^4.3.738",
70
- "@things-factory/board-service": "^4.3.738",
71
- "@things-factory/board-ui": "^4.3.738",
72
- "@things-factory/code-ui": "^4.3.738",
73
- "@things-factory/context-ui": "^4.3.738",
74
- "@things-factory/export-ui": "^4.3.738",
75
- "@things-factory/export-ui-csv": "^4.3.738",
76
- "@things-factory/export-ui-excel": "^4.3.738",
77
- "@things-factory/fav-base": "^4.3.738",
78
- "@things-factory/form-ui": "^4.3.738",
79
- "@things-factory/geography": "^4.3.738",
80
- "@things-factory/grist-ui": "^4.3.738",
81
- "@things-factory/help": "^4.3.738",
82
- "@things-factory/i18n-base": "^4.3.738",
83
- "@things-factory/id-rule-base": "^4.3.738",
84
- "@things-factory/import-ui": "^4.3.738",
85
- "@things-factory/import-ui-excel": "^4.3.738",
86
- "@things-factory/menu-ui": "^4.3.738",
87
- "@things-factory/more-ui": "^4.3.738",
88
- "@things-factory/notification": "^4.3.738",
89
- "@things-factory/pdf": "^4.3.734",
90
- "@things-factory/print-proxy-service": "^4.3.738",
91
- "@things-factory/print-ui": "^4.3.738",
92
- "@things-factory/product-base": "^4.3.738",
93
- "@things-factory/resource-ui": "^4.3.738",
94
- "@things-factory/sales-ui": "^4.3.738",
95
- "@things-factory/scene-data-transform": "^4.3.734",
96
- "@things-factory/scene-excel": "^4.3.734",
97
- "@things-factory/scene-firebase": "^4.3.734",
98
- "@things-factory/scene-form": "^4.3.734",
99
- "@things-factory/scene-google-map": "^4.3.734",
100
- "@things-factory/scene-graphql": "^4.3.734",
101
- "@things-factory/scene-label": "^4.3.738",
102
- "@things-factory/scene-marker": "^4.3.734",
103
- "@things-factory/scene-mqtt": "^4.3.734",
104
- "@things-factory/scene-restful": "^4.3.734",
105
- "@things-factory/scene-visualizer": "^4.3.734",
106
- "@things-factory/setting-ui": "^4.3.738",
107
- "@things-factory/system-ui": "^4.3.738",
108
- "@things-factory/transport-base": "^4.3.738",
109
- "@things-factory/tutorial-ui": "^4.3.738",
110
- "@things-factory/warehouse-base": "^4.3.738",
111
- "@things-factory/worksheet-base": "^4.3.738"
65
+ "@things-factory/apptool-ui": "^4.3.740",
66
+ "@things-factory/attachment-ui": "^4.3.740",
67
+ "@things-factory/auth-ui": "^4.3.740",
68
+ "@things-factory/barcode-ui": "^4.3.740",
69
+ "@things-factory/biz-ui": "^4.3.740",
70
+ "@things-factory/board-service": "^4.3.740",
71
+ "@things-factory/board-ui": "^4.3.740",
72
+ "@things-factory/code-ui": "^4.3.740",
73
+ "@things-factory/context-ui": "^4.3.740",
74
+ "@things-factory/export-ui": "^4.3.740",
75
+ "@things-factory/export-ui-csv": "^4.3.740",
76
+ "@things-factory/export-ui-excel": "^4.3.740",
77
+ "@things-factory/fav-base": "^4.3.740",
78
+ "@things-factory/form-ui": "^4.3.740",
79
+ "@things-factory/geography": "^4.3.740",
80
+ "@things-factory/grist-ui": "^4.3.740",
81
+ "@things-factory/help": "^4.3.740",
82
+ "@things-factory/i18n-base": "^4.3.740",
83
+ "@things-factory/id-rule-base": "^4.3.740",
84
+ "@things-factory/import-ui": "^4.3.740",
85
+ "@things-factory/import-ui-excel": "^4.3.740",
86
+ "@things-factory/menu-ui": "^4.3.740",
87
+ "@things-factory/more-ui": "^4.3.740",
88
+ "@things-factory/notification": "^4.3.740",
89
+ "@things-factory/pdf": "^4.3.740",
90
+ "@things-factory/print-proxy-service": "^4.3.740",
91
+ "@things-factory/print-ui": "^4.3.740",
92
+ "@things-factory/product-base": "^4.3.740",
93
+ "@things-factory/resource-ui": "^4.3.740",
94
+ "@things-factory/sales-ui": "^4.3.740",
95
+ "@things-factory/scene-data-transform": "^4.3.740",
96
+ "@things-factory/scene-excel": "^4.3.740",
97
+ "@things-factory/scene-firebase": "^4.3.740",
98
+ "@things-factory/scene-form": "^4.3.740",
99
+ "@things-factory/scene-google-map": "^4.3.740",
100
+ "@things-factory/scene-graphql": "^4.3.740",
101
+ "@things-factory/scene-label": "^4.3.740",
102
+ "@things-factory/scene-marker": "^4.3.740",
103
+ "@things-factory/scene-mqtt": "^4.3.740",
104
+ "@things-factory/scene-restful": "^4.3.740",
105
+ "@things-factory/scene-visualizer": "^4.3.740",
106
+ "@things-factory/setting-ui": "^4.3.740",
107
+ "@things-factory/system-ui": "^4.3.740",
108
+ "@things-factory/transport-base": "^4.3.740",
109
+ "@things-factory/tutorial-ui": "^4.3.740",
110
+ "@things-factory/warehouse-base": "^4.3.740",
111
+ "@things-factory/worksheet-base": "^4.3.741"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^4.3.734",
114
+ "@things-factory/builder": "^4.3.740",
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": "4c0363d0c8fa24d07a827b9c884ad32755f3ee8c"
120
+ "gitHead": "97de9f3e63d7acdb0e59eff61f5c170457582490"
121
121
  }