mirror of
https://github.com/frappe/books.git
synced 2024-11-14 17:34:04 +00:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"name": "CashDenominations",
|
|
"label": "Cash Denominations",
|
|
"isAbstract": true,
|
|
"fields": [
|
|
{
|
|
"fieldname": "denomination",
|
|
"fieldtype": "Currency",
|
|
"label": "Denomination",
|
|
"placeholder": "Denomination",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|