HR module not fund in ERPnext 15

when i installed ERPnext 13 then i seen HR module loan etc… but when i upgrade 13 to 15 then i can’t see Hr module why? and hwo to find it ? please help

Hi Adnan,

How you upgrade from 13 to 15. Please guide me. I have installed via Virtual Machine

this link might help

In ERPNext-14 & ERPNext-15 the Hr module separated as invidual app you can get those app like this

bench get-app --site <YOUR_SITE> hrms
bench install-app --site <YOUR_SITE> hrms

Github Repo Link

Also, in version 15 Loan module is renamed to Lending and it is also a separate app.

You can install it by following command:

bench get-app --site <YOUR_SITE> lending
bench install-app --site <YOUR_SITE> lending