mirror of
https://github.com/frappe/books.git
synced 2024-11-15 09:54:04 +00:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "ClosingCash",
|
|
"label": "Closing Cash In Denominations",
|
|
"isChild": true,
|
|
"extends": "CashDenominations",
|
|
"fields": [
|
|
{
|
|
"fieldname": "count",
|
|
"label": "Count",
|
|
"placeholder": "Count",
|
|
"fieldtype": "Int",
|
|
"default": 0,
|
|
"required": true
|
|
}
|
|
],
|
|
"tableFields": ["denomination", "count"]
|
|
}
|