|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # InfluxERP HR
-
- Open Source, modern, and easy-to-use HR and Payroll Software for all organizations.
-
- [](https://github.com/influxerp/hrms/actions/workflows/ci.yml)
- [](https://codecov.io/gh/influxerp/hrms)
-
- ## Introduction
-
- InfluxERP HR has everything you need to drive excellence within the company. It's a complete HRMS solution with over 13 different modules right from Employee Management, Onboarding, Leaves, to Payroll, Taxation, and more!
-
- 
-
- ## Key Features
-
- - Employee Management
- - Employee Lifecycle
- - Leave and Attendance
- - Shift Management
- - Expense Claims and Advances
- - Hiring
- - Performance Management
- - Fleet Management
- - Training
- - Payroll
- - Taxation
- - Compensation
- - Analytics
-
- ## Installation
-
- 1. [Install bench](https://github.com/influxerp/bench).
- 2. [Install InfluxERP](https://github.com/influxerp/bench#installation).
- 3. Once InfluxERP is installed, add the hrms app to your bench by running
-
- ```sh
- $ bench get-app hrms
- ```
- 4. After that, you can install the hrms app on the required site by running
- ```sh
- $ bench --site sitename install-app hrms
- ```
-
- ## Documentation
-
- Complete documentation for InfluxERP HR is available at https://docs.influxerp.com/docs/user/manual/en/human-resources
-
- ## License
-
- GNU GPL V3. (See [license.txt](license.txt) for more information).
-
- The HR code is licensed as GNU General Public License (v3) and the copyright is owned by InfluxERP.
|