2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/schemas/meta/submittable.json
18alantom 7cfd0726d6 incr: add collapsible sections
- table borders
2023-02-17 21:56:54 +05:30

22 lines
388 B
JSON

{
"name": "submittable",
"fields": [
{
"fieldname": "submitted",
"label": "Submitted",
"fieldtype": "Check",
"required": true,
"meta": true,
"section": "System"
},
{
"fieldname": "cancelled",
"label": "Cancelled",
"fieldtype": "Check",
"required": true,
"meta": true,
"section": "System"
}
]
}