A complete rewrite of the original workload-plugin from Rafael Calleja. The plugin calculates how much work each user would have to do per day in order to hit the deadlines for all his issues.
To be able to do this calculation, the issues start date, due date and estimated time must be filled in. Issues that have not filled in one of these fields will be shown in the overview, but the workload resulting from these issues will be ignored.
To install it, simply clone it into the plugins-directory. Execute
git clone https://github.com/JostBaron/redmine_workload.git redmine_workload
in your plugins directory.
database migration:
cd .. rake redmine:plugins:migrate
reload web service
touch tmp/restart.txt
There are two places where this plugin might be configured:
The plugin shows the workload as follows:
Any normal user can see the following workload:
National holidays and user vacation is counted as day off (like weekend).
Admins can setup National Holidays in plugin-settings.
Users can get permissions to setup their vacations and Workload Data with 'Roles and permissions'.
You can specify user(s), who should be able to setup national holidays with 'Roles and permissions'.