From e9ad03e23e49f22d818b3d7fcc639f58966459dc Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 14 Apr 2018 12:54:51 +0530 Subject: [PATCH] Documents order in hr page --- erpnext/config/hr.py | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 9ac48db388..cdb7180756 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -232,6 +232,52 @@ def get_data(): }, ] }, + { + "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": [