Skip to content

riggy2013/redmine_work_days

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Work Days Plugin

Introduction

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.

function

  • 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.

Installation method

The following assumes that Redmine is running in the production environment.

Use Git

$ 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

Use ZIP file

  1. Press [Download ZIP]

  2. Unzip the ZIP file

  3. Change the directory name to "redmine_work_days"

  4. Deploy the plugin Deploy “redmine_work_days” below.

    [Redmine Root]/plugins
    
  5. Install the plugin

    $ bundle install
    $ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_work_days
    

How to uninstall

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

About

Copyright (c) 2015 Agileware Inc. released under the MIT license

Copyright (c) 2024 David Peng released under the MIT license

About

Redmine Work Days Plugin for 5.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.0%
  • Ruby 28.9%
  • CSS 0.1%