Skip to content

Commit

Permalink
[IMP] l10n_nl_xaf_auditfile_export: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodran14 committed Mar 25, 2024
1 parent 438ba35 commit 4da94df
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 69 deletions.
64 changes: 36 additions & 28 deletions l10n_nl_xaf_auditfile_export/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,24 @@ XAF auditfile export
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--netherlands-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-netherlands/tree/16.0/l10n_nl_xaf_auditfile_export
:target: https://github.com/OCA/l10n-netherlands/tree/17.0/l10n_nl_xaf_auditfile_export
:alt: OCA/l10n-netherlands
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-netherlands-16-0/l10n-netherlands-16-0-l10n_nl_xaf_auditfile_export
:target: https://translation.odoo-community.org/projects/l10n-netherlands-17-0/l10n-netherlands-17-0-l10n_nl_xaf_auditfile_export
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-netherlands&target_branch=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-netherlands&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to export XAF audit files for the Dutch tax authorities (Belastingdienst).
This module allows you to export XAF audit files for the Dutch tax
authorities (Belastingdienst).

The currently exported version is 3.2

An option allows to export the XAF audit files in a format that is accepted by Unit4.
An option allows to export the XAF audit files in a format that is
accepted by Unit4.

**Table of contents**

Expand All @@ -42,66 +44,72 @@ An option allows to export the XAF audit files in a format that is accepted by U
Configuration
=============

The exporting feature is available to the users who have `Billing Administrator` or `Accountant` rights for accounting.
The exporting feature is available to the users who have Billing
Administrator or Accountant rights for accounting.

To configure the default start and end dates of the actual fiscal year, go to `accounting`/`settings` and change the
Last Day of the year you want to export. Then in the form of the audit file export, by default the end-date will be set
accordingly and the start date will be 12 months before the end date.
Be aware that in case the OCA module `account_fiscal_year` is installed, then the calculus of the fiscal year dates is
overridden, taking by default the date range defined for the actual fiscal year (check `Settings`/`Date Ranges`).
To configure the default start and end dates of the actual fiscal year,
go to accounting/settings and change the Last Day of the year you want
to export. Then in the form of the audit file export, by default the
end-date will be set accordingly and the start date will be 12 months
before the end date. Be aware that in case the OCA module
account_fiscal_year is installed, then the calculus of the fiscal year
dates is overridden, taking by default the date range defined for the
actual fiscal year (check Settings/Date Ranges).

Usage
=====

To use this module, you need to:

* be sure that you have `Billing Administrator` or `Accountant` rights for accounting
* go to `Invoicing`/`Reporting`/`Auditfile export`
* create a new record, adjust values if the defaults are not appropriate
* click `Generate auditfile`
* click `Download` on the field `Auditfile`
- be sure that you have Billing Administrator or Accountant rights for
accounting
- go to Invoicing/Reporting/Auditfile export
- create a new record, adjust values if the defaults are not
appropriate
- click Generate auditfile
- click Download on the field Auditfile

Known issues / Roadmap
======================

* encrypted files would be nice
- encrypted files would be nice

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-netherlands/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_xaf_auditfile_export%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_xaf_auditfile_export%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~
-------

* Therp BV

Contributors
~~~~~~~~~~~~
------------

* Holger Brunn <[email protected]>
* Andrea Stirpe <[email protected]>
* Stefan Rijnhart <[email protected]>
* Tom Blauwendraat <[email protected]>
- Holger Brunn <[email protected]>
- Andrea Stirpe <[email protected]>
- Stefan Rijnhart <[email protected]>
- Tom Blauwendraat <[email protected]>

Other credits
~~~~~~~~~~~~~
-------------

Icon
----
~~~~

