2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00
books/schemas/app/inventory/Point of Sale/DefaultCashDenominations.json

8 lines
170 B
JSON
Raw Normal View History

2023-08-16 17:50:57 +05:30
{
"name": "DefaultCashDenominations",
"label": "Default Cash Denominations",
"isChild": true,
"extends": "CashDenominations",
"tableFields": ["denomination"]
}