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

View File

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