2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/schemas/app/Misc.json
2022-07-20 14:14:36 +05:30

14 lines
197 B
JSON

{
"name": "Misc",
"label": "Misc",
"isSingle": true,
"isChild": false,
"fields": [
{
"fieldname": "openCount",
"label": "Open Count",
"fieldtype": "Int"
}
]
}