2
0
mirror of https://github.com/frappe/books.git synced 2025-01-25 08:08:37 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
351 B
JSON
Raw Normal View History

2023-08-16 17:50:57 +05:30
{
2023-08-22 12:03:25 +05:30
"name": "OpeningCash",
2023-08-16 17:50:57 +05:30
"label": "Opening Cash In Denominations",
"isChild": true,
"extends": "CashDenominations",
"fields": [
{
"fieldname": "count",
"label": "Count",
"placeholder": "Count",
"fieldtype": "Int",
"default": 0,
"required": true
}
],
"tableFields": ["denomination", "count"]
}