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

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

16 lines
301 B
JSON
Raw Normal View History

2023-08-16 17:50:57 +05:30
{
2023-08-22 12:03:25 +05:30
"name": "OpeningAmounts",
2023-08-16 17:50:57 +05:30
"label": "Opening Amount",
"isChild": true,
"extends": "POSShiftAmounts",
"fields": [
{
"fieldname": "amount",
"label": "Amount",
"fieldtype": "Currency",
"section": "Defaults"
}
],
"tableFields": ["paymentMethod", "amount"]
}