@things-factory/product-ui 4.1.27 → 4.1.37
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.
- package/client/pages/product-list.js +12 -2
- package/package.json +9 -9
- package/translations/en.json +2 -0
- package/translations/ko.json +2 -0
- package/translations/ms.json +2 -0
- package/translations/zh.json +2 -0
|
@@ -364,8 +364,16 @@ class ProductList extends localize(i18next)(PageView) {
|
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
type: 'boolean',
|
|
367
|
-
name: '
|
|
368
|
-
header: i18next.t('field.
|
|
367
|
+
name: 'isRequireSerialNumberScanningInbound',
|
|
368
|
+
header: i18next.t('field.require_serial_number_scanning_inbound'),
|
|
369
|
+
record: { editable: true, align: 'center' },
|
|
370
|
+
sortable: true,
|
|
371
|
+
width: 120
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
type: 'boolean',
|
|
375
|
+
name: 'isRequireSerialNumberScanningOutbound',
|
|
376
|
+
header: i18next.t('field.require_serial_number_scanning_outbound'),
|
|
369
377
|
record: { editable: true, align: 'center' },
|
|
370
378
|
sortable: true,
|
|
371
379
|
width: 120
|
|
@@ -695,6 +703,8 @@ class ProductList extends localize(i18next)(PageView) {
|
|
|
695
703
|
expirationPeriod
|
|
696
704
|
isRequiredCheckExpiry
|
|
697
705
|
isRequireSerialNumberScanning
|
|
706
|
+
isRequireSerialNumberScanningInbound
|
|
707
|
+
isRequireSerialNumberScanningOutbound
|
|
698
708
|
weightUnit
|
|
699
709
|
nettWeight
|
|
700
710
|
grossWeight
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/product-ui",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.37",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@things-factory/form-ui": "^4.1.
|
|
28
|
-
"@things-factory/grist-ui": "^4.1.
|
|
29
|
-
"@things-factory/i18n-base": "^4.1.
|
|
30
|
-
"@things-factory/import-ui": "^4.1.
|
|
31
|
-
"@things-factory/layout-base": "^4.1.
|
|
32
|
-
"@things-factory/product-base": "^4.1.
|
|
33
|
-
"@things-factory/shell": "^4.1.
|
|
27
|
+
"@things-factory/form-ui": "^4.1.28",
|
|
28
|
+
"@things-factory/grist-ui": "^4.1.28",
|
|
29
|
+
"@things-factory/i18n-base": "^4.1.28",
|
|
30
|
+
"@things-factory/import-ui": "^4.1.28",
|
|
31
|
+
"@things-factory/layout-base": "^4.1.28",
|
|
32
|
+
"@things-factory/product-base": "^4.1.37",
|
|
33
|
+
"@things-factory/shell": "^4.1.28"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "cc34a73ab56ed192e1f2babe6954a817c473a46c"
|
|
36
36
|
}
|
package/translations/en.json
CHANGED
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
"field.product_set_info": "product set info",
|
|
46
46
|
"field.ref_code": "ref code",
|
|
47
47
|
"field.require_serial_number_scanning": "require serial number scanning",
|
|
48
|
+
"field.require_serial_number_scanning_inbound": "require serial number scanning inbound",
|
|
49
|
+
"field.require_serial_number_scanning_outbound": "require serial number scanning outbound",
|
|
48
50
|
"field.required_checking_expiry": "required checking expiry",
|
|
49
51
|
"field.sku": "SKU",
|
|
50
52
|
"field.sub_brand": "sub brand",
|
package/translations/ko.json
CHANGED
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
"field.product_set_info": "[ko]product set info",
|
|
51
51
|
"field.ref_code": "[ko] ref code",
|
|
52
52
|
"field.required_checking_expiry": "[ko]required checking expiry",
|
|
53
|
+
"field.require_serial_number_scanning_inbound": "[ko] require serial number scanning inbound",
|
|
54
|
+
"field.require_serial_number_scanning_outbound": "[ko] require serial number scanning outbound",
|
|
53
55
|
"field.sku": "[ko]SKU",
|
|
54
56
|
"field.sub_brand": "[ko]sub brand",
|
|
55
57
|
"field.threshold_qty": "[ko]threshold qty",
|
package/translations/ms.json
CHANGED
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
"field.product_set_info": "[ms]product set info",
|
|
51
51
|
"field.ref_code": "[ms]ref code",
|
|
52
52
|
"field.required_checking_expiry": "[ms]required checking expiry",
|
|
53
|
+
"field.require_serial_number_scanning_inbound": "[ms]require serial number scanning inbound",
|
|
54
|
+
"field.require_serial_number_scanning_outbound": "[ms]require serial number scanning outbound",
|
|
53
55
|
"field.sku": "[ms]SKU",
|
|
54
56
|
"field.sub_brand": "[ms]sub brand",
|
|
55
57
|
"field.threshold_qty": "[ms]threshold qty",
|
package/translations/zh.json
CHANGED
|
@@ -52,6 +52,8 @@
|
|
|
52
52
|
"field.product_set_info": "[zh]product set info",
|
|
53
53
|
"field.ref_code": "[zh]ref code",
|
|
54
54
|
"field.required_checking_expiry": "[zh]required checking expiry",
|
|
55
|
+
"field.require_serial_number_scanning_inbound": "[zh]require serial number scanning inbound",
|
|
56
|
+
"field.require_serial_number_scanning_outbound": "[zh]require serial number scanning outbound",
|
|
55
57
|
"field.sku": "[zh]SKU",
|
|
56
58
|
"field.sub_brand": "[zh]sub brand",
|
|
57
59
|
"field.threshold_qty": "[zh]threshold qty",
|