ERPNext plugin that helps in adding some restrictions over default POS.
- Frappe >= v13.0.0
- ERPNext >= v13.0.0
Do not forget to replace [sitename] with the name of your site in all commands.
- Go to bench directory
cd ~/frappe-bench
- Get plugin from Github
(Required only once)
bench get-app https://github.com/kid1194/erpnext_pos_controller
- Build plugin
(Required only once)
bench build --apps erpnext_pos_controller
- Install plugin on a specific site
bench --site [sitename] install-app erpnext_pos_controller
- Check the usage section below
- Go to app directory
cd ~/frappe-bench/apps/erpnext_pos_controller
- Get updates from Github
git pull
- Go to bench directory
cd ~/frappe-bench
- Build plugin
bench build --apps erpnext_pos_controller
- Update a specific site
bench --site [sitename] migrate
- Restart bench
bench restart
- Go to bench directory
cd ~/frappe-bench
- Uninstall plugin from a specific site
bench --site [sitename] uninstall-app erpnext_pos_controller
- Remove plugin from bench
bench remove-app erpnext_pos_controller
- Restart bench
bench restart
- Go to POS Controller Settings
- Check the Is Enabled box
- Apply the settings to all users or choose the Applicable Users that you want
- Check the *Restrict Max Total For All Items box to apply the Default Item Max Total to all items or choose the Restrict Items that you want
MIT