Skip to content

Commit

Permalink
[UPD] README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 28, 2019
1 parent 54bcf0c commit 6755c93
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 43 deletions.
6 changes: 6 additions & 0 deletions l10n_nl_tax_statement/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ Known issues / Roadmap
Changelog
=========

11.0.2.1.0
~~~~~~~~~~

* Added new feature: allow to see the list of movements from selected lines
https://github.com/OCA/l10n-netherlands/pull/212

11.0.2.0.0
~~~~~~~~~~

Expand Down
94 changes: 51 additions & 43 deletions l10n_nl_tax_statement/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,39 +373,40 @@ <h1 class="title">Netherlands BTW Statement</h1>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#installation" id="id9">Installation</a></li>
<li><a class="reference internal" href="#configuration" id="id10">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id11">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id12">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#changelog" id="id13">Changelog</a><ul>
<li><a class="reference internal" href="#id1" id="id14">11.0.2.0.0</a></li>
<li><a class="reference internal" href="#id2" id="id15">11.0.1.0.1</a></li>
<li><a class="reference internal" href="#id3" id="id16">11.0.1.0.0</a></li>
<li><a class="reference internal" href="#id4" id="id17">10.0.1.2.0</a></li>
<li><a class="reference internal" href="#id5" id="id18">10.0.1.1.1</a></li>
<li><a class="reference internal" href="#id6" id="id19">10.0.1.1.0</a></li>
<li><a class="reference internal" href="#id7" id="id20">10.0.1.0.1</a></li>
<li><a class="reference internal" href="#id8" id="id21">10.0.1.0.0</a></li>
<li><a class="reference internal" href="#installation" id="id10">Installation</a></li>
<li><a class="reference internal" href="#configuration" id="id11">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id12">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id13">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#changelog" id="id14">Changelog</a><ul>
<li><a class="reference internal" href="#id1" id="id15">11.0.2.1.0</a></li>
<li><a class="reference internal" href="#id2" id="id16">11.0.2.0.0</a></li>
<li><a class="reference internal" href="#id3" id="id17">11.0.1.0.1</a></li>
<li><a class="reference internal" href="#id4" id="id18">11.0.1.0.0</a></li>
<li><a class="reference internal" href="#id5" id="id19">10.0.1.2.0</a></li>
<li><a class="reference internal" href="#id6" id="id20">10.0.1.1.1</a></li>
<li><a class="reference internal" href="#id7" id="id21">10.0.1.1.0</a></li>
<li><a class="reference internal" href="#id8" id="id22">10.0.1.0.1</a></li>
<li><a class="reference internal" href="#id9" id="id23">10.0.1.0.0</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="id22">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id23">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id24">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id25">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id26">Maintainers</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id24">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id25">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id26">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id27">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id28">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="installation">
<h1><a class="toc-backref" href="#id9">Installation</a></h1>
<h1><a class="toc-backref" href="#id10">Installation</a></h1>
<ul class="simple">
<li>This module depends on module <tt class="docutils literal">account_tax_balance</tt> available at <a class="reference external" href="https://github.com/OCA/account-financial-reporting">https://github.com/OCA/account-financial-reporting</a>.</li>
<li>This module also depends on module <tt class="docutils literal">date_range</tt> that is supported as of postgresql 9.2 or later versions.</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id10">Configuration</a></h1>
<h1><a class="toc-backref" href="#id11">Configuration</a></h1>
<p>This module makes use of the tax tags (eg.: 1a, 1b, 1c, 1d, 2a…) as prescribed by the Dutch tax laws.</p>
<p>If the default Odoo Dutch chart of accounts is installed (module <tt class="docutils literal">l10n_nl</tt>) then these tags are automatically present in the database.
If this is the case, go to menu: <cite>Invoicing -&gt; Configuration -&gt; Accounting -&gt; NL BTW Tags</cite>, and check that the tags are correctly set; click Apply to confirm.</p>
Expand All @@ -415,7 +416,7 @@ <h1><a class="toc-backref" href="#id10">Configuration</a></h1>
(for more information about the installation and configuration of that module, check the README file).</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id11">Usage</a></h1>
<h1><a class="toc-backref" href="#id12">Usage</a></h1>
<p>To create a statement you need to:</p>
<ol class="arabic simple">
<li>Verify that you have enough permits. You need to belong at least to the Accountant group.</li>
Expand Down Expand Up @@ -443,94 +444,101 @@ <h1><a class="toc-backref" href="#id11">Usage</a></h1>
</ol>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id12">Known issues / Roadmap</a></h1>
<h1><a class="toc-backref" href="#id13">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Exporting in SBR/XBLR format not yet available</li>
</ul>
</div>
<div class="section" id="changelog">
<h1><a class="toc-backref" href="#id13">Changelog</a></h1>
<h1><a class="toc-backref" href="#id14">Changelog</a></h1>
<div class="section" id="id1">
<h2><a class="toc-backref" href="#id14">11.0.2.0.0</a></h2>
<h2><a class="toc-backref" href="#id15">11.0.2.1.0</a></h2>
<ul class="simple">
<li>Added new feature: allow to see the list of movements from selected lines
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/212">https://github.com/OCA/l10n-netherlands/pull/212</a></li>
</ul>
</div>
<div class="section" id="id2">
<h2><a class="toc-backref" href="#id16">11.0.2.0.0</a></h2>
<ul class="simple">
<li>Added new feature: management of past undeclared invoices
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/139">https://github.com/OCA/l10n-netherlands/pull/139</a></li>
</ul>
</div>
<div class="section" id="id2">
<h2><a class="toc-backref" href="#id15">11.0.1.0.1</a></h2>
<div class="section" id="id3">
<h2><a class="toc-backref" href="#id17">11.0.1.0.1</a></h2>
<ul class="simple">
<li>Bug fixing: printing report
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/145">https://github.com/OCA/l10n-netherlands/pull/145</a></li>
</ul>
</div>
<div class="section" id="id3">
<h2><a class="toc-backref" href="#id16">11.0.1.0.0</a></h2>
<div class="section" id="id4">
<h2><a class="toc-backref" href="#id18">11.0.1.0.0</a></h2>
<ul class="simple">
<li>Porting to V11
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/126">https://github.com/OCA/l10n-netherlands/pull/126</a></li>
</ul>
</div>
<div class="section" id="id4">
<h2><a class="toc-backref" href="#id17">10.0.1.2.0</a></h2>
<div class="section" id="id5">
<h2><a class="toc-backref" href="#id19">10.0.1.2.0</a></h2>
<ul class="simple">
<li>Bug fixing: CSS Namespace conflicting with account_financial_report_qweb</li>
</ul>
</div>
<div class="section" id="id5">
<h2><a class="toc-backref" href="#id18">10.0.1.1.1</a></h2>
<div class="section" id="id6">
<h2><a class="toc-backref" href="#id20">10.0.1.1.1</a></h2>
<ul class="simple">
<li>Bug fixing: Omzet 1a-4b: check and invert the sign</li>
</ul>
</div>
<div class="section" id="id6">
<h2><a class="toc-backref" href="#id19">10.0.1.1.0</a></h2>
<div class="section" id="id7">
<h2><a class="toc-backref" href="#id21">10.0.1.1.0</a></h2>
<ul class="simple">
<li>Lines 5d, 5e, 5f and 5g added in report
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/107">https://github.com/OCA/l10n-netherlands/pull/107</a></li>
</ul>
</div>
<div class="section" id="id7">
<h2><a class="toc-backref" href="#id20">10.0.1.0.1</a></h2>
<div class="section" id="id8">
<h2><a class="toc-backref" href="#id22">10.0.1.0.1</a></h2>
<ul class="simple">
<li>Bug fixing
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/97">https://github.com/OCA/l10n-netherlands/pull/97</a>
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/93">https://github.com/OCA/l10n-netherlands/pull/93</a></li>
</ul>
</div>
<div class="section" id="id8">
<h2><a class="toc-backref" href="#id21">10.0.1.0.0</a></h2>
<div class="section" id="id9">
<h2><a class="toc-backref" href="#id23">10.0.1.0.0</a></h2>
<ul class="simple">
<li>Initial release.
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/pull/70">https://github.com/OCA/l10n-netherlands/pull/70</a></li>
</ul>
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id22">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#id24">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-netherlands/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
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_tax_statement%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id23">Credits</a></h1>
<h1><a class="toc-backref" href="#id25">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id24">Authors</a></h2>
<h2><a class="toc-backref" href="#id26">Authors</a></h2>
<ul class="simple">
<li>Onestein</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id25">Contributors</a></h2>
<h2><a class="toc-backref" href="#id27">Contributors</a></h2>
<ul class="simple">
<li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li>
<li>Antonio Esposito &lt;<a class="reference external" href="mailto:a.esposito&#64;onestein.nl">a.esposito&#64;onestein.nl</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id26">Maintainers</a></h2>
<h2><a class="toc-backref" href="#id28">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
Expand Down

0 comments on commit 6755c93

Please sign in to comment.