@things-factory/product-ui 3.7.5 → 3.7.13

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.
@@ -362,6 +362,14 @@ class ProductList extends localize(i18next)(PageView) {
362
362
  sortable: true,
363
363
  width: 120
364
364
  },
365
+ {
366
+ type: 'boolean',
367
+ name: 'isRequireSerialNumberScanning',
368
+ header: i18next.t('field.require_serial_number_scanning'),
369
+ record: { editable: true, align: 'center' },
370
+ sortable: true,
371
+ width: 120
372
+ },
365
373
  {
366
374
  type: 'object',
367
375
  name: 'productRef',
@@ -686,6 +694,7 @@ class ProductList extends localize(i18next)(PageView) {
686
694
  cogsAccountCode
687
695
  expirationPeriod
688
696
  isRequiredCheckExpiry
697
+ isRequireSerialNumberScanning
689
698
  weightUnit
690
699
  nettWeight
691
700
  grossWeight
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/product-ui",
3
- "version": "3.7.5",
3
+ "version": "3.7.13",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -29,8 +29,8 @@
29
29
  "@things-factory/i18n-base": "^3.7.5",
30
30
  "@things-factory/import-ui": "^3.7.5",
31
31
  "@things-factory/layout-base": "^3.7.5",
32
- "@things-factory/product-base": "^3.7.5",
32
+ "@things-factory/product-base": "^3.7.13",
33
33
  "@things-factory/shell": "^3.7.5"
34
34
  },
35
- "gitHead": "43e77ed980b3e999d9d17aa75cf50a547f87f4e7"
35
+ "gitHead": "48a64e051ed22ee4f0cbf11052a96bd17eef3b0d"
36
36
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "field.require_serial_number_scanning": "require serial number scanning",
2
3
  "field.packing_size": "packing size",
3
4
  "field.deleted": "deleted",
4
5
  "button.restore": "restore",
@@ -61,9 +62,11 @@
61
62
  "field.weight_unit": "weight unit",
62
63
  "field.weight": "weight",
63
64
  "field.width": "width",
65
+ "title.linked_products": "linked products",
64
66
  "title.product_bundle_setting": "product bundle setting",
65
67
  "title.product_bundle": "product bundle",
66
68
  "title.product_set": "product set",
67
69
  "title.product": "product",
68
- "title.combination": "combination"
70
+ "title.combination": "combination",
71
+ "title.combination_sets": "combination sets"
69
72
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "field.require_serial_number_scanning": "[ko]require serial number scanning",
2
3
  "field.packing_size": "[ko]packing size",
3
4
  "field.deleted": "[ko]deleted",
4
5
  "button.restore": "[ko]restore",
@@ -61,9 +62,11 @@
61
62
  "field.weight_unit": "[ko]weight unit",
62
63
  "field.weight": "[ko]weight",
63
64
  "field.width": "[ko]width",
65
+ "title.linked_products": "[ko] linked products",
64
66
  "title.product_bundle_setting": "[ko]product bundle setting",
65
67
  "title.product_bundle": "[ko]product bundle",
66
68
  "title.product_set": "[ko]product set",
67
69
  "title.product": "[ko]product",
68
- "title.combination": "[ko] combination"
70
+ "title.combination": "[ko] combination",
71
+ "title.combination_sets": "[ko] combination sets"
69
72
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "field.require_serial_number_scanning": "[ms]require serial number scanning",
2
3
  "field.packing_size": "[ms]packing size",
3
4
  "field.deleted": "[ms]deleted",
4
5
  "button.restore": "[ms]restore",
@@ -61,9 +62,11 @@
61
62
  "field.weight_unit": "[ms]weight unit",
62
63
  "field.weight": "[ms]weight",
63
64
  "field.width": "[ms]width",
65
+ "title.linked_products": "[ms] linked products",
64
66
  "title.product_bundle_setting": "[ms]product bundle setting",
65
67
  "title.product_bundle": "[ms]product bundle",
66
68
  "title.product_set": "[ms]product set",
67
69
  "title.product": "[ms]product",
68
- "title.combination": "[ms] combination"
70
+ "title.combination": "[ms] combination",
71
+ "title.combination_sets": "[ms] combination sets"
69
72
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "field.require_serial_number_scanning": "[zh]require serial number scanning",
2
3
  "button.restore": "[zh]restore",
3
4
  "text.there_is_nothing_to_restore": "[zh]there is nothing to restore",
4
5
  "text.data_restore_successfully": "[zh]data restore successfully",
@@ -63,9 +64,11 @@
63
64
  "field.weight_unit": "[zh]weight unit",
64
65
  "field.weight": "[zh]weight",
65
66
  "field.width": "[zh]width",
67
+ "title.linked_products": "[zh] linked products",
66
68
  "title.product_bundle_setting": "[zh]product bundle setting",
67
69
  "title.product_bundle": "[zh]product bundle",
68
70
  "title.product_set": "[zh]product set",
69
71
  "title.product": "[zh]product",
70
- "title.combination": "[zh] combination"
72
+ "title.combination": "[zh] combination",
73
+ "title.combination_sets": "[zh] combination sets"
71
74
  }