jjscarafia / mis-builder

Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runbot Status Build Status codecov

MIS Builder

Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.

This is the 11.0 branch. Please note the development of new features occurs mainly on the 10.0 branch, to be forward-ported to 11.0. Please submit pull requests to the 10.0 branch in priority, unless they are 11.0 specific bugs, or they rely on Odoo features that are not present in 10.0.

This project implements a class of reports where KPI (Key Performance Indicators) are displayed in rows, and time periods in columns. It focuses on very fast reporting on accounting data but can also use data from any other Odoo model.

It features the following key characteristics:

  • User configurable: end users can create new report templates without development, using simple Excel-like formulas.
  • Very fast balance reporting for accounting data, even on million lines databases and very complex account charts.
  • Use the same template for different reports.
  • Compare data over different time periods.
  • User-configurable styles, rendered perfectly in the UI as well as Excel and PDF exports.
  • Interactive display with drill-down.
  • Export to PDF and Excel.
  • A budgeting module.
  • Evaluate KPI over various data sources, such as actuals, simulation, committed costs (some custom development is required to create the data source).
  • For developers, the accounting balance computation engine is exposed as an easy to use API.

Here are some presentations:

Available addons

addon version summary
mis_builder 11.0.3.1.2 Build 'Management Information System' Reports and Dashboards
mis_builder_budget 11.0.3.1.1 Create budgets for MIS reports
mis_builder_demo 11.0.3.0.1 Demo addon for MIS Builder

Translation Status

Transifex Status


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

About

Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.4%Language:JavaScript 2.0%Language:CSS 0.6%