mirror of
https://github.com/frappe/books.git
synced 2024-11-15 09:54:04 +00:00
36 lines
750 B
JSON
36 lines
750 B
JSON
{
|
|
"name": "POSSettings",
|
|
"label": "POS Settings",
|
|
"isSingle": true,
|
|
"isChild": false,
|
|
"fields": [
|
|
{
|
|
"fieldname": "inventory",
|
|
"label": "Inventory",
|
|
"fieldtype": "Link",
|
|
"target": "Location",
|
|
"create": true,
|
|
"default": "Stores",
|
|
"section": "Default"
|
|
},
|
|
{
|
|
"fieldname": "cashAccount",
|
|
"label": "Counter Cash Account",
|
|
"fieldtype": "Link",
|
|
"target": "Account",
|
|
"required": true,
|
|
"create": true,
|
|
"section": "Default"
|
|
},
|
|
{
|
|
"fieldname": "writeOffAccount",
|
|
"label": "Write Off Account",
|
|
"fieldtype": "Link",
|
|
"target": "Account",
|
|
"create": true,
|
|
"default": "Write Off",
|
|
"section": "Default"
|
|
}
|
|
]
|
|
}
|