2
0
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:
AbleKSaju 2024-12-26 18:51:51 +05:30
parent ae1196cce5
commit 1ea6867e1f

View File

@ -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"