templating for hr

This commit is contained in:
Rushabh Mehta
2014-08-05 17:04:46 +05:30
committed by Anand Doshi
parent a660464cec
commit 7a4e739d6c
22 changed files with 250 additions and 12 deletions

View File

@@ -13,13 +13,13 @@ def get_data():
},
{
"type": "doctype",
"name": "Salary Slip",
"description": _("Monthly salary statement."),
"name": "Leave Application",
"description": _("Applications for leave."),
},
{
"type": "doctype",
"name": "Leave Application",
"description": _("Applications for leave."),
"name": "Expense Claim",
"description": _("Claims for company expense."),
},
{
"type": "doctype",
@@ -28,8 +28,8 @@ def get_data():
},
{
"type": "doctype",
"name": "Expense Claim",
"description": _("Claims for company expense."),
"name": "Salary Slip",
"description": _("Monthly salary statement."),
},
{
"type": "doctype",