[minor] [fix] missing icons in reports #589

This commit is contained in:
Rushabh Mehta
2013-07-25 16:05:02 +05:30
parent 384ee8788e
commit 1875fd177a
5 changed files with 34 additions and 12 deletions

View File

@@ -168,23 +168,28 @@ wn.module_page["HR"] = [
items: [
{
"label":wn._("Employee Leave Balance"),
route: "query-report/Employee Leave Balance"
route: "query-report/Employee Leave Balance",
doctype: "Leave Application"
},
{
"label":wn._("Employee Birthday"),
route: "query-report/Employee Birthday"
route: "query-report/Employee Birthday",
doctype: "Employee"
},
{
"label":wn._("Employee Information"),
route: "Report/Employee/Employee Information"
route: "Report/Employee/Employee Information",
doctype: "Employee"
},
{
"label":wn._("Monthly Salary Register"),
route: "query-report/Monthly Salary Register"
route: "query-report/Monthly Salary Register",
doctype: "Salary Slip"
},
{
"label":wn._("Monthly Attendance Sheet"),
route: "query-report/Monthly Attendance Sheet"
route: "query-report/Monthly Attendance Sheet",
doctype: "Attendance"
},
]
}