https://openclipart.org/detail/180891

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -113,6 +121,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/l10n-netherlands <https://github.com/OCA/l10n-netherlands/tree/16.0/l10n_nl_xaf_auditfile_export>`_ project on GitHub.
This module is part of the `OCA/l10n-netherlands <https://github.com/OCA/l10n-netherlands/tree/17.0/l10n_nl_xaf_auditfile_export>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions l10n_nl_xaf_auditfile_export/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
11 changes: 11 additions & 0 deletions l10n_nl_xaf_auditfile_export/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
The exporting feature is available to the users who have Billing
Administrator or Accountant rights for accounting.

To configure the default start and end dates of the actual fiscal year,
go to accounting/settings and change the Last Day of the year you want
to export. Then in the form of the audit file export, by default the
end-date will be set accordingly and the start date will be 12 months
before the end date. Be aware that in case the OCA module
account_fiscal_year is installed, then the calculus of the fiscal year
dates is overridden, taking by default the date range defined for the
actual fiscal year (check Settings/Date Ranges).
7 changes: 0 additions & 7 deletions l10n_nl_xaf_auditfile_export/readme/CONFIGURE.rst

This file was deleted.

4 changes: 4 additions & 0 deletions l10n_nl_xaf_auditfile_export/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Holger Brunn \<<[email protected]>\>
- Andrea Stirpe \<<[email protected]>\>
- Stefan Rijnhart \<<[email protected]>\>
- Tom Blauwendraat \<<[email protected]>\>
4 changes: 0 additions & 4 deletions l10n_nl_xaf_auditfile_export/readme/CONTRIBUTORS.rst

This file was deleted.

3 changes: 3 additions & 0 deletions l10n_nl_xaf_auditfile_export/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Icon

<https://openclipart.org/detail/180891>
4 changes: 0 additions & 4 deletions l10n_nl_xaf_auditfile_export/readme/CREDITS.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This module allows you to export XAF audit files for the Dutch tax authorities (Belastingdienst).
This module allows you to export XAF audit files for the Dutch tax
authorities (Belastingdienst).

The currently exported version is 3.2

An option allows to export the XAF audit files in a format that is accepted by Unit4.
An option allows to export the XAF audit files in a format that is
accepted by Unit4.
1 change: 1 addition & 0 deletions l10n_nl_xaf_auditfile_export/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- encrypted files would be nice
1 change: 0 additions & 1 deletion l10n_nl_xaf_auditfile_export/readme/ROADMAP.rst

This file was deleted.

8 changes: 8 additions & 0 deletions l10n_nl_xaf_auditfile_export/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To use this module, you need to:

- be sure that you have Billing Administrator or Accountant rights for
accounting
- go to Invoicing/Reporting/Auditfile export
- create a new record, adjust values if the defaults are not appropriate
- click Generate auditfile
- click Download on the field Auditfile
7 changes: 0 additions & 7 deletions l10n_nl_xaf_auditfile_export/readme/USAGE.rst

This file was deleted.

41 changes: 25 additions & 16 deletions l10n_nl_xaf_auditfile_export/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -368,10 +369,12 @@ <h1 class="title">XAF auditfile export</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7f8ac462c9165bf91eb8c1093678f12bee9c995c70b5e330e35e83b05c8e19a8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-netherlands/tree/16.0/l10n_nl_xaf_auditfile_export"><img alt="OCA/l10n-netherlands" src="https://img.shields.io/badge/github-OCA%2Fl10n--netherlands-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-netherlands-16-0/l10n-netherlands-16-0-l10n_nl_xaf_auditfile_export"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-netherlands&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to export XAF audit files for the Dutch tax authorities (Belastingdienst).</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-netherlands/tree/17.0/l10n_nl_xaf_auditfile_export"><img alt="OCA/l10n-netherlands" src="https://img.shields.io/badge/github-OCA%2Fl10n--netherlands-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-netherlands-17-0/l10n-netherlands-17-0-l10n_nl_xaf_auditfile_export"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-netherlands&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to export XAF audit files for the Dutch tax
authorities (Belastingdienst).</p>
<p>The currently exported version is 3.2</p>
<p>An option allows to export the XAF audit files in a format that is accepted by Unit4.</p>
<p>An option allows to export the XAF audit files in a format that is
accepted by Unit4.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand All @@ -393,22 +396,28 @@ <h1 class="title">XAF auditfile export</h1>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>The exporting feature is available to the users who have <cite>Billing Administrator</cite> or <cite>Accountant</cite> rights for accounting.</p>
<p>To configure the default start and end dates of the actual fiscal year, go to <cite>accounting</cite>/<cite>settings</cite> and change the
Last Day of the year you want to export. Then in the form of the audit file export, by default the end-date will be set
accordingly and the start date will be 12 months before the end date.
Be aware that in case the OCA module <cite>account_fiscal_year</cite> is installed, then the calculus of the fiscal year dates is
overridden, taking by default the date range defined for the actual fiscal year (check <cite>Settings</cite>/<cite>Date Ranges</cite>).</p>
<p>The exporting feature is available to the users who have Billing
Administrator or Accountant rights for accounting.</p>
<p>To configure the default start and end dates of the actual fiscal year,
go to accounting/settings and change the Last Day of the year you want
to export. Then in the form of the audit file export, by default the
end-date will be set accordingly and the start date will be 12 months
before the end date. Be aware that in case the OCA module
account_fiscal_year is installed, then the calculus of the fiscal year
dates is overridden, taking by default the date range defined for the
actual fiscal year (check Settings/Date Ranges).</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
<p>To use this module, you need to:</p>
<ul class="simple">
<li>be sure that you have <cite>Billing Administrator</cite> or <cite>Accountant</cite> rights for accounting</li>
<li>go to <cite>Invoicing</cite>/<cite>Reporting</cite>/<cite>Auditfile export</cite></li>
<li>create a new record, adjust values if the defaults are not appropriate</li>
<li>click <cite>Generate auditfile</cite></li>
<li>click <cite>Download</cite> on the field <cite>Auditfile</cite></li>
<li>be sure that you have Billing Administrator or Accountant rights for
accounting</li>
<li>go to Invoicing/Reporting/Auditfile export</li>
<li>create a new record, adjust values if the defaults are not
appropriate</li>
<li>click Generate auditfile</li>
<li>click Download on the field Auditfile</li>
</ul>
</div>
<div class="section" id="known-issues-roadmap">
Expand All @@ -422,7 +431,7 @@ <h1><a class="toc-backref" href="#toc-entry-4">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 to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_xaf_auditfile_export%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_xaf_auditfile_export%0Aversion:%2017.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">
Expand Down Expand Up @@ -456,7 +465,7 @@ <h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/16.0/l10n_nl_xaf_auditfile_export">OCA/l10n-netherlands</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/17.0/l10n_nl_xaf_auditfile_export">OCA/l10n-netherlands</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit 4da94df

Please sign in to comment.