2
0
mirror of https://github.com/frappe/books.git synced 2025-01-10 18:24:40 +00:00
books/schemas/app/inventory/Point of Sale/POSOpeningShift.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
634 B
JSON
Raw Normal View History

2024-12-24 16:47:40 +00:00
{
"name": "POSOpeningShift",
"label": "POS Opening Shift",
"naming": "random",
"fields": [
{
"fieldname": "openingDate",
"label": "Opening Date",
"fieldtype": "Datetime"
},
{
"fieldname": "openingCash",
"fieldtype": "Table",
"label": "Opening Cash",
"target": "OpeningCash"
},
{
"fieldname": "openingAmounts",
"fieldtype": "Table",
"label": "Opening Amounts",
"target": "OpeningAmounts"
},
{
"fieldname": "closingShift",
"fieldtype": "Link",
"label": "Closing Shift",
"target": "POSClosingShift"
2024-12-24 16:47:40 +00:00
}
]
}