No modules in the erpnext

Dear Team,

I have installed erpnext using the procedures on this link:

but I can’t see all modules like manufacturing, sales etc. kindly help out…

Regards,

Maybe you have just installed Frappe that’s why you don’t see ERPNext modules.

Hi Muzzy

Im having the same problem as well and installed from the same link as smongare.

Please guide on the procedure as how to get the modules as well.

Regards

Yes, I just looked through the tutorial, and it only installs Frappe bench, which installs Frappe, but not ERPNext.

Please see the official bench instructions, essentially you will need to run:

bench get-app [app-name] [app-link]

bench --site [site-name] install-app [app-name]

against ERPNext, because it looks like that tutorial already had you setup a site.

1 Like

Hi team , I finally got the solutions.

access the frappe-bench directory and run the below commands. But remember to backup your site.

  1. Because already running wizard, i must do reinstall
    bench --site reinstall
  2. The Install the ERP
    bench --site install-app erpnext