mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
[salary slip] total no. of working days calculation [issue] webnotes/erpnext#285
This commit is contained in:
@@ -161,6 +161,18 @@ wn.module_page["HR"] = [
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: wn._("Setup"),
|
||||
icon: "icon-cog",
|
||||
items: [
|
||||
{
|
||||
"label": wn._("HR Settings"),
|
||||
"route": "Form/HR Settings",
|
||||
"doctype":"HR Settings",
|
||||
"description": "Settings for HR Module"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: wn._("Reports"),
|
||||
right: true,
|
||||
|
||||
Reference in New Issue
Block a user