[report] employee information

This commit is contained in:
Nabin Hait
2013-05-06 18:50:29 +05:30
parent 35e7e8f58f
commit 6754dda4a8
3 changed files with 26 additions and 0 deletions

View File

@@ -173,6 +173,10 @@ wn.module_page["HR"] = [
"label":wn._("Employee Birthday"),
route: "query-report/Employee Birthday"
},
{
"label":wn._("Employee Information"),
route: "Report2/Employee/Employee Information"
},
]
}
];