Jorani is a Leave Management System developed in PHP/MySQL under a GPL v3 licence. Jorani is designed to provide simple leave and overtime request workflows for small organizations.
- Official website : http://jorani.org/
- Google group : https://groups.google.com/forum/?hl=en#!forum/jorani
- G+ : https://plus.google.com/+LeavemanagementsystemOrganization/posts
- FB : https://www.facebook.com/lmsoss
- Tweeter : https://twitter.com/LeaveMS
This project is stable and ready for production. An online demo is available here : http://demo.jorani.org/ Use bbalet / bbalet for login / password. Be nice and don't screw up the data of the demo.
- Comprehensive online documentation.
- User management.
- Notifications by e-mail (requested, accepted, rejected and new user).
- Leave request approval workflow.
- Overtime request approval workflow.
- Leave balance report (filtered by department).
- Export to Excel in a click.
- HR users can edit any leave or overtime request.
- Set your own contracts and leave types.
- Calendars of leaves (individual, team, collaborators, etc.).
- Describe your organization in a tree structure and attach employees to entities.
- Non working days (weekends and day offs) can be defined on a contract so as to automatically calculate the duration of a leave and to display them in the calendar.
- LDAP Authentication.
- Available in English, French, Spanish and Dutch.
See the installation instructions for advanced configuration. In a nutshell :
- If you use Apache, mod_rewrite must be activated and the config must allow overwriting settings with .htaccess file.
- Download or clone Jorani.
- Upload the content of this folder on your server (in
/var/www/...
). - Create a database with
/sql/lms.sql
script. - Create a user with SELECT, INSERT, UPDATE, DELETE, EXECUTE permissions on the database.
- Update
/application/config/database.php
according to your database settings. - Update the end of
/application/config/email.php
with your e-mails settings. - Update the end of
/application/config/config.php
if you want to change the default behaviour. - It is recommended to change the private and public RSA keys (in
assets/keys
). - Check your installation with the
requirements.php
page at the root of your installation (e.g. http://localhost/lms/requirements.php). - The default user is bbalet and password is bbalet.
- Suggest ideas, declare bugs with Github's issue tracking system or Google group.
- Help us to translate the software in your language https://www.transifex.com/projects/p/jorani
- NGO Passerelles numériques, our first user http://passerellesnumeriques.org/en/
- Github and Google groupe users for their ideas and tests.
- Hector NESTAR : Spanish Translation
- Roger WOLFS : Dutch Translation
- Christian SONNENBERG : German Translation
We thank the following open source projects for the components used by Jorani:
- CodeIgniter MVC framework http://www.codeigniter.com/
- BCRYPT password hasher https://github.com/dwightwatson/codeigniter-bcrypt
- RSA Encryption in pure PHP https://github.com/phpseclib/phpseclib
- Excel import/export https://github.com/PHPOffice/PHPExcel
- Oauth2 Server https://github.com/bshaffer/oauth2-server-php
- Sabre/VObject https://github.com/fruux/sabre-vobject
- bootstrap 2.3
- JQuery 1.x and JQuery-UI
- FullCalendar http://arshaw.com/fullcalendar/
- Datatable https://datatables.net/
- RSA implementation https://github.com/travist/jsencrypt
- Moment (JS dates lib) http://momentjs.com/
- Selectize https://github.com/brianreavis/selectize.js
- Zero Clipboard https://github.com/zeroclipboard/zeroclipboard