Project

General

Profile

Plugins Directory » advanced_charts

Author: Roman Petrenko
Website: https://redmine-kanban.com/en/plugins/advanced_charts
Code repository: https://redmine-kanban.com/en/plugins/advanced_charts
Registered on: 2024-08-26 (about 1 month ago)
Current version: 0.1.1
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x
User ratings:   (0)

Redmine Charts & Reports.

A plugin for building such possible charts and reports as LTD (Lead Time Distribution), CFD (cumulative flow diagram), etc.

Main advantages of plugin

  • LTD (Lead Time Distribution) plot
  • CFD (cumulative flow diagram) plot
  • Reports by blocking
  • Reports by blocking types

Find out more on our website
Try our demo

Installation notes

  1. Copy the redmine_reports plugin folder to the plugins/ folder. The current version does not support operation if redmine is installed in a subdirectory (for example http://example.com/redmine /). It is necessary that redmine is installed at the root (for example http://redmine.example.com / or on a separate port http://example.com:8080 /).
  2. Run migrations in redmine root folder.
    bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_reports
    
  3. Stop and start Redmine.
    sudo /etc/init.d/apache2 stop && sudo /etc/init.d/apache2 start
    
  4. In some redmine installations (for example, when working in docker), it is important to stop and start the redmine server, and not restart it. Sometimes reports are not displayed on restart.

Changelog

0.1.1 (2024-08-26)

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