mirror of
https://github.com/frappe/books.git
synced 2024-11-15 01:44:04 +00:00
24 lines
467 B
JSON
24 lines
467 B
JSON
|
{
|
||
|
"name": "POSSettings",
|
||
|
"label": "POS Settings",
|
||
|
"isSingle": true,
|
||
|
"isChild": false,
|
||
|
"isSubmittable": true,
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "discountAfterTax",
|
||
|
"label": "Apply Discount After Tax",
|
||
|
"fieldtype": "Check",
|
||
|
"default": false,
|
||
|
"section": "Default"
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "hideImages",
|
||
|
"label": "Hide Images",
|
||
|
"fieldtype": "Check",
|
||
|
"default": false,
|
||
|
"section": "Default"
|
||
|
}
|
||
|
]
|
||
|
}
|