Skip to content

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

License

Notifications You must be signed in to change notification settings

szogi/redmine3.1-schedules-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 3.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 Secondary developer: JulienVdG

Installation

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

Or just do <in redmine/plugins folder> “git clone github.com/Yoru94/redmine3.1-schedules-plugin.git redmine_schedules”

In #{RAILS_ROOT} run the command

bundle install
rake redmine:plugins:migrate
rake redmine:plugins:migrate RAILS_ENV=production

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.5%
  • HTML 43.1%
  • JavaScript 1.8%
  • CSS 1.6%