@things-factory/operato-wms 4.3.664 → 4.3.666

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.
@@ -151,7 +151,6 @@ export class PickingExecution extends PickingExecutionBase {
151
151
  columnLeft: {
152
152
  size: 8,
153
153
  fields: [
154
- { type: 'row', content: [{ header: 'SKU', field: 'product.sku', type: 'string' }] },
155
154
  {
156
155
  type: 'row',
157
156
  content: [
@@ -163,6 +162,13 @@ export class PickingExecution extends PickingExecutionBase {
163
162
  }
164
163
  ]
165
164
  },
165
+ {
166
+ type: 'row',
167
+ content: [
168
+ { header: 'SKU', field: 'product.sku', type: 'string' },
169
+ { header: 'Packing Type', field: 'packingType', type: 'string' }
170
+ ]
171
+ },
166
172
  {
167
173
  type: 'row',
168
174
  content: [
@@ -211,7 +217,6 @@ export class PickingExecution extends PickingExecutionBase {
211
217
  columnLeft: {
212
218
  size: 8,
213
219
  fields: [
214
- { type: 'row', content: [{ header: 'SKU', field: 'product.sku', type: 'string' }] },
215
220
  {
216
221
  type: 'row',
217
222
  content: [
@@ -223,6 +228,13 @@ export class PickingExecution extends PickingExecutionBase {
223
228
  }
224
229
  ]
225
230
  },
231
+ {
232
+ type: 'row',
233
+ content: [
234
+ { header: 'SKU', field: 'product.sku', type: 'string' },
235
+ { header: 'Packing Type', field: 'packingType', type: 'string' }
236
+ ]
237
+ },
226
238
  {
227
239
  type: 'row',
228
240
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.664",
3
+ "version": "4.3.666",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -91,7 +91,7 @@
91
91
  "@things-factory/print-ui": "^4.3.591",
92
92
  "@things-factory/product-base": "^4.3.660",
93
93
  "@things-factory/resource-ui": "^4.3.660",
94
- "@things-factory/sales-ui": "^4.3.664",
94
+ "@things-factory/sales-ui": "^4.3.666",
95
95
  "@things-factory/scene-data-transform": "^4.3.591",
96
96
  "@things-factory/scene-excel": "^4.3.591",
97
97
  "@things-factory/scene-firebase": "^4.3.591",
@@ -108,7 +108,7 @@
108
108
  "@things-factory/transport-base": "^4.3.631",
109
109
  "@things-factory/tutorial-ui": "^4.3.591",
110
110
  "@things-factory/warehouse-base": "^4.3.660",
111
- "@things-factory/worksheet-base": "^4.3.664"
111
+ "@things-factory/worksheet-base": "^4.3.666"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^4.3.591",
@@ -117,5 +117,5 @@
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "747e252e0703ea7b061196fb917b2e7009f22213"
120
+ "gitHead": "9042433d290a7b3aadbb6b01eacbd6a78bec92ab"
121
121
  }