mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
33 lines
610 B
JSON
33 lines
610 B
JSON
|
{
|
||
|
"name": "PrintTemplate",
|
||
|
"label": "Print Template",
|
||
|
"naming": "manual",
|
||
|
"isSingle": false,
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "name",
|
||
|
"label": "Template Name",
|
||
|
"fieldtype": "Data",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "type",
|
||
|
"label": "Template Type",
|
||
|
"fieldtype": "Select",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "template",
|
||
|
"label": "Template",
|
||
|
"fieldtype": "Data",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "isCustom",
|
||
|
"label": "Is Custom",
|
||
|
"fieldtype": "Check",
|
||
|
"default": false
|
||
|
}
|
||
|
]
|
||
|
}
|