You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n_ar_account_reports/README.rst
+36-21Lines changed: 36 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,32 @@
10
10
:target:https://www.gnu.org/licenses/agpl
11
11
:alt:License: AGPL-3
12
12
13
-
============================================
14
-
Accounting Reports with Accounting Documents
15
-
============================================
13
+
==========================================
14
+
Customized Accounting Reports - Argentina
15
+
==========================================
16
16
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.
18
18
19
19
Functional description
20
20
======================
21
21
22
-
This module adds two main functionalities:
22
+
**1. Income Statement and Balance Sheet Reports**
23
23
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**
25
31
26
32
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)".
27
33
28
34
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.
29
35
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):
35
39
36
40
Archivos para declaración de impuestos
37
41
======================================
@@ -55,34 +59,45 @@ Archivos para declaración de impuestos
55
59
56
60
* TUCUMAN: especificación en doc/Tucuman/MRETPER6R2.pdf a partir de la página 12
57
61
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
+
58
66
Installation
59
67
============
60
68
61
-
To install this module, you need to:
69
+
To install this module:
62
70
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
65
73
66
74
Configuration
67
75
=============
68
76
69
77
This module doesn't require specific configuration. It automatically:
70
78
79
+
#. Creates the Income Statement and Balance Sheet reports for Argentina
80
+
#. Configures account tags when installing the Argentine chart of accounts
71
81
#. 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
73
83
74
84
Usage
75
85
=====
76
86
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:**
78
93
#. Go to Accounting → Reporting → Partner Ledger
79
94
#. Generate the report normally - partner names will automatically include CUIT information
80
95
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
0 commit comments