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