Installation

Next PMS is a Frappe v15 app. It has no hard ERPNext dependency.

Prerequisites

Install the app

bench get-app https://github.com/sayanthns/next_pms.git
bench --site your-site.local install-app next_pms

# build the Vue SPA
cd apps/next_pms/frontend
yarn install && yarn build      # outputs to next_pms/public/frontend

cd ../../..
bench --site your-site.local migrate
bench build --app next_pms

Access points

URLWhat
/next-pmsVue 3 SPA (main app)
/pms-guideHosted user & admin guide
/pms-portal?token=…Client portal (no login)

Next: read the guide or the developer reference.