Project

General

Profile

Plugins Directory » Gantt Chart Plugin by Redmine X

Author: Ondrej Svejkovsky
Website: https://www.redmine-x.com/redmine-gantt-chart
Code repository: -
Registered on: 2024-02-16 (about 1 month ago)
Current version: 2.1.8
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x
User ratings:   (0)

A revolutionary Interactive Redmine Gantt Chart

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-gantt-chart. If you need to test the plugin in your Redmine environment, just contact Redmine X for the evaluation version.

This plugin brings time planning to another level. It works with any Redmine theme, however, it looks best with our RedmineX theme that is a part of the Upgrade plugin. Just see https://www.redmine-x.com/redmine-upgrade.

Key Features Of The Redmine X Gantt Chart Plugin

  • create & update tasks & milestones with ease
  • embrace drag & drop functionality for quick planning
  • see task priorities
  • execute updates with zero effort
  • filter the same way as in /issues
  • zoom to a day, week, month, or year
  • move projects including sub-projects & tasks
  • double-click task to reveal popup with additional params

--> see all features at https://www.redmine-x.com/redmine-gantt-chart

RedmineX Gantt Chart

Drag & drop Redmine Gantt chart plugin with advanced filtering & a feature of moving projects including sub-projects and tasks. This is Redmine X gantt chart plugin, the most advanced Gantt for Redmine.

Users Appreciate

  • inline editing of the task name
  • quick access to tasks using a modal or a direct link
  • mouse-enabled canvas moving
  • visual representation of issue priorities is a priceless feature for precise planning
  • moving of project including all sub-projects & tasks

Using task relations & delays, you can precisely plan the essential time needed between two tasks and if necessary, you can export the Gantt chart to PNG, PDF Excel, or MS project.
Thanks to the "Move project" feature, you can actually change the start day of a project without changing all task dates separately. This is a one-of-a-kind feature never seen in Redmine before --> you can effortlessly change the project start date even if you don't use the Gantt chart on a regular basis.

Genuine Client Review

RedmineX Gantt does not conflict with other Redmine plugins. After spending a lot of time, effort, and money on testing several commercial versions of Gantt plugins, I found that the only plugin that can stop our Redmine users from complaining is the RedmineX Gantt. I strongly recommend buying RedmineX Gantt.

Charlie Chang
R&D Division Director at Aplex Technology

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.8 (2024-01-24)

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

  • Relation between parent task and subtask was lost - quick fixed.
  • Task milestone was sometimes removed after task was edited using the lightbox - quick fixed.
  • Translations of new issue relations (start to start, start_to_finish, finish_to_finish, finish_to_start) was moved to RedmineX Assets, because the IssueRelationPatch, which brings these relations, is placed in Assets plugin.
  • Tasks are automatically sorted by start date after loading (waterfall).
  • New task is inserted into the grid at the location corresponding to its start date and timeline is scrolled to show the task (waterfall).
  • Relation between parent task and subtask was lost, if parent was from a different project than subtask and subtask was modified - quick-fixed. Some complex problems with task-subtask and milestone-task hierarchy in Gantt chart persists (should be fixed in the near future). This bug was already fixed in version 2.1.8, but still occurred in some cases on the project gantt.
  • Project shifting was fixed. The server-side project shift method did not account for the situation where parent tasks are not dependent on their subtasks (the 'parent_issue_dates' setting is 'independent'). In this case, the project shift sometimes ended up with a different result than the shift on the frontend side in Gantt, which became apparent when the Gantt page was reloaded.

1.0.0 (2021-03-18)

Compatible with Redmine 4.1.x.