mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "OpeningAmounts",
|
|
"label": "Opening Amount",
|
|
"isChild": true,
|
|
"extends": "POSShiftAmounts",
|
|
"fields": [
|
|
{
|
|
"fieldname": "amount",
|
|
"label": "Amount",
|
|
"fieldtype": "Currency",
|
|
"section": "Defaults"
|
|
}
|
|
],
|
|
"tableFields": ["paymentMethod", "amount"]
|
|
}
|