Skip to content

Commit

Permalink
frappe/frappe#478 fix and added print heading
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta committed Apr 3, 2014
1 parent 99f914b commit 7db7112
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions erpnext/config/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@
}
]
},
{
"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",
Expand Down

0 comments on commit 7db7112

Please sign in to comment.