• Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    Ruby
  • License
    Other
  • Created almost 16 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Schedules is a plugin to manage users and assigned projects over time.

schedulesΒΆ ↑

This plugin provides instances of Redmine a method with which to allocate users to projects and to track this allocation over time. It does so by creating daily time estimates of hours worked per project per user.

This plugin requires Redmine 2.1+ and the Holidays gem (available from code.dunae.ca/holidays/ or through Gem as below).

Created by Gossamer Threads Inc. (www.gossamer-threads.com) Primary developer: Brad Beattie

InstallationΒΆ ↑

Add this repository to your #{RAILS_ROOT}/plugins/redmine_schedules

In #{RAILS_ROOT} run the command

bundle install
rake redmine:plugins:migrate