mirror of
https://github.com/frappe/books.git
synced 2024-11-15 09:54:04 +00:00
44 lines
865 B
JSON
44 lines
865 B
JSON
{
|
|
"name": "POSShift",
|
|
"isSingle": true,
|
|
"isChild": false,
|
|
"fields": [
|
|
{
|
|
"fieldname": "isShiftOpen",
|
|
"label": "Is POS Shift Open",
|
|
"fieldtype": "Check",
|
|
"default": false
|
|
},
|
|
{
|
|
"fieldname": "openingDate",
|
|
"label": "Opening Date",
|
|
"fieldtype": "Datetime"
|
|
},
|
|
{
|
|
"fieldname": "closingDate",
|
|
"label": "Closing Date",
|
|
"fieldtype": "Datetime"
|
|
},
|
|
{
|
|
"fieldname": "openingCash",
|
|
"fieldtype": "Table",
|
|
"target": "OpeningCash"
|
|
},
|
|
{
|
|
"fieldname": "closingCash",
|
|
"fieldtype": "Table",
|
|
"target": "ClosingCash"
|
|
},
|
|
{
|
|
"fieldname": "openingAmounts",
|
|
"fieldtype": "Table",
|
|
"target": "OpeningAmounts"
|
|
},
|
|
{
|
|
"fieldname": "closingAmounts",
|
|
"fieldtype": "Table",
|
|
"target": "ClosingAmounts"
|
|
}
|
|
]
|
|
}
|