Have I incorrectly installed the developer setup?

Hi All

I have used the Easy Install to setup multiple sites for ERPNext.

When I log in to one of the users I only see the below modules? I cannot see the usual accounts purchasing invoicing modules and cannot seem to add them?

Have I incorrectly installed? As I was thinking I installed the production install?

Cheers

P

You’ve done it right. Its just right now only frappe app has been installed in your site. You need to install erpnext app on the site too to get all modules working.

bench get-app erpnext https://github.com/frappe/erpnext

This should get you the app.
Next step is to install it in the sites you want.
bench --site site-name install-app erpnext

@Zlash65

Thanks very much my friend. Worked a treat.

Paul