Easy Gantt Plugin
Added by Petr Pospisil about 9 years ago
Hello all Redmine users,
we have created 100% free and Open Source Easy Gantt Plugin.
https://www.easyredmine.com/redmine-gantt-plugin
It has features:
- drag&drop update of tasks and milestones
- drag&drop sorting of tasks to milestones
- drag&drop creation of relations
Further there is paid Pro version which has:
- Baselines
- Critical path
- Creation of new task/milestone right from Gantt
- Gantt over Project Portfolio
Please feel free to share any comments or suggestions for improvements here.
Thank you!
Replies (7)
RE: Easy Gantt Plugin - Added by Rafael Almeida over 8 years ago
This plugin is still free? I click on the link above, I made the request to e -mail, but received nothing.
RE: Easy Gantt Plugin - Added by Ulrich Belitz over 8 years ago
Hi Petr,
we are very interested in using this plugin - seems to be very helpful.
Can you please provide detailed instructions, how to install?
We tried with the standard procedure, but had problems, when we clicked on the Easy-Gantt button we saw a site with some error messages.
Thank you very much in advance!
Best regards
Ulrich
RE: Easy Gantt Plugin - Added by Petr Pospisil over 8 years ago
Hello Ulrich,
please send me your production.log into support@easyredmine.com we will check it.
Best Regards
Petr
RE: Easy Gantt Plugin - Added by Jake Kemme over 8 years ago
This plugin breaks default redmine issue query in 3.3, as well as My Page- my issues url if the latest redmine_extensions gem is not installed (1.07) (now requires ruby >= 2.0)
Please see post: Redmine 3.3 - Default Filters Missing
RE: Easy Gantt Plugin - Added by Salvatore La Rocca over 8 years ago
Hello to everyone!
I'm trying to install the easy_gantt plugin with this commands:
1) $ bundle install
2) $ bundle exec rake db:migrate RAILS_ENV=production
3) $ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
but, after the command number 2, i'm getting this error:
Rails Error: Unable to access log file. Please ensure that /opt/bitnami/apps/redmine/htdocs/log/production.log exists and is writable (ie, make it writable for user and group: chmod 0664 /opt/bitnami/apps/redmine/htdocs/log/production.log). The log level has been raised to WARN and the output directed to STDERR until the problem is fixed. rake aborted! NoMethodError: private method `prepend' called for #<Class:0x007f56e0e4c440> /opt/bitnami/apps/redmine/htdocs/config/environment.rb:14:in `<top (required)>' Tasks: TOP => db:migrate => environment (See full trace by running task with --trace)
This the informations about my redmine version:
Environment: Redmine version 3.2.0.stable Ruby version 2.0.0-p647 (2015-08-18) [x86_64-linux] Rails version 4.2.5 Environment production Database adapter Mysql2 SCM: Subversion 1.8.13 Cvs 1.12.13 Git 2.6.1 Filesystem Redmine plugins: redmine_wktime 2.1.2
How can i solve this problem? I really need to use this plugin...
Thank you a lot for your support.
Regards,
Salvatore La Rocca
RE: Easy Gantt Plugin - Added by Jake Kemme over 8 years ago
Try
bundle update redmine_extensions
The latest easy gantt plugin requires redmine_extensions 1.07 gem