Merge pull request #7890 from KanchanChauhan/hr-page
[Minor] Employee Loan Management moved up in HR Page
This commit is contained in:
commit
42bc399f2a
@ -153,7 +153,26 @@ def get_data():
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": _("Employee Loan Management"),
|
||||||
|
"icon": "icon-list",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Loan Type",
|
||||||
|
"description": _("Define various loan types")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Employee Loan Application",
|
||||||
|
"description": _("Employee Loan Application")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Employee Loan"
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": _("Training"),
|
"label": _("Training"),
|
||||||
"items": [
|
"items": [
|
||||||
@ -185,8 +204,6 @@ def get_data():
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Setup"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
@ -270,26 +287,6 @@ def get_data():
|
|||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": _("Employee Loan Management"),
|
|
||||||
"icon": "icon-list",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Loan Type",
|
|
||||||
"description": _("Define various loan types")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Employee Loan Application",
|
|
||||||
"description": _("Employee Loan Application")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Employee Loan"
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": _("Help"),
|
"label": _("Help"),
|
||||||
"icon": "fa fa-facetime-video",
|
"icon": "fa fa-facetime-video",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user