From e2a7f8663695af7c92fb9bf3fb1767962a641941 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Tue, 15 May 2018 16:04:39 +0530 Subject: [PATCH] Navigation added for Employee Separation, Onboarding --- erpnext/config/hr.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index cbda477d95..c2ccbd3905 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -200,6 +200,14 @@ def get_data(): { "type": "doctype", "name": "Employee Promotion", + }, + { + "type": "doctype", + "name": "Employee Separation" + }, + { + "type": "doctype", + "name": "Employee Onboarding" } ] },