2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/schemas/meta/submittable.json

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

22 lines
388 B
JSON
Raw Normal View History

2022-03-23 16:40:36 +00:00
{
"name": "submittable",
"fields": [
{
"fieldname": "submitted",
"label": "Submitted",
"fieldtype": "Check",
"required": true,
"meta": true,
"section": "System"
2022-03-23 16:40:36 +00:00
},
{
"fieldname": "cancelled",
"label": "Cancelled",
"fieldtype": "Check",
"required": true,
"meta": true,
"section": "System"
2022-03-23 16:40:36 +00:00
}
]
}