odoo第三方报表模块MIS
MIS Builder 模块介绍
https://github.com/OCA/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 14.0 branch. Please note the development of new features occurs mainly on the 10.0 branch, to be forward-ported to 14.0. Please submit pull requests to the 10.0 branch in priority, unless they are 14.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.
安装
查找依赖
查看MIS模块的的__manifest__.py文件
1 | # Copyright 2014-2018 ACSONE SA/NV (<http://acsone.eu>) |
得知:
安装模块
下载并添加到第三方模块路径
启用开发者模式,刷新本地模块列表
- 安装
验证安装
accounting->reporting->MIS reports