Human Resources app is gone

Hi all,

I upgraded ERPNext and Frappe just two-three weeks ago. Now I was about to create an expense claim, but I can’t find it in the search - and the whole HR tab on the sidebar is gone. Does anyone know what has happened?

ERPNext: v14.3.1
Frappe Framework: v14.12.0
Docker compose setup

Kind regards,
Emil

1 Like

I just found out that HR has been splitted out for some reason:

Alright, so I’m trying to install the HRMS app as instructed at GitHub - frappe/hrms: Open Source HR and Payroll Software, but I can’t get it to install:

docker-compose -f /opt/frappe/docker-compose.yml exec backend bench get-app hrms
Usage: bench frappe [OPTIONS] COMMAND [ARGS]...
Try 'bench frappe --help' for help.

Error: Only Frappe framework bench commands are available in container setup.
https://frappeframework.com/docs/v13/user/en/bench/frappe-commands

No such command 'get-app'.

I just upgraded ERPNext:
ERPNext: v14.4.0
Frappe Framework: v14.14.0

You can’t use get-app command in production images, you’ll need to build your own custom images.

more: