mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"name": "SalesInvoiceSettings",
|
|
"label": "Sales Invoice Settings",
|
|
"isSingle": true,
|
|
"isChild": false,
|
|
"fields": [
|
|
{
|
|
"fieldname": "template",
|
|
"label": "Template",
|
|
"placeholder": "Template",
|
|
"fieldtype": "Select",
|
|
"options": [
|
|
{
|
|
"value": "Basic I",
|
|
"label": "Basic I"
|
|
},
|
|
{
|
|
"value": "Basic II",
|
|
"label": "Basic II"
|
|
},
|
|
{
|
|
"value": "Modern",
|
|
"label": "Modern"
|
|
}
|
|
],
|
|
"required": true,
|
|
"default": "Basic I"
|
|
},
|
|
{
|
|
"fieldname": "font",
|
|
"label": "Font",
|
|
"placeholder": "Font",
|
|
"fieldtype": "Select",
|
|
"options": [
|
|
{
|
|
"value": "Montserrat",
|
|
"label": "Montserrat"
|
|
},
|
|
{
|
|
"value": "Open Sans",
|
|
"label": "Open Sans"
|
|
},
|
|
{
|
|
"value": "Oxygen",
|
|
"label": "Oxygen"
|
|
},
|
|
{
|
|
"value": "Merriweather",
|
|
"label": "Merriweather"
|
|
}
|
|
],
|
|
"required": true,
|
|
"default": "Montserrat"
|
|
},
|
|
{
|
|
"fieldname": "themeColor",
|
|
"label": "Theme Color",
|
|
"fieldtype": "Data",
|
|
"required": true,
|
|
"default": "#000000",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|