mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
new employee_leave_balance_report
This commit is contained in:
@@ -159,6 +159,17 @@ wn.module_page["HR"] = [
|
||||
doctype: "Grade"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: wn._("Reports"),
|
||||
right: true,
|
||||
icon: "icon-list",
|
||||
items: [
|
||||
{
|
||||
"label":wn._("Employee Leave Balance"),
|
||||
route: "query-report/Employee Leave Balance"
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user