frappe/frappe#478 fix and added print heading
This commit is contained in:
parent
99f914b782
commit
7db7112d3f
@ -15,6 +15,27 @@ data = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": _("Printing and Branding"),
|
||||||
|
"icon": "icon-print",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Letter Head",
|
||||||
|
"description": _("Letter Heads for print templates.")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Print Heading",
|
||||||
|
"description": _("Titles for print templates e.g. Proforma Invoice.")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Terms and Conditions",
|
||||||
|
"description": _("Standard contract terms for Sales or Purchase.")
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": _("Customize"),
|
"label": _("Customize"),
|
||||||
"icon": "icon-glass",
|
"icon": "icon-glass",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user