mirror of
https://github.com/frappe/books.git
synced 2025-01-09 09:50:27 +00:00
upd: update POSSettings schema
This commit is contained in:
parent
bea978a45c
commit
627924d9af
@ -117,6 +117,13 @@
|
|||||||
"placeholder": "HSN/SAC Code",
|
"placeholder": "HSN/SAC Code",
|
||||||
"section": "Inventory"
|
"section": "Inventory"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "weightBarcode",
|
||||||
|
"label": "Weight Barcode",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"placeholder": "Weight Barcode",
|
||||||
|
"section": "Inventory"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "barcode",
|
"fieldname": "barcode",
|
||||||
"label": "Barcode",
|
"label": "Barcode",
|
||||||
|
@ -56,6 +56,34 @@
|
|||||||
"default": "Classic",
|
"default": "Classic",
|
||||||
"required": true,
|
"required": true,
|
||||||
"section": "Default"
|
"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