Skip to content

Commit 0f70cc7

Browse files
committed
[FIX] l10n_ar_account_reports: Readme changes
1 parent ca513bf commit 0f70cc7

File tree

1 file changed

+36
-21
lines changed

1 file changed

+36
-21
lines changed

l10n_ar_account_reports/README.rst

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,32 @@
1010
:target: https://www.gnu.org/licenses/agpl
1111
:alt: License: AGPL-3
1212

13-
============================================
14-
Accounting Reports with Accounting Documents
15-
============================================
13+
==========================================
14+
Customized Accounting Reports - Argentina
15+
==========================================
1616

17-
Customizes Odoo standard accounting reports to meet specific Argentine requirements, adding necessary fiscal information for balance presentation and generating additional reports for check control.
17+
Customizes Odoo standard accounting reports to meet specific Argentine requirements, including Income Statement and Balance Sheet according to Argentine regulations, automatic configuration of account tags, Partner Ledger enhancements, and tax declaration file generation for various provincial tax authorities.
1818

1919
Functional description
2020
======================
2121

22-
This module adds two main functionalities:
22+
**1. Income Statement and Balance Sheet Reports**
2323

24-
**Partner Ledger Report Enhancement**
24+
Provides Income Statement (Estado de Resultados) and Balance Sheet (Estado Patrimonial) structured according to Argentine accounting regulations, with proper classification of accounts.
25+
26+
**2. Automatic Account Tags Configuration**
27+
28+
When installing the Argentine chart of accounts, the module automatically assigns the corresponding account tags to each account based on its code and type, enabling proper report generation.
29+
30+
**3. Partner Ledger Report Enhancement**
2531

2632
Modifies the native Partner Ledger (Libro Mayor de Empresas) report to include Argentine fiscal information alongside each partner's name. The standard Odoo report only shows "Partner Name", while with this module it displays "Partner Name (CUIT: 1234567890)".
2733

2834
This functionality is essential for fiscal compliance in Argentina, as the report serves as the official detail of Debtors and Creditors at year-end, required for Annual Balance presentation to accounting and tax authorities.
2935

30-
**Interface changes:**
31-
- Adds a new "Cheques a fecha" menu under Accounting → Reporting → Legal Statements
32-
- Includes a wizard with fields to select limit date and journal (optional)
33-
- Generates a PDF report with detailed listing of pending checks
34-
- Archivos para declaración de distintos impuestos (principalmente percepciones y retenciones)
36+
**4. Tax Declaration Files (Percepciones y Retenciones)**
37+
38+
Generates text files for tax declaration to various provincial tax authorities (mainly withholdings and perceptions):
3539

3640
Archivos para declaración de impuestos
3741
======================================
@@ -55,34 +59,45 @@ Archivos para declaración de impuestos
5559

5660
* TUCUMAN: especificación en doc/Tucuman/MRETPER6R2.pdf a partir de la página 12
5761

62+
**5. VAT Withholdings and Perceptions Report (IVA Sufrido)**
63+
64+
Generates reports for VAT withholdings and perceptions suffered, used for tax compliance and declaration purposes.
65+
5866
Installation
5967
============
6068

61-
To install this module, you need to:
69+
To install this module:
6270

63-
#. Install the module from Apps menu
64-
#. The module will auto-install if l10n_ar and account_reports are installed
71+
#. The module will auto-install if l10n_ar, account_reports and l10n_ar_reports are installed
72+
#. It can also be installed manually from the Apps menu
6573

6674
Configuration
6775
=============
6876

6977
This module doesn't require specific configuration. It automatically:
7078

79+
#. Creates the Income Statement and Balance Sheet reports for Argentina
80+
#. Configures account tags when installing the Argentine chart of accounts
7181
#. Enhances the Partner Ledger report with CUIT information
72-
#. Adds the "Cheques a fecha" menu under Accounting → Reporting → Legal Statements
82+
#. Provides access to tax declaration file generators
7383

7484
Usage
7585
=====
7686

77-
**Partner Ledger Report:**
87+
**Income Statement and Balance Sheet:**
88+
#. Go to Accounting → Reporting → Income Statement (or Balance Sheet)
89+
#. Select the desired period
90+
#. The report is generated with the structure according to Argentine regulations
91+
92+
**Partner Ledger:**
7893
#. Go to Accounting → Reporting → Partner Ledger
7994
#. Generate the report normally - partner names will automatically include CUIT information
8095

81-
**Checks to Date Report:**
82-
#. Go to Accounting → Reporting → Legal Statements → Cheques a fecha
83-
#. Select the date up to which you want to see pending checks
84-
#. Optionally filter by journal
85-
#. Click "Confirmar" to generate the PDF report
96+
**Tax Declaration Files:**
97+
#. Go to Accounting → Reporting → Argentina
98+
#. Select the appropriate report (ARBA, AGIP, SIFERE, SIRCAR, etc.)
99+
#. Configure the period and filters
100+
#. Generate and download the text file for tax authority submission
86101

87102
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
88103
:alt: Try me on Runbot

0 commit comments

Comments
 (0)