Coder Social home page Coder Social logo

redmine_work_days's Introduction

Redmine Work Days Plugin

イントロダクション

Redmineに個別の休業日の設定を追加するプラグインです。

休業日に設定された日は、Redmine標準の休業日同様に扱われ、ガントチャート上でグレー表示されます。

機能

  • 管理画面でCSV読み込ませて休業日を設定することができる
  • ガントチャート上での休業日を表示することができる
    休業日を反映するためにはRedmineインスタンスの再起動が必要です。

インストール方法

以下は production 環境でRedmineを動作させている前提です。

Gitを使う

$ cd [Redmine Root]
$ git clone [email protected]:agileware-jp/redmine_work_days.git plugins/redmine_work_days
$ bundle install
$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_work_days

ZIPファイルを使う

  1. [Download ZIP]を押下する
  2. ZIPファイルを解凍する
  3. ディレクトリ名を「redmine_work_days」に変更する
  4. プラグインを配備する
    以下に「redmine_work_days」を配備する。
[Redmine Root]/plugins
  1. プラグインをインストールする
$ bundle install
$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_work_days

アンインストール方法

以下は production 環境でRedmineを動作させている前提です。

$ 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

redmine_work_days's People

Contributors

douhashi avatar urimaro avatar springkuma avatar hanachin avatar fkdkent avatar maimai77 avatar agilekawabata avatar zh avatar srkw avatar kyamada23 avatar taiki14175 avatar wate avatar y-imaida avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.