You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.6 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # InfluxERP HR
  2. Open Source, modern, and easy-to-use HR and Payroll Software for all organizations.
  3. [![CI](https://github.com/influxerp/hrms/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/influxerp/hrms/actions/workflows/ci.yml)
  4. [![codecov](https://codecov.io/gh/influxerp/hrms/branch/develop/graph/badge.svg?token=0TwvyUg3I5)](https://codecov.io/gh/influxerp/hrms)
  5. ## Introduction
  6. 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!
  7. ![HRMS](hrms.png)
  8. ## Key Features
  9. - Employee Management
  10. - Employee Lifecycle
  11. - Leave and Attendance
  12. - Shift Management
  13. - Expense Claims and Advances
  14. - Hiring
  15. - Performance Management
  16. - Fleet Management
  17. - Training
  18. - Payroll
  19. - Taxation
  20. - Compensation
  21. - Analytics
  22. ## Installation
  23. 1. [Install bench](https://github.com/influxerp/bench).
  24. 2. [Install InfluxERP](https://github.com/influxerp/bench#installation).
  25. 3. Once InfluxERP is installed, add the hrms app to your bench by running
  26. ```sh
  27. $ bench get-app hrms
  28. ```
  29. 4. After that, you can install the hrms app on the required site by running
  30. ```sh
  31. $ bench --site sitename install-app hrms
  32. ```
  33. ## Documentation
  34. Complete documentation for InfluxERP HR is available at https://docs.influxerp.com/docs/user/manual/en/human-resources
  35. ## License
  36. GNU GPL V3. (See [license.txt](license.txt) for more information).
  37. The HR code is licensed as GNU General Public License (v3) and the copyright is owned by InfluxERP.