2
0
mirror of https://github.com/frappe/books.git synced 2025-01-09 01:44:15 +00:00

upd: update POSSettings schema

This commit is contained in:
AbleKSaju 2024-12-26 15:10:24 +05:30
parent bea978a45c
commit 627924d9af
2 changed files with 35 additions and 0 deletions

View File

@ -117,6 +117,13 @@
"placeholder": "HSN/SAC Code",
"section": "Inventory"
},
{
"fieldname": "weightBarcode",
"label": "Weight Barcode",
"fieldtype": "Data",
"placeholder": "Weight Barcode",
"section": "Inventory"
},
{
"fieldname": "barcode",
"label": "Barcode",

View File

@ -56,6 +56,34 @@
"default": "Classic",
"required": true,
"section": "Default"
},
{
"fieldname": "weightEnabledBarcode",
"label": "Weigth Enabled Barcode",
"fieldtype": "Check",
"default": false,
"section": "Barcode"
},
{
"fieldname": "randomNumberLength",
"label": "Random Number Length",
"fieldtype": "Int",
"default": 0,
"section": "Barcode"
},
{
"fieldname": "ItemBarcodeLength",
"label": "Item Barcode Length",
"fieldtype": "Int",
"default": 0,
"section": "Barcode"
},
{
"fieldname": "quantityBarcodeLength",
"label": "Quantity Barcode Length",
"fieldtype": "Int",
"default": 0,
"section": "Barcode"
}
]
}