Plugins Directory » Leave Management System
|
Author: | Johnson Sundar Raj |
---|---|---|
Website: | http://www.logicmatter.com | |
Code repository: | https://github.com/johnson-logicmatter/leave_management_system | |
Registered on: | 2015-08-24 (over 9 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x | |
User ratings: |
This plugin helps to manage employees leave account of an employer. Some features are,
- Role base access
- Settings - Leave types, general settings, public holidays
- Apply leave
- Email notification
- Monthly, YTD and yearly leave report
Screenshots
Click here to see screenshots
Installation notes
Supported in
Redmine - 2.1.x, 2.2.x, 2.3.x, 2.4.x
Ruby - 1.9.x
Mysql
Install
1. Download and extract or clone the LMS redmine plugin in the redmine app's plugins folder '{redmine_app}/plugins'
- cd {redmine_app}/plugins
- git clone https://github.com/johnson-logicmatter/leave_management_system.git leave_management_system
2. Run the migrations
- rake redmine:plugins:migrate NAME=leave_management_system RAILS_ENV=production
3. Restart the server
Uninstall
1. Rollback the migrations
- rake redmine:plugins:migrate NAME=leave_management_system VERSION=0 RAILS_ENV=production
2. Remove the redmine_leave_management_system plugins folder from redmine app's plugins folder
3. Restart the server
Changelog
0.0.1 (2014-01-21)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.