Browse Source

[FIX] Heading levels

Conflicts:
	mis_builder/README.rst

cherry pick to v7
pull/90/head
Laurent Mignon (ACSONE) 9 years ago
committed by Stéphane Bidoul
parent
commit
9f28fe6c3a
  1. 5
      mis_builder/README.rst
  2. 17
      mis_builder/static/description/index.html

5
mis_builder/README.rst

@ -1,7 +1,12 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
<<<<<<< HEAD
Module name
=======
===========
MIS Builder
>>>>>>> 536c616... [FIX] Heading levels
===========
This module allows you to build Management Information Systems dashboards.

17
mis_builder/static/description/index.html

@ -3,13 +3,12 @@
<section id="mis-builder">
<h1>MIS Builder</h1>
<p>This module allows you to build Management Information Systems dashboards. Such style of reports presents KPI in rows and time periods in columns. Reports mainly fetch data from account moves, but can also combine data coming from arbitrary Odoo models. Reports can be exported to PDF, Excel and they can be added to Odoo dashboards.</p>
</section>
<section id="installation">
<h1>Installation</h1>
<h2>Installation</h2>
<p>There is no specific installation procedure for this module.</p>
</section>
<section id="configuration-and-usage">
<h1>Configuration and Usage</h1>
<h2>Configuration and Usage</h2>
<p>To configure this module, you need to:</p>
<ul>
<li>Go to Accounting &gt; Configuration &gt; Financial Reports &gt; MIS Report Templates where you can create report templates by defining KPI's. KPI's constitute the rows of your reports. Such report templates are time independent.</li>
@ -35,7 +34,7 @@
</ul>
</section>
<section id="known-issues-roadmap">
<h1>Known issues / Roadmap</h1>
<h2>Known issues / Roadmap</h2>
<ul>
<li>More tests should be added. The first part is creating test data, then it will be easier. At the minimum, We need the following test data:
<ul>
@ -48,13 +47,13 @@
</ul>
</section>
<section id="bug-tracker">
<h1>Bug Tracker</h1>
<h2>Bug Tracker</h2>
<p>Bugs are tracked on <a href="https://github.com/OCA/account-financial-reporting/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback <a href="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**">here</a>.</p>
</section>
<section id="credits">
<h1>Credits</h1>
<h2>Credits</h2>
<section id="contributors">
<h2>Contributors</h2>
<h3>Contributors</h3>
<ul>
<li>Stéphane Bidoul &lt;<a href="mailto:stephane.bidoul@acsone.eu">stephane.bidoul@acsone.eu</a>&gt;</li>
<li>Laetitia Gangloff &lt;<a href="mailto:laetitia.gangloff@acsone.eu">laetitia.gangloff@acsone.eu</a>&gt;</li>
@ -62,7 +61,7 @@
</ul>
</section>
<section id="maintainer">
<h2>Maintainer</h2>
<h3>Maintainer</h3>
<a href="https://odoo-community.org">
<img src="https://odoo-community.org/logo.png" alt="Odoo Community Association" />
</a>
@ -71,4 +70,6 @@
<p>To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org</a>.</p>
</section>
</section>
</section>
</section>
Loading…
Cancel
Save