diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index cbda477d958..c2ccbd3905c 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" } ] },