[report] employee birthday

This commit is contained in:
Nabin Hait
2013-05-06 18:37:57 +05:30
parent 15697ed937
commit 35e7e8f58f
5 changed files with 94 additions and 0 deletions

View File

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