mirror of
https://github.com/frappe/books.git
synced 2025-01-10 10:16:22 +00:00
25 lines
493 B
JSON
25 lines
493 B
JSON
{
|
|
"name": "POSClosingShift",
|
|
"label": "POS Closing Shift",
|
|
"naming": "random",
|
|
"fields": [
|
|
{
|
|
"fieldname": "closingDate",
|
|
"label": "Closing Date",
|
|
"fieldtype": "Datetime"
|
|
},
|
|
{
|
|
"fieldname": "closingCash",
|
|
"fieldtype": "Table",
|
|
"label": "Closing Cash",
|
|
"target": "ClosingCash"
|
|
},
|
|
{
|
|
"fieldname": "closingAmounts",
|
|
"fieldtype": "Table",
|
|
"label": "Closing Amounts",
|
|
"target": "ClosingAmounts"
|
|
}
|
|
]
|
|
}
|