Plugins Directory » Employee CRM
Author: | Systango Ltd | |
---|---|---|
Website: | http://www.systango.com | |
Code repository: | https://github.com/stpl/systango_hrm | |
Registered on: | 2014-04-02 (over 10 years ago) | |
Current version: | 1.0.1 | |
Compatible with: | Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x | |
User ratings: |
A solution to automate application and approval process in your firm.
Provides different ways to monitor and analyse leaves with features like defining your organisation structure, approval hierarchy, holiday calendars with historical trends and data reports.
Feel free to reach us, for any customization that you might require. Will appreciate any feedback you have.
Installation notes
= Systango Hrm plugin
Install
- Copy systango_hrm plugin to {RAILS_APP}/plugins on your redmine path
- Run bundle install --without development test RAILS_ENV=production
- Run rake redmine:plugins NAME=systango_hrm RAILS_ENV=production
- Run nohup rake jobs:work &
- Run rake task for 'send reminder email for pending leaves' and 'recalculate leaves on holiday calender update'
rake redmine:plugins NAME=systango_hrm RAILS_ENV=production
rm -r plugins/systango_hrm
- Redmine 2.2.4.stable and above
rake db:drop RAILS_ENV=test
rake db:migrate redmine:plugins:migrate RAILS_ENV=test
rake redmine:test:plugins:functionals PLUGIN=systango_hrm RAILS_ENV=test
rake redmine:test:plugins:units PLUGIN=systango_hrm RAILS_ENV=test
rake redmine:test:plugins PLUGIN=systango_hrm RAILS_ENV=test
rake db:reset redmine:plugins:migrate test:plugins NAME=systango_hrm RAILS_ENV=test
rake db:drop RAILS_ENV=test && rake db:create db:migrate redmine:plugins:migrate RAILS_ENV=test && rake test:plugins PLUGIN=systango_hrm RAILS_ENV=test
Changelog
1.0.1 (2014-08-07)
Compatible with Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x.
Added a functionality that user belonging to any specific project/role would see the HRM related details.
1.0.0 (2014-04-02)
Compatible with Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x.