I’ve installed the following Apps in a Ubuntu 22.04 VM
ERPNext: v15.53.0 (version-15)
Frappe Framework: v15.56.1 (version-15)
Frappe HR: v16.0.0-dev (develop)
After successful installation, the left navigation menu displays all the modules under HR and Payroll but does not appear as in the frappe cloud demo version, where the modules are grouped under HR and Payroll. Additionally we have a HR workspace to help us setup HR Module, similarly a payroll Workspace to help us setup payroll module.
Is it available only for the enterprise version or is my installation faulty. I’ve tried reinstalling a couple of time as well.
The code is open-source, so it is available to everyone. Can you share some screenshots of the ERPNext demo site and your local setup?
I think there is a version difference. The menus are the same in your installation and the Frappe Cloud installation; it’s just that the items are under HR in Frappe Cloud, and in your installation, they are not under any submenu. If you match the Frappe Cloud version, then you will have the same structure.
Thanks mate. Problem Solved.
Not sure if moving back to the branch version-15 fixed the issue or clear reinstallation did.
Ran the following commands
bench remove-app hrms
bench get-app --branch version-15 hrms
bench --site mysite uninstall-app hrms --no-backup
bench --site mysite install-app hrms
Now my menu appears with a group heading and corresponding modules under it.