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:
parent
bea978a45c
commit
627924d9af
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user