[report] monthly salary register

This commit is contained in:
Nabin Hait
2013-05-10 18:41:58 +05:30
parent a20e6c79b9
commit 765383b3cf
6 changed files with 178 additions and 1 deletions

View File

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