Browse Source

[FIX] Heading levels

pull/115/head
Laurent Mignon (ACSONE) 9 years ago
parent
commit
536c616f01
  1. 1
      mis_builder/README.rst
  2. 17
      mis_builder/static/description/index.html

1
mis_builder/README.rst

@ -1,6 +1,7 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3 :alt: License: AGPL-3
===========
MIS Builder MIS Builder
=========== ===========

17
mis_builder/static/description/index.html

@ -3,13 +3,12 @@
<section id="mis-builder"> <section id="mis-builder">
<h1>MIS Builder</h1> <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> <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"> <section id="installation">
<h1>Installation</h1>
<h2>Installation</h2>
<p>There is no specific installation procedure for this module.</p> <p>There is no specific installation procedure for this module.</p>
</section> </section>
<section id="configuration-and-usage"> <section id="configuration-and-usage">
<h1>Configuration and Usage</h1>
<h2>Configuration and Usage</h2>
<p>To configure this module, you need to:</p> <p>To configure this module, you need to:</p>
<ul> <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> <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> </ul>
</section> </section>
<section id="known-issues-roadmap"> <section id="known-issues-roadmap">
<h1>Known issues / Roadmap</h1>
<h2>Known issues / Roadmap</h2>
<ul> <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: <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> <ul>
@ -48,13 +47,13 @@
</ul> </ul>
</section> </section>
<section id="bug-tracker"> <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> <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>
<section id="credits"> <section id="credits">
<h1>Credits</h1>
<h2>Credits</h2>
<section id="contributors"> <section id="contributors">
<h2>Contributors</h2>
<h3>Contributors</h3>
<ul> <ul>
<li>Stéphane Bidoul &lt;<a href="mailto:stephane.bidoul@acsone.eu">stephane.bidoul@acsone.eu</a>&gt;</li> <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> <li>Laetitia Gangloff &lt;<a href="mailto:laetitia.gangloff@acsone.eu">laetitia.gangloff@acsone.eu</a>&gt;</li>
@ -62,7 +61,7 @@
</ul> </ul>
</section> </section>
<section id="maintainer"> <section id="maintainer">
<h2>Maintainer</h2>
<h3>Maintainer</h3>
<a href="https://odoo-community.org"> <a href="https://odoo-community.org">
<img src="https://odoo-community.org/logo.png" alt="Odoo Community Association" /> <img src="https://odoo-community.org/logo.png" alt="Odoo Community Association" />
</a> </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> <p>To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org</a>.</p>
</section> </section>
</section> </section>
</section>
</section> </section>
Loading…
Cancel
Save