You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
3.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. ===========
  4. MIS Builder
  5. ===========
  6. This module allows you to build Management Information Systems dashboards.
  7. Such style of reports presents KPI in rows and time periods in columns.
  8. Reports mainly fetch data from account moves, but can also combine data coming
  9. from arbitrary Odoo models. Reports can be exported to PDF, Excel and they
  10. can be added to Odoo dashboards.
  11. Installation
  12. ============
  13. There is no specific installation procedure for this module.
  14. Configuration and Usage
  15. =======================
  16. To configure this module, you need to:
  17. * Go to Accounting > Configuration > Financial Reports > MIS Report Templates where
  18. you can create report templates by defining KPI's. KPI's constitute the rows of your
  19. reports. Such report templates are time independent.
  20. .. figure:: static/description/ex_report_template.png
  21. :scale: 80 %
  22. :alt: Sample report template
  23. * Then in Accounting > Reporting > MIS Reports you can create report instance by
  24. binding the templates to time period, hence defining the columns of your reports.
  25. .. figure:: static/description/ex_report.png
  26. :alt: Sample report configuration
  27. * From the MIS Report view, you can preview the report, add it to and Odoo dashboard,
  28. and export it to PDF or Excel.
  29. .. figure:: static/description/ex_dashboard.png
  30. :alt: Sample dashboard view
  31. For further information, please visit:
  32. * https://www.odoo.com/forum/help-1
  33. Known issues / Roadmap
  34. ======================
  35. * More tests should be added. The first part is creating test data, then it will be
  36. easier. At the minimum, We need the following test data:
  37. * one account charts with a few normal accounts and view accounts,
  38. * two fiscal years,
  39. * an opening entry in the second fiscal year,
  40. * to test multi-company consolidation, we need a second company with it's own
  41. account chart and two fiscal years, but without opening entry; we also need
  42. a third company which is the parent of the other two and has a consolidation
  43. chart of account.
  44. Bug Tracker
  45. ===========
  46. Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-reporting/issues>`_.
  47. In case of trouble, please check there if your issue has already been reported.
  48. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  49. `here <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20mis_builder%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  50. Credits
  51. =======
  52. Contributors
  53. ------------
  54. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  55. * Laetitia Gangloff <laetitia.gangloff@acsone.eu>
  56. * Adrien Peiffer <adrien.peiffer@acsone.eu>
  57. Maintainer
  58. ----------
  59. .. image:: https://odoo-community.org/logo.png
  60. :alt: Odoo Community Association
  61. :target: https://odoo-community.org
  62. This module is maintained by the OCA.
  63. OCA, or the Odoo Community Association, is a nonprofit organization whose
  64. mission is to support the collaborative development of Odoo features and
  65. promote its widespread use.
  66. To contribute to this module, please visit http://odoo-community.org.