frappe/frappe#478 fix and added print heading

This commit is contained in:
Rushabh Mehta 2014-04-03 15:04:18 +05:30
parent 99f914b782
commit 7db7112d3f

View File

@ -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"),
"icon": "icon-glass",