Skip to content

cedricmm/lms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS is a Leave Management System developed in PHP/MySQL under a GPL v3 licence. LMS is designed to provide simple leave and overtime request workflows for small organizations.

Informations / getting help

Status

This project is stable and ready for production. An online demo is available here : http://demo.leave-management-system.org/ Use bbalet / bbalet for login / password. Be nice and don't screw up the data of the demo.

Features

  • 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 and Khmer (localization is in progress).

Installation

See the installation instructions for advanced configuration. In a nutshell :

  • Download or clone LMS.
  • 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).

What's next ?

  • More HR management features (time, tasks, employee record, etc.).
  • History of changes
  • Purge data.
  • Mass importer of users.
  • Setup assistant.

Contribute

  • Suggest ideas, declare bugs with Github's issue tracking system.
  • Translate the software in your language.
  • Code enhancement requests declared in Github's issue tracking system.

Credits

Contributors

Third party libraries and components

We thank the following open source projects for the components used by LMS:

Backend

Frontend

Favicon was created by Dakirby309 - http://dakirby309.deviantart.com / License: Creative Commons (Attribution 3.0 Unported)

About

Leave and Overtime Management System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Other 0.5%