Installation
ERPNext Hosted on Frappe Cloud
If your ERPNext instance is hosted on Frappe Cloud, a private bench setup is required to install the Employee Self Service app.
- Private Bench Setup: Ensure you have a private bench setup on your Frappe Cloud account.
-
App Installation Options:
- Marketplace Installation: Install the Employee Self Service app directly from the Frappe Marketplace.
- GitHub Installation: Install the app from GitHub by forking the repository: Employee Self Service GitHub.
Watch the Tutorial:
Self-Hosted ERPNext Installation
For self-hosted ERPNext installations, follow these steps:
-
Clone from GitHub:
Ensure you are using the branch that matches your ERPNext version (e.g.,
version-15
).cd /path/to/your/bench
bench get-app https://github.com/nesscale-com/employee_self_service --branch branch_name
-
Install the App:
Navigate to your bench directory and install the app:
bench --site site_name install-app employee_self_service
Watch the Tutorial:
Notes:
- Branch Compatibility: Ensure the app branch matches your ERPNext version branch for compatibility.
- Dependencies: Follow any additional setup instructions in the app's documentation.
- Support: Contact our support team for assistance with installation issues.