2023-09-05 12:03:42 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-12-02 14:23:55 +00:00
|
|
|
"default": "Cash In Hand",
|
2023-09-05 12:03:42 +00:00
|
|
|
"required": true,
|
|
|
|
"create": true,
|
|
|
|
"section": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "writeOffAccount",
|
|
|
|
"label": "Write Off Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"create": true,
|
|
|
|
"default": "Write Off",
|
|
|
|
"section": "Default"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|