Coder Social home page Coder Social logo

openproject-reporting's Introduction

OpenProject Reporting Plugin

The OpenProject Reporting plugin allows to create custom reports for costs associated to projects using the OpenProject Costs plugin. Various attributes including custom fields can be used to filter the data and the results can be grouped by these attributes.

The OpenProject Reporting plugin is built on top of the ReportingEngine Rails engine, providing the base functionality for customized database reports.

Requirements

The OpenProject Reporting plugin requires the OpenProject Core in version greater or equal to 3.0.0. It also requires the ReportingEngine Rails engine in version greater or equal to 1.0.0. Finally, it also requires the OpenProject Costs plugin.

Installation

Reporting depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the Gemfile.plugins in your OpenProject installation:

gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"

Furthermore, OpenProject reporting depends on the ReportingEngine which should be installed by adding the following line to your Gemfile.plugins in your OpenProject installation folder:

gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "stable"

Finally, add the following line to your Gemfile.plugins in your OpenProject installation folder to use the Reporting plugin:

gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "stable"

Afterwards, run:

bundle install

Deinstallation

Remove the lines

gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "stable" gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "stable"

from your Gemfile.plugins in your OpenProject installation folder and run:

bundle install

to uninstall the ReportingEngine and the OpenProject Reporting plugin.

Configuration

  • cost_reporting_cache_filter_classes: true

OpenProject Reporting, when not configured otherwise, optimizes response time by caching the filters and group by options generated for work package custom fields. Only when the custom fields are invalidated, does reporting recreate the elements by information from the database. In some scenarios, such a behavior might not be desirable. Especially, when databases are switched between requests to serve information from another installation, caching will almost always fail as the information is outdated and in some edge cases, filters and group by options are displayed erroneously. In such a setting, it is advisible to deactivate the caching by setting cost_reporting_cache_filter_classes to false in OpenProject's config/configuration.yml

Bug Reporting

If you find any bugs, you can create a bug ticket at

https://www.openproject.org/projects/plugin-reporting

Development

To contribute, you can create pull request on the official repository at https://github.com/finnlabs/openproject-reporting

Credits

Special thanks go to

Licence

Copyright (C) 2010 - 2014 the OpenProject Foundation (OPF)

This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.