Documents order in hr page
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index 9ac48db..cdb7180 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -233,6 +233,52 @@
]
},
{
+ "label": _("Employee Lifecycle"),
+ "items": [
+ {
+ "type": "doctype",
+ "name": "Employee Transfer",
+ },
+ {
+ "type": "doctype",
+ "name": "Employee Promotion",
+ },
+ {
+ "type": "doctype",
+ "name": "Employee Lifecycle Activity",
+ },
+ {
+ "type": "doctype",
+ "name": "Employee Lifecycle Activity Type",
+ },
+ {
+ "type": "doctype",
+ "name": "Employee Lifecycle Process Template",
+ },
+ {
+ "type": "doctype",
+ "name": "Employee Lifecycle Process",
+ }
+ ]
+ },
+ {
+ "label": _("Recruitment"),
+ "items": [
+ {
+ "type": "doctype",
+ "name": "Job Applicant",
+ },
+ {
+ "type": "doctype",
+ "name": "Job Opening",
+ },
+ {
+ "type": "doctype",
+ "name": "Job Offer",
+ },
+ ]
+ },
+ {
"label": _("Training"),
"items": [
{