Aggregate the estimated time for the project you are assigned to. You can also aggregate the estimated time for any project.
0.4.3
Redmine 4.0.0 and above
Calculates estimated hours per month of assignee of the selected project. The below are used.
- start date
- due date (If empty, effective of version)
- estimated time
- Excluding weekends
- If the estimated hours are only for weekends, then the weekends are also calculated as working hours.
(1) Getting plugin source
case of zip file.
- Download zip-file
- Create a folder named redmine_team_resource under [redmine_root]/plugins/
- Extract zip file in redmine_team_resource
Case of git clone.
git clone https://github.com/momibun926/redmine_team_resource [redmine_root]/plugins/redmine_team_resource
(2) Restart your Redmine web servers (e.g. mongrel, thin, mod_rails).
rake redmine:plugins:migrate NAME=redmine_team_resource VERSION=0
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Environment:
- Redmine version 4.2.2.stable.21129
- Ruby version 2.6.5-p114 (2019-10-01) [x86_64-linux]
- Rails version 5.2.6
- Environment production
- Database adapter PostgreSQL
- Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
- Mailer delivery smtp