2
0
mirror of https://github.com/frappe/books.git synced 2025-01-11 10:38:14 +00:00
books/schemas/app/inventory/Point of Sale/OpeningAmounts.json

16 lines
301 B
JSON
Raw Normal View History

2023-08-16 12:20:57 +00:00
{
2023-08-22 06:33:25 +00:00
"name": "OpeningAmounts",
2023-08-16 12:20:57 +00:00
"label": "Opening Amount",
"isChild": true,
"extends": "POSShiftAmounts",
"fields": [
{
"fieldname": "amount",
"label": "Amount",
"fieldtype": "Currency",
"section": "Defaults"
}
],
"tableFields": ["paymentMethod", "amount"]
}