Project

General

Profile

Plugins Directory » Easy Gantt

Author: Petr Pospisil
Website: https://www.easyredmine.com/redmine-gantt-plugin
Code repository: -
Registered on: 2024-02-07 (3 months ago)
Current version: 3.2.0
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
User ratings:   (1)

This drag & drop Redmine Gantt plugin makes planning tasks and projects as easy as never before! It is a must-have for all Redmine users that are serious about project management.

"The PRO Redmine Gantt plugin for top-level project visualisation."

The Pro plugin is now completely FREE to download from the official website!

 

Who is Easy Gantt for Redmine useful for:

  • Project Managers
  • IT Managers
  • Business Owners
  • Project Portfolio Managers

 

Benefits of Gantt Plugin are:

  • Easiest planning of tasks, milestones and the projects
  • The best visualization of the whole project
  • Huge time savings during project planning phase

 

Features of Easy Gantt Plugin version are:

  • drag & drop update of tasks on timeline
  • drag & drop update of milestones on the timeline
  • drag & drop sorting of tasks to milestones
  • drag & drop tasks relations with delay
  • filters and options above the Gantt
  • zoom of timeline
  • undo (step back) button
  • Baselines
  • Critical path of the project
  • Gantt over all projects
  • New task and milestone right from Gantt
  • Visualization of parent/child tasks

 

SPECIFICATION

  • Available as a free plugin for Redmine
  • 100% open source plugin
  • GNU GPL 2 license
  • 1 Redmine instance
  • Unlimited users
  • Unlimited projects

 

SCREENSHOTS

Redmine Gantt plugin - Global Gantt

 

Redmine Gantt plugin - Project Portfolio Gantt

 

Redmine Gantt plugin - Baselines

 

Redmine Gantt plugin - Critical path

 

Redmine Gantt plugin - Settings

 

Installation notes

Important: You must enable REST API service in administration to work with this plugin fluently.

Compatible with Redmine 3.2.x, 3.3.x, 3.4.x, 4.x, 5.x

Easy compatibility plugin for Redmine

Having compatibility issues of our native Redmine plugins with your Redmine environment? We have prepared a plugin that fixes known issues that may occur when installing our Redmine Gantt, WBS and Resource Management plugins along with some 3rd party Redmine plugins, namely redmine_contacts (tested version 4.2.3) and redmine_zenedit (tested version 1.0.2).

Feel free to download the plugin from GitHub (https://github.com/easysoftware/easy_compatibility) and install it (https://www.redmine.org/projects/redmine/wiki/Plugins) as a normal Redmine plugin (unzip into the "plugins" folder and restart server).

Changelog

3.2.0 (2024-02-07)

Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

User ratings

  by Samuel FUCHS 13 days ago

Error with the SQL request to move a project with MSSQL.
It use INTERVAL that is not usable in MSSQL.

Exemple :
"start_date = start_date + INTERVAL '#{days}' DAY,"

Correct for mssql:
"start_date = DATEADD (d , #{days} , start_date ),"