mirror of
https://github.com/frappe/books.git
synced 2025-01-23 23:28:24 +00:00
upd: POSSettings schema
This commit is contained in:
parent
ae1196cce5
commit
1ea6867e1f
@ -65,22 +65,22 @@
|
|||||||
"section": "Barcode"
|
"section": "Barcode"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "randomNumberLength",
|
"fieldname": "checkDigit",
|
||||||
"label": "Random Number Length",
|
"label": "Check Digit",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"section": "Barcode"
|
"section": "Barcode"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "ItemBarcodeLength",
|
"fieldname": "itemCodeDigits",
|
||||||
"label": "Item Barcode Length",
|
"label": "Item Code Digits",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"section": "Barcode"
|
"section": "Barcode"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "quantityBarcodeLength",
|
"fieldname": "itemWeight",
|
||||||
"label": "Quantity Barcode Length",
|
"label": "item Weight",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"section": "Barcode"
|
"section": "Barcode"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user