Project

General

Profile

Plugins Directory » Resource Management Plugin By Redmine X

Author: Ondrej Svejkovsky
Website: https://www.redmine-x.com/redmine-resource-management
Code repository: -
Registered on: 2024-09-06 (13 days ago)
Current version: 2.1.13
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x
User ratings:   (0)

Redmine Resource Management - A Complete Overview of Your Company Workload

A FREE version is in an online demo at https://www.redmine-x.com/#bottom2 & the downloadable version is at https://www.redmine-x.com/redmine-resource-management. If you need to test the plugin in your Redmine environment, just contact Redmine X for the evaluation version.

This Redmine plugin is all about the utilization of work & employees. It shows the time allocation of particular employees on various tasks and thanks to its drag & drop feature, you can easily change either the start & due dates of tasks or their durations. Time allocation spreads proportionally across the whole task and a manager is then able to override it. See https://www.redmine-x.com/redmine-resource-management for all features.

Key Features Of The Redmine X Resource Management Plugin

  • create & update task allocations within the plugin view
  • drag & drop will help you plan your resources quickly
  • inline editing enables you to quickly change task subjects
  • filter users & zoom the canvas to see what you need in an instant
  • easily see which user is overloaded and which is underutilized
  • plan resources effectively, cut project costs

--> see all features at https://www.redmine-x.com/redmine-resource-management

RedmineX Resource Management Plugin

This state-of-the-art Redmine plugin will make your project much more profitable thanks to precise workload utilization and time allocation.

Users Appreciate

  • inline editing of the task name
  • quick access to tasks using a modal or a direct link
  • mouse-enabled canvas moving
  • automatic & proportional spread of estimated time
  • visual identification of an overloaded or underutilized employee

Explore All Premium RedmineX Plugins

Explore FREE RedmineX Plugins

Installation notes

Follow standard Redmine installation:

  • unzip the archive and copy it to redmine_root/plugins or copy the archive in the same location and perform the unzip command in the console
  • from redmine_root run bundle install
  • from redmine_root run bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  • restart Redmine

Changelog

2.1.13 (2024-08-09)

Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x.

  • Holiday data caching was completely reworked. Previously holiday data was cached only for the duration of a request. This means that data for a particular user had to be prepared for each request in which any calendar calculations were needed. Now, holiday data is prepared when a server starts, plugin settings are changed, or personal holiday is added or updated by a user. The data is cached for the duration of the server run. For users who have no calendar exceptions minor calculations take place during the request, but the result of these calculations are cached as well.
  • Calculation speed of project completed percent (done ratio) was improved.

Bug fixes

  • Fixed Error: uninitialized constant UserQuery error, which was caused by the plugins UserQueryPatch. UserQuery is only avaiable in Redmine v5.1.0+ and this means this patch could not be applied in the previous versions of Redmine.

1.0.0 (2021-05-12)

Compatible with Redmine 4.1.x, 4.0.x.