This is a plugin based on Agileware's redmine_work_days.
Previous plugin only works for redmine 2.x. Now it is upgraded for redmine 5.1. Other versions are not tested.
This is a plugin that adds individual holiday/working day settings to Redmine.
Days set as closed days are treated like Redmine's standard closed days and are displayed in gray on the Gantt chart.
-
You can set closed days by loading CSV on the management screen
-
Can display closed days on Gantt chart
-
Can set working Saturday or Sunday.
It is necessary to restart the Redmine instance to reflect the holiday.
The following assumes that Redmine is running in the production
environment.
$ cd [Redmine Root]
$ git clone [email protected]:riggy2013/redmine_work_days.git plugins/redmine_work_days
$ bundle install
$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_work_days
-
Press [Download ZIP]
-
Unzip the ZIP file
-
Change the directory name to "redmine_work_days"
-
Deploy the plugin Deploy “redmine_work_days” below.
[Redmine Root]/plugins
-
Install the plugin
$ bundle install $ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_work_days
The following assumes that Redmine is running in the production
environment.
$ cd [Redmine Root]
$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_work_days VERSION=0
$ rm -rf plugins/redmine_work_days
Copyright (c) 2015 Agileware Inc. released under the MIT license
Copyright (c) 2024 David Peng released under the MIT license