Coder Social home page Coder Social logo

reporting_engine's Introduction

ReportingEngine

The ReportingEngine is a Rails engine containing base functionality to create customized database reports. A report consists of filters and grouping criteria, each of which selects an attribute to be used for filtering and grouping. It provides base filter and grouping classes to be used for adding new filters. It also adds some base widgets to visually represent the created reports.

This engine is mainly used in the OpenProject Reporting plugin, allowing to create customized cost reports when the OpenProject Costs plugin is used to track projects costs.

Requirements

The ReportingEngine requires Rails 3.2 and is compatible with MySQL or PostgreSQL. MySQL versions 5.6.0 - 5.6.12 and 5.7.0 - 5.7.1 are not supported since they contain a bug leading to wrong report results under certain circumstances.

Installation

To use the ReportingEngine, add the following line to your Gemfile:

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

If you are running OpenProject, add the above line to the Gemfile.plugins in your OpenProject installation folder instead.

Afterwards, run:

bundle install

Deinstallation

Remove the line

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

from your Gemfile or the Gemfile.plugins in your OpenProject installation and run:

bundle install

Bug Reporting

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

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

Development

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

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.

reporting_engine's People

Contributors

floriank avatar garstgerunhold avatar hschink avatar kgalli avatar linki avatar machisuji avatar mfrister avatar myabc avatar nobodysnightmare avatar rkh avatar schmidt avatar slawa85 avatar tessi avatar thegcat avatar tilt avatar timfel avatar ulferts avatar

Watchers

 avatar

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.