2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00
books/schemas/app/inventory/Point of Sale/CashDenominations.json

15 lines
277 B
JSON
Raw Normal View History

2023-08-16 17:50:57 +05:30
{
"name": "CashDenominations",
"label": "Cash Denominations",
"isAbstract": true,
"fields": [
{
"fieldname": "denomination",
"fieldtype": "Currency",
"label": "Denomination",
"placeholder": "Denomination",
"required": true
}
]
}