odoo-addon-l10n-it-vat-registries 16.0.1.0.1.3__py3-none-any.whl → 16.0.1.0.1.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/l10n_it_vat_registries/README.rst +60 -52
- odoo/addons/l10n_it_vat_registries/i18n/it.po +6 -7
- odoo/addons/l10n_it_vat_registries/models/account.py +2 -2
- odoo/addons/l10n_it_vat_registries/models/vat_registry.py +0 -2
- odoo/addons/l10n_it_vat_registries/readme/CONFIGURE.md +51 -0
- odoo/addons/l10n_it_vat_registries/readme/CONTRIBUTORS.md +4 -0
- odoo/addons/l10n_it_vat_registries/readme/{CREDITS.rst → CREDITS.md} +1 -1
- odoo/addons/l10n_it_vat_registries/readme/{DESCRIPTION.rst → DESCRIPTION.md} +1 -1
- odoo/addons/l10n_it_vat_registries/readme/USAGE.md +19 -0
- odoo/addons/l10n_it_vat_registries/static/description/index.html +46 -37
- {odoo_addon_l10n_it_vat_registries-16.0.1.0.1.3.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info}/METADATA +68 -63
- {odoo_addon_l10n_it_vat_registries-16.0.1.0.1.3.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info}/RECORD +14 -14
- {odoo_addon_l10n_it_vat_registries-16.0.1.0.1.3.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info}/WHEEL +1 -1
- odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info/top_level.txt +1 -0
- odoo/addons/l10n_it_vat_registries/readme/CONFIGURE.rst +0 -46
- odoo/addons/l10n_it_vat_registries/readme/CONTRIBUTORS.rst +0 -4
- odoo/addons/l10n_it_vat_registries/readme/USAGE.rst +0 -16
- odoo_addon_l10n_it_vat_registries-16.0.1.0.1.3.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ ITA - Registri IVA
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:0c2633d3baba335fd4dba8748ee040704caaf0c9d3f65ba4f69ab6d259e304e3
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -41,70 +41,78 @@ Configuration
|
|
41
41
|
|
42
42
|
**Italiano**
|
43
43
|
|
44
|
-
È possibile configurare quali imposte escludere dai registri (ad esempio
|
45
|
-
impostando il campo dell'imposta 'Escludere dai registri
|
44
|
+
È possibile configurare quali imposte escludere dai registri (ad esempio
|
45
|
+
le ritenute) impostando il campo dell'imposta 'Escludere dai registri
|
46
|
+
IVA'
|
46
47
|
|
47
|
-
Per generare i periodi fiscali,
|
48
|
-
|
48
|
+
Per generare i periodi fiscali, aprire Contabilità > Configurazione >
|
49
|
+
Contabilità > Intervalli data > Generazione intervalli data:
|
49
50
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
51
|
+
- Prefisso nome intervallo: prefisso identificativo dell'anno dei
|
52
|
+
periodi da generare
|
53
|
+
- Durata: 1 mese
|
54
|
+
- Numero di intervalli da generare: 12
|
55
|
+
- Tipo: creare un tipo o utilizzarne uno esistente, non è richiesta una
|
56
|
+
configurazione particolare per il tipo
|
57
|
+
- Data iniziale: primo giorno dell'anno dei periodi da generare (ad
|
58
|
+
esempio 01/01/2018)
|
55
59
|
|
56
|
-
Tramite
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
e impostare il campo "Registro IVA".
|
62
|
-
|
63
|
-
Se non ci sono movimenti contabili da stampare, la stampa viene generata con totale zero.
|
60
|
+
Tramite Contabilità -> Configurazione -> Contabilità -> Registri IVA è
|
61
|
+
possibile configurare i registri IVA, ad esempio 'vendite', 'acquisti' o
|
62
|
+
'corrispettivi'. Per associare un registro contabile a un registro IVA,
|
63
|
+
aprire il registro tramite Contabilità -> Configurazione -> Contabilità
|
64
|
+
-> Registri e impostare il campo "Registro IVA".
|
64
65
|
|
66
|
+
Se non ci sono movimenti contabili da stampare, la stampa viene generata
|
67
|
+
con totale zero.
|
65
68
|
|
66
69
|
**English**
|
67
70
|
|
68
|
-
You can configure which taxes to exclude from registries (like
|
69
|
-
setting the 'Exclude from VAT registries' field.
|
71
|
+
You can configure which taxes to exclude from registries (like
|
72
|
+
withholding tax) setting the 'Exclude from VAT registries' field.
|
70
73
|
|
71
|
-
In order to generate fiscal periods,
|
72
|
-
|
74
|
+
In order to generate fiscal periods, open Accounting > Configuration >
|
75
|
+
Accounting > Date ranges > Generate Date Ranges:
|
73
76
|
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
77
|
+
- Range name prefix: Prefix identifying the year of the periods to be
|
78
|
+
generated
|
79
|
+
- Duration: 1 month
|
80
|
+
- Number of ranges to generate: 12
|
81
|
+
- Type: Create a type or use an existing one, no specific type's
|
82
|
+
configuration is required
|
83
|
+
- Date start: first day of the period's year (for instance 01/01/2018)
|
79
84
|
|
80
|
-
Using the menu
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
and set the 'VAT registry' field.
|
85
|
+
Using the menu Accounting -> Configuration -> Accounting -> VAT
|
86
|
+
registries you can configure VAT registries, like 'Sales', 'Purchases'
|
87
|
+
or 'corrispettivi'. In order to link a journal to a VAT registry, open
|
88
|
+
journal by Accounting -> Configuration -> Accounting -> Journals and set
|
89
|
+
the 'VAT registry' field.
|
86
90
|
|
87
|
-
If there are no account moves to be printed, the report is printed with
|
91
|
+
If there are no account moves to be printed, the report is printed with
|
92
|
+
total equal to zero.
|
88
93
|
|
89
94
|
Usage
|
90
95
|
=====
|
91
96
|
|
92
97
|
**Italiano**
|
93
98
|
|
94
|
-
Dal menu
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
Nel campo 'Registro IVA' è possibile selezionare un registro preconfigurato, oppure è possibile andare direttamente a impostare i registri e la struttura nei campi sottostanti.
|
99
|
+
Dal menu Contabilità -> Rendicontazione -> Imposte -> Registri IVA è
|
100
|
+
possibile lanciare la procedura di stampa, nella quale è necessario
|
101
|
+
impostare un intervallo di date. Qui è possibile utilizzare un periodo
|
102
|
+
fiscale nel campo 'Intervallo Date'.
|
99
103
|
|
104
|
+
Nel campo 'Registro IVA' è possibile selezionare un registro
|
105
|
+
preconfigurato, oppure è possibile andare direttamente a impostare i
|
106
|
+
registri e la struttura nei campi sottostanti.
|
100
107
|
|
101
108
|
**English**
|
102
109
|
|
103
|
-
Using the menu
|
104
|
-
|
105
|
-
|
110
|
+
Using the menu Accounting -> Reports -> Taxes -> VAT registries it is
|
111
|
+
possible to launch the print wizard, where you have to set a date range.
|
112
|
+
You can use a fiscal period in the field 'date range'.
|
106
113
|
|
107
|
-
In the 'VAT registry' field you can select a preconfigured registry, or
|
114
|
+
In the 'VAT registry' field you can select a preconfigured registry, or
|
115
|
+
you can directly journals and layout in the fields below.
|
108
116
|
|
109
117
|
Bug Tracker
|
110
118
|
===========
|
@@ -120,28 +128,28 @@ Credits
|
|
120
128
|
=======
|
121
129
|
|
122
130
|
Authors
|
123
|
-
|
131
|
+
-------
|
124
132
|
|
125
133
|
* Agile Business Group
|
126
134
|
* LinkIt Srl
|
127
135
|
|
128
136
|
Contributors
|
129
|
-
|
137
|
+
------------
|
130
138
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
139
|
+
- Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
140
|
+
- Sergio Corato <sergiocorato@gmail.com>
|
141
|
+
- Elena Carlesso <ecarlesso@linkgroup.it>
|
142
|
+
- Alex Comba <alex.comba@agilebg.com>
|
135
143
|
|
136
144
|
Other credits
|
137
|
-
|
145
|
+
-------------
|
138
146
|
|
139
147
|
The development of this module has been financially supported by:
|
140
148
|
|
141
|
-
|
149
|
+
- Odoo Italia Network
|
142
150
|
|
143
151
|
Maintainers
|
144
|
-
|
152
|
+
-----------
|
145
153
|
|
146
154
|
This module is maintained by the OCA.
|
147
155
|
|
@@ -7,15 +7,15 @@ msgstr ""
|
|
7
7
|
"Project-Id-Version: Odoo Server 10.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"POT-Creation-Date: 2018-02-19 13:26+0000\n"
|
10
|
-
"PO-Revision-Date: 2023-
|
11
|
-
"Last-Translator:
|
10
|
+
"PO-Revision-Date: 2023-10-09 05:35+0000\n"
|
11
|
+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
12
12
|
"Language-Team: \n"
|
13
13
|
"Language: it\n"
|
14
14
|
"MIME-Version: 1.0\n"
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18
|
-
"X-Generator: Weblate 4.
|
18
|
+
"X-Generator: Weblate 4.17\n"
|
19
19
|
|
20
20
|
#. module: l10n_it_vat_registries
|
21
21
|
#: model_terms:ir.actions.act_window,help:l10n_it_vat_registries.action_account_tax_registry_form
|
@@ -187,8 +187,8 @@ msgid ""
|
|
187
187
|
"No journals found in the current selection.\n"
|
188
188
|
"Please load them before to retry!"
|
189
189
|
msgstr ""
|
190
|
-
"Nessun registro trovato nella selezione corrente
|
191
|
-
"
|
190
|
+
"Nessun registro trovato nella selezione corrente.\n"
|
191
|
+
"Caricarli prima di riprovare!"
|
192
192
|
|
193
193
|
#. module: l10n_it_vat_registries
|
194
194
|
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries.report_registro_iva
|
@@ -227,9 +227,8 @@ msgstr "Resoconto registro IVA"
|
|
227
227
|
|
228
228
|
#. module: l10n_it_vat_registries
|
229
229
|
#: model:ir.model,name:l10n_it_vat_registries.model_wizard_registro_iva
|
230
|
-
#, fuzzy
|
231
230
|
msgid "Run VAT registry"
|
232
|
-
msgstr "Registro IVA"
|
231
|
+
msgstr "Stampa Registro IVA"
|
233
232
|
|
234
233
|
#. module: l10n_it_vat_registries
|
235
234
|
#: model:ir.model.fields,help:l10n_it_vat_registries.field_wizard_registro_iva__journal_ids
|
@@ -9,7 +9,7 @@ class AccountTax(models.Model):
|
|
9
9
|
exclude_from_registries = fields.Boolean(string="Exclude from VAT registries")
|
10
10
|
|
11
11
|
def get_balance_domain(self, state_list, type_list):
|
12
|
-
domain = super(
|
12
|
+
domain = super().get_balance_domain(state_list, type_list)
|
13
13
|
if self.env.context.get("vat_registry_journal_ids"):
|
14
14
|
domain.append(
|
15
15
|
(
|
@@ -21,7 +21,7 @@ class AccountTax(models.Model):
|
|
21
21
|
return domain
|
22
22
|
|
23
23
|
def get_base_balance_domain(self, state_list, type_list):
|
24
|
-
domain = super(
|
24
|
+
domain = super().get_base_balance_domain(state_list, type_list)
|
25
25
|
if self.env.context.get("vat_registry_journal_ids"):
|
26
26
|
domain.append(
|
27
27
|
(
|
@@ -123,7 +123,6 @@ class ReportRegistroIva(models.AbstractModel):
|
|
123
123
|
return res
|
124
124
|
|
125
125
|
def _get_tax_lines(self, move, data):
|
126
|
-
|
127
126
|
"""
|
128
127
|
|
129
128
|
Args:
|
@@ -180,7 +179,6 @@ class ReportRegistroIva(models.AbstractModel):
|
|
180
179
|
return inv_taxes, used_taxes
|
181
180
|
|
182
181
|
def _get_move_total(self, move):
|
183
|
-
|
184
182
|
total = 0.0
|
185
183
|
receivable_payable_found = False
|
186
184
|
for move_line in move.line_ids:
|
@@ -0,0 +1,51 @@
|
|
1
|
+
**Italiano**
|
2
|
+
|
3
|
+
È possibile configurare quali imposte escludere dai registri (ad esempio
|
4
|
+
le ritenute) impostando il campo dell'imposta 'Escludere dai registri
|
5
|
+
IVA'
|
6
|
+
|
7
|
+
Per generare i periodi fiscali, aprire Contabilità \> Configurazione \>
|
8
|
+
Contabilità \> Intervalli data \> Generazione intervalli data:
|
9
|
+
|
10
|
+
- Prefisso nome intervallo: prefisso identificativo dell'anno dei
|
11
|
+
periodi da generare
|
12
|
+
- Durata: 1 mese
|
13
|
+
- Numero di intervalli da generare: 12
|
14
|
+
- Tipo: creare un tipo o utilizzarne uno esistente, non è richiesta una
|
15
|
+
configurazione particolare per il tipo
|
16
|
+
- Data iniziale: primo giorno dell'anno dei periodi da generare (ad
|
17
|
+
esempio 01/01/2018)
|
18
|
+
|
19
|
+
Tramite Contabilità -\> Configurazione -\> Contabilità -\> Registri IVA
|
20
|
+
è possibile configurare i registri IVA, ad esempio 'vendite', 'acquisti'
|
21
|
+
o 'corrispettivi'. Per associare un registro contabile a un registro
|
22
|
+
IVA, aprire il registro tramite Contabilità -\> Configurazione -\>
|
23
|
+
Contabilità -\> Registri e impostare il campo "Registro IVA".
|
24
|
+
|
25
|
+
Se non ci sono movimenti contabili da stampare, la stampa viene generata
|
26
|
+
con totale zero.
|
27
|
+
|
28
|
+
**English**
|
29
|
+
|
30
|
+
You can configure which taxes to exclude from registries (like
|
31
|
+
withholding tax) setting the 'Exclude from VAT registries' field.
|
32
|
+
|
33
|
+
In order to generate fiscal periods, open Accounting \> Configuration \>
|
34
|
+
Accounting \> Date ranges \> Generate Date Ranges:
|
35
|
+
|
36
|
+
- Range name prefix: Prefix identifying the year of the periods to be
|
37
|
+
generated
|
38
|
+
- Duration: 1 month
|
39
|
+
- Number of ranges to generate: 12
|
40
|
+
- Type: Create a type or use an existing one, no specific type's
|
41
|
+
configuration is required
|
42
|
+
- Date start: first day of the period's year (for instance 01/01/2018)
|
43
|
+
|
44
|
+
Using the menu Accounting -\> Configuration -\> Accounting -\> VAT
|
45
|
+
registries you can configure VAT registries, like 'Sales', 'Purchases'
|
46
|
+
or 'corrispettivi'. In order to link a journal to a VAT registry, open
|
47
|
+
journal by Accounting -\> Configuration -\> Accounting -\> Journals and
|
48
|
+
set the 'VAT registry' field.
|
49
|
+
|
50
|
+
If there are no account moves to be printed, the report is printed with
|
51
|
+
total equal to zero.
|
@@ -1,2 +1,2 @@
|
|
1
1
|
Law: Decreto del Presidente della Repubblica del 26 ottobre 1972 n. 633
|
2
|
-
https://goo.gl/31yTVj
|
2
|
+
<https://goo.gl/31yTVj>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
**Italiano**
|
2
|
+
|
3
|
+
Dal menu Contabilità -\> Rendicontazione -\> Imposte -\> Registri IVA è
|
4
|
+
possibile lanciare la procedura di stampa, nella quale è necessario
|
5
|
+
impostare un intervallo di date. Qui è possibile utilizzare un periodo
|
6
|
+
fiscale nel campo 'Intervallo Date'.
|
7
|
+
|
8
|
+
Nel campo 'Registro IVA' è possibile selezionare un registro
|
9
|
+
preconfigurato, oppure è possibile andare direttamente a impostare i
|
10
|
+
registri e la struttura nei campi sottostanti.
|
11
|
+
|
12
|
+
**English**
|
13
|
+
|
14
|
+
Using the menu Accounting -\> Reports -\> Taxes -\> VAT registries it is
|
15
|
+
possible to launch the print wizard, where you have to set a date range.
|
16
|
+
You can use a fiscal period in the field 'date range'.
|
17
|
+
|
18
|
+
In the 'VAT registry' field you can select a preconfigured registry, or
|
19
|
+
you can directly journals and layout in the fields below.
|
@@ -1,4 +1,3 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
3
|
<head>
|
@@ -367,7 +366,7 @@ ul.auto-toc {
|
|
367
366
|
!! This file is generated by oca-gen-addon-readme !!
|
368
367
|
!! changes will be overwritten. !!
|
369
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
369
|
+
!! source digest: sha256:0c2633d3baba335fd4dba8748ee040704caaf0c9d3f65ba4f69ab6d259e304e3
|
371
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
371
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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-italy/tree/16.0/l10n_it_vat_registries"><img alt="OCA/l10n-italy" src="https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_vat_registries"><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-italy&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
372
|
<p>Law: Decreto del Presidente della Repubblica del 26 ottobre 1972 n. 633
|
@@ -390,56 +389,66 @@ ul.auto-toc {
|
|
390
389
|
<div class="section" id="configuration">
|
391
390
|
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
|
392
391
|
<p><strong>Italiano</strong></p>
|
393
|
-
<p>È possibile configurare quali imposte escludere dai registri (ad esempio
|
394
|
-
impostando il campo dell’imposta ‘Escludere dai registri
|
395
|
-
|
396
|
-
|
392
|
+
<p>È possibile configurare quali imposte escludere dai registri (ad esempio
|
393
|
+
le ritenute) impostando il campo dell’imposta ‘Escludere dai registri
|
394
|
+
IVA’</p>
|
395
|
+
<p>Per generare i periodi fiscali, aprire Contabilità > Configurazione >
|
396
|
+
Contabilità > Intervalli data > Generazione intervalli data:</p>
|
397
397
|
<ul class="simple">
|
398
|
-
<li>Prefisso nome intervallo: prefisso identificativo dell’anno dei
|
398
|
+
<li>Prefisso nome intervallo: prefisso identificativo dell’anno dei
|
399
|
+
periodi da generare</li>
|
399
400
|
<li>Durata: 1 mese</li>
|
400
401
|
<li>Numero di intervalli da generare: 12</li>
|
401
|
-
<li>Tipo: creare un tipo o utilizzarne uno esistente, non è richiesta una
|
402
|
-
|
402
|
+
<li>Tipo: creare un tipo o utilizzarne uno esistente, non è richiesta una
|
403
|
+
configurazione particolare per il tipo</li>
|
404
|
+
<li>Data iniziale: primo giorno dell’anno dei periodi da generare (ad
|
405
|
+
esempio 01/01/2018)</li>
|
403
406
|
</ul>
|
404
|
-
<p>Tramite
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
407
|
+
<p>Tramite Contabilità -> Configurazione -> Contabilità -> Registri IVA è
|
408
|
+
possibile configurare i registri IVA, ad esempio ‘vendite’, ‘acquisti’ o
|
409
|
+
‘corrispettivi’. Per associare un registro contabile a un registro IVA,
|
410
|
+
aprire il registro tramite Contabilità -> Configurazione -> Contabilità
|
411
|
+
-> Registri e impostare il campo “Registro IVA”.</p>
|
412
|
+
<p>Se non ci sono movimenti contabili da stampare, la stampa viene generata
|
413
|
+
con totale zero.</p>
|
411
414
|
<p><strong>English</strong></p>
|
412
|
-
<p>You can configure which taxes to exclude from registries (like
|
413
|
-
setting the ‘Exclude from VAT registries’ field.</p>
|
414
|
-
<p>In order to generate fiscal periods,
|
415
|
-
|
415
|
+
<p>You can configure which taxes to exclude from registries (like
|
416
|
+
withholding tax) setting the ‘Exclude from VAT registries’ field.</p>
|
417
|
+
<p>In order to generate fiscal periods, open Accounting > Configuration >
|
418
|
+
Accounting > Date ranges > Generate Date Ranges:</p>
|
416
419
|
<ul class="simple">
|
417
|
-
<li>Range name prefix: Prefix identifying the year of the periods to be
|
420
|
+
<li>Range name prefix: Prefix identifying the year of the periods to be
|
421
|
+
generated</li>
|
418
422
|
<li>Duration: 1 month</li>
|
419
423
|
<li>Number of ranges to generate: 12</li>
|
420
|
-
<li>Type: Create a type or use an existing one, no specific type’s
|
424
|
+
<li>Type: Create a type or use an existing one, no specific type’s
|
425
|
+
configuration is required</li>
|
421
426
|
<li>Date start: first day of the period’s year (for instance 01/01/2018)</li>
|
422
427
|
</ul>
|
423
|
-
<p>Using the menu
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
428
|
+
<p>Using the menu Accounting -> Configuration -> Accounting -> VAT
|
429
|
+
registries you can configure VAT registries, like ‘Sales’, ‘Purchases’
|
430
|
+
or ‘corrispettivi’. In order to link a journal to a VAT registry, open
|
431
|
+
journal by Accounting -> Configuration -> Accounting -> Journals and set
|
432
|
+
the ‘VAT registry’ field.</p>
|
433
|
+
<p>If there are no account moves to be printed, the report is printed with
|
434
|
+
total equal to zero.</p>
|
430
435
|
</div>
|
431
436
|
<div class="section" id="usage">
|
432
437
|
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
|
433
438
|
<p><strong>Italiano</strong></p>
|
434
|
-
<p>Dal menu
|
435
|
-
|
436
|
-
|
437
|
-
|
439
|
+
<p>Dal menu Contabilità -> Rendicontazione -> Imposte -> Registri IVA è
|
440
|
+
possibile lanciare la procedura di stampa, nella quale è necessario
|
441
|
+
impostare un intervallo di date. Qui è possibile utilizzare un periodo
|
442
|
+
fiscale nel campo ‘Intervallo Date’.</p>
|
443
|
+
<p>Nel campo ‘Registro IVA’ è possibile selezionare un registro
|
444
|
+
preconfigurato, oppure è possibile andare direttamente a impostare i
|
445
|
+
registri e la struttura nei campi sottostanti.</p>
|
438
446
|
<p><strong>English</strong></p>
|
439
|
-
<p>Using the menu
|
440
|
-
|
441
|
-
|
442
|
-
<p>In the ‘VAT registry’ field you can select a preconfigured registry, or
|
447
|
+
<p>Using the menu Accounting -> Reports -> Taxes -> VAT registries it is
|
448
|
+
possible to launch the print wizard, where you have to set a date range.
|
449
|
+
You can use a fiscal period in the field ‘date range’.</p>
|
450
|
+
<p>In the ‘VAT registry’ field you can select a preconfigured registry, or
|
451
|
+
you can directly journals and layout in the fields below.</p>
|
443
452
|
</div>
|
444
453
|
<div class="section" id="bug-tracker">
|
445
454
|
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
@@ -1,22 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
|
-
Name: odoo-addon-
|
3
|
-
Version: 16.0.1.0.1.
|
2
|
+
Name: odoo-addon-l10n_it_vat_registries
|
3
|
+
Version: 16.0.1.0.1.9
|
4
|
+
Requires-Python: >=3.10
|
5
|
+
Requires-Dist: odoo-addon-account_tax_balance>=16.0dev,<16.1dev
|
6
|
+
Requires-Dist: odoo-addon-date_range>=16.0dev,<16.1dev
|
7
|
+
Requires-Dist: odoo-addon-l10n_it_account>=16.0dev,<16.1dev
|
8
|
+
Requires-Dist: odoo>=16.0a,<16.1dev
|
4
9
|
Summary: ITA - Registri IVA
|
5
10
|
Home-page: https://github.com/OCA/l10n-italy
|
11
|
+
License: AGPL-3
|
6
12
|
Author: Agile Business Group, Odoo Community Association (OCA), LinkIt Srl
|
7
13
|
Author-email: support@odoo-community.org
|
8
|
-
License: AGPL-3
|
9
|
-
Platform: UNKNOWN
|
10
14
|
Classifier: Programming Language :: Python
|
11
15
|
Classifier: Framework :: Odoo
|
12
16
|
Classifier: Framework :: Odoo :: 16.0
|
13
17
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
14
18
|
Classifier: Development Status :: 5 - Production/Stable
|
15
|
-
Requires-Python: >=3.10
|
16
|
-
Requires-Dist: odoo-addon-account-tax-balance <16.1dev,>=16.0dev
|
17
|
-
Requires-Dist: odoo-addon-date-range <16.1dev,>=16.0dev
|
18
|
-
Requires-Dist: odoo-addon-l10n-it-account <16.1dev,>=16.0dev
|
19
|
-
Requires-Dist: odoo <16.1dev,>=16.0a
|
20
19
|
|
21
20
|
==================
|
22
21
|
ITA - Registri IVA
|
@@ -27,7 +26,7 @@ ITA - Registri IVA
|
|
27
26
|
!! This file is generated by oca-gen-addon-readme !!
|
28
27
|
!! changes will be overwritten. !!
|
29
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
30
|
-
!! source digest: sha256:
|
29
|
+
!! source digest: sha256:0c2633d3baba335fd4dba8748ee040704caaf0c9d3f65ba4f69ab6d259e304e3
|
31
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
32
31
|
|
33
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -61,70 +60,78 @@ Configuration
|
|
61
60
|
|
62
61
|
**Italiano**
|
63
62
|
|
64
|
-
È possibile configurare quali imposte escludere dai registri (ad esempio
|
65
|
-
impostando il campo dell'imposta 'Escludere dai registri
|
63
|
+
È possibile configurare quali imposte escludere dai registri (ad esempio
|
64
|
+
le ritenute) impostando il campo dell'imposta 'Escludere dai registri
|
65
|
+
IVA'
|
66
66
|
|
67
|
-
Per generare i periodi fiscali,
|
68
|
-
|
67
|
+
Per generare i periodi fiscali, aprire Contabilità > Configurazione >
|
68
|
+
Contabilità > Intervalli data > Generazione intervalli data:
|
69
69
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
70
|
+
- Prefisso nome intervallo: prefisso identificativo dell'anno dei
|
71
|
+
periodi da generare
|
72
|
+
- Durata: 1 mese
|
73
|
+
- Numero di intervalli da generare: 12
|
74
|
+
- Tipo: creare un tipo o utilizzarne uno esistente, non è richiesta una
|
75
|
+
configurazione particolare per il tipo
|
76
|
+
- Data iniziale: primo giorno dell'anno dei periodi da generare (ad
|
77
|
+
esempio 01/01/2018)
|
75
78
|
|
76
|
-
Tramite
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
e impostare il campo "Registro IVA".
|
82
|
-
|
83
|
-
Se non ci sono movimenti contabili da stampare, la stampa viene generata con totale zero.
|
79
|
+
Tramite Contabilità -> Configurazione -> Contabilità -> Registri IVA è
|
80
|
+
possibile configurare i registri IVA, ad esempio 'vendite', 'acquisti' o
|
81
|
+
'corrispettivi'. Per associare un registro contabile a un registro IVA,
|
82
|
+
aprire il registro tramite Contabilità -> Configurazione -> Contabilità
|
83
|
+
-> Registri e impostare il campo "Registro IVA".
|
84
84
|
|
85
|
+
Se non ci sono movimenti contabili da stampare, la stampa viene generata
|
86
|
+
con totale zero.
|
85
87
|
|
86
88
|
**English**
|
87
89
|
|
88
|
-
You can configure which taxes to exclude from registries (like
|
89
|
-
setting the 'Exclude from VAT registries' field.
|
90
|
+
You can configure which taxes to exclude from registries (like
|
91
|
+
withholding tax) setting the 'Exclude from VAT registries' field.
|
90
92
|
|
91
|
-
In order to generate fiscal periods,
|
92
|
-
|
93
|
+
In order to generate fiscal periods, open Accounting > Configuration >
|
94
|
+
Accounting > Date ranges > Generate Date Ranges:
|
93
95
|
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
96
|
+
- Range name prefix: Prefix identifying the year of the periods to be
|
97
|
+
generated
|
98
|
+
- Duration: 1 month
|
99
|
+
- Number of ranges to generate: 12
|
100
|
+
- Type: Create a type or use an existing one, no specific type's
|
101
|
+
configuration is required
|
102
|
+
- Date start: first day of the period's year (for instance 01/01/2018)
|
99
103
|
|
100
|
-
Using the menu
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
and set the 'VAT registry' field.
|
104
|
+
Using the menu Accounting -> Configuration -> Accounting -> VAT
|
105
|
+
registries you can configure VAT registries, like 'Sales', 'Purchases'
|
106
|
+
or 'corrispettivi'. In order to link a journal to a VAT registry, open
|
107
|
+
journal by Accounting -> Configuration -> Accounting -> Journals and set
|
108
|
+
the 'VAT registry' field.
|
106
109
|
|
107
|
-
If there are no account moves to be printed, the report is printed with
|
110
|
+
If there are no account moves to be printed, the report is printed with
|
111
|
+
total equal to zero.
|
108
112
|
|
109
113
|
Usage
|
110
114
|
=====
|
111
115
|
|
112
116
|
**Italiano**
|
113
117
|
|
114
|
-
Dal menu
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
Nel campo 'Registro IVA' è possibile selezionare un registro preconfigurato, oppure è possibile andare direttamente a impostare i registri e la struttura nei campi sottostanti.
|
118
|
+
Dal menu Contabilità -> Rendicontazione -> Imposte -> Registri IVA è
|
119
|
+
possibile lanciare la procedura di stampa, nella quale è necessario
|
120
|
+
impostare un intervallo di date. Qui è possibile utilizzare un periodo
|
121
|
+
fiscale nel campo 'Intervallo Date'.
|
119
122
|
|
123
|
+
Nel campo 'Registro IVA' è possibile selezionare un registro
|
124
|
+
preconfigurato, oppure è possibile andare direttamente a impostare i
|
125
|
+
registri e la struttura nei campi sottostanti.
|
120
126
|
|
121
127
|
**English**
|
122
128
|
|
123
|
-
Using the menu
|
124
|
-
|
125
|
-
|
129
|
+
Using the menu Accounting -> Reports -> Taxes -> VAT registries it is
|
130
|
+
possible to launch the print wizard, where you have to set a date range.
|
131
|
+
You can use a fiscal period in the field 'date range'.
|
126
132
|
|
127
|
-
In the 'VAT registry' field you can select a preconfigured registry, or
|
133
|
+
In the 'VAT registry' field you can select a preconfigured registry, or
|
134
|
+
you can directly journals and layout in the fields below.
|
128
135
|
|
129
136
|
Bug Tracker
|
130
137
|
===========
|
@@ -140,28 +147,28 @@ Credits
|
|
140
147
|
=======
|
141
148
|
|
142
149
|
Authors
|
143
|
-
|
150
|
+
-------
|
144
151
|
|
145
152
|
* Agile Business Group
|
146
153
|
* LinkIt Srl
|
147
154
|
|
148
155
|
Contributors
|
149
|
-
|
156
|
+
------------
|
150
157
|
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
158
|
+
- Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
159
|
+
- Sergio Corato <sergiocorato@gmail.com>
|
160
|
+
- Elena Carlesso <ecarlesso@linkgroup.it>
|
161
|
+
- Alex Comba <alex.comba@agilebg.com>
|
155
162
|
|
156
163
|
Other credits
|
157
|
-
|
164
|
+
-------------
|
158
165
|
|
159
166
|
The development of this module has been financially supported by:
|
160
167
|
|
161
|
-
|
168
|
+
- Odoo Italia Network
|
162
169
|
|
163
170
|
Maintainers
|
164
|
-
|
171
|
+
-----------
|
165
172
|
|
166
173
|
This module is maintained by the OCA.
|
167
174
|
|
@@ -176,5 +183,3 @@ promote its widespread use.
|
|
176
183
|
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_vat_registries>`_ project on GitHub.
|
177
184
|
|
178
185
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
179
|
-
|
180
|
-
|
@@ -1,4 +1,4 @@
|
|
1
|
-
odoo/addons/l10n_it_vat_registries/README.rst,sha256=
|
1
|
+
odoo/addons/l10n_it_vat_registries/README.rst,sha256=x6W_c01yOBlnGKgYMhrZ3we51Y7CbDlYQTjF4jfMKGE,6064
|
2
2
|
odoo/addons/l10n_it_vat_registries/__init__.py,sha256=JqDSCLCkAweuTaARbhG1B8Lkrgg-ZjR4Jbkty4ySwok,107
|
3
3
|
odoo/addons/l10n_it_vat_registries/__manifest__.py,sha256=HC277UJOfDcce0sIWjWugtnl2RtblbWUVn98jVkODXs,1181
|
4
4
|
odoo/addons/l10n_it_vat_registries/i18n/am.po,sha256=pw1HcoVVW9Q9mrINI7LCQMpe5pLQAaqfTQ8stYAGWlU,12137
|
@@ -41,7 +41,7 @@ odoo/addons/l10n_it_vat_registries/i18n/hr.po,sha256=VYNl8Z_LuD8LnuDFlkbAj6EmB8w
|
|
41
41
|
odoo/addons/l10n_it_vat_registries/i18n/hr_HR.po,sha256=DD1u-_aJxiRvvxdhsPM3PsAK_yFylbo2Ppk6SpHcS0c,12230
|
42
42
|
odoo/addons/l10n_it_vat_registries/i18n/hu.po,sha256=QdkxJnvsy6cG8wTWjye1HpeO9o4rY2C-MAgPSbCNhho,12196
|
43
43
|
odoo/addons/l10n_it_vat_registries/i18n/id.po,sha256=8sTC0wZV9kpxL_WlU35vYn4dOHQWKZByt6PJY1igRuY,12158
|
44
|
-
odoo/addons/l10n_it_vat_registries/i18n/it.po,sha256=
|
44
|
+
odoo/addons/l10n_it_vat_registries/i18n/it.po,sha256=NP2IHCrrGdr8Y17BOta3MY5kDmeT2P0CSlDrRPBh_sk,14370
|
45
45
|
odoo/addons/l10n_it_vat_registries/i18n/ja.po,sha256=fY0Lgma3ENy0yYvaumm1NeUNus5A8s9nBL0uU461R5U,12147
|
46
46
|
odoo/addons/l10n_it_vat_registries/i18n/ko.po,sha256=I8kehIRzXjgZpR09HbljDUPIGPUkGZzd13eYay3q0EI,12148
|
47
47
|
odoo/addons/l10n_it_vat_registries/i18n/l10n_it_vat_registries.pot,sha256=a44Fz6c8a63F25QWqOld4ALiO8r99GmPF2DChhZLvH4,11747
|
@@ -74,21 +74,21 @@ odoo/addons/l10n_it_vat_registries/i18n/vi_VN.po,sha256=f1mk9mMxFZi-ItI-VQGSA5aI
|
|
74
74
|
odoo/addons/l10n_it_vat_registries/i18n/zh_CN.po,sha256=Y_tb2jAdzeJwtjraPXq6SyBwJYxAzoidXDzsBdj0vX4,12160
|
75
75
|
odoo/addons/l10n_it_vat_registries/i18n/zh_TW.po,sha256=YrzhbW_NfSpECDfZolPeN3dPw9zVj3iwMKX8xfNb2XY,12154
|
76
76
|
odoo/addons/l10n_it_vat_registries/models/__init__.py,sha256=6yHBq2GwnY9MZDjKUL-YGGc7MFDIn7wPhc5TsW3pE9c,179
|
77
|
-
odoo/addons/l10n_it_vat_registries/models/account.py,sha256
|
77
|
+
odoo/addons/l10n_it_vat_registries/models/account.py,sha256=-7xeUNAFzf4jDYqcBWiCTtOfieqMHgAN5sf2b5pqzLs,1092
|
78
78
|
odoo/addons/l10n_it_vat_registries/models/account_journal.py,sha256=lVrBFity9mn7nyXczTVANWVDNvwwFcMcUd7xWYWCokc,457
|
79
79
|
odoo/addons/l10n_it_vat_registries/models/account_tax_registry.py,sha256=gNBnGXl7UTFsKh7T6xyWyHMUkN0OmeVy0G0UWoDwbr4,752
|
80
|
-
odoo/addons/l10n_it_vat_registries/models/vat_registry.py,sha256=
|
81
|
-
odoo/addons/l10n_it_vat_registries/readme/CONFIGURE.
|
82
|
-
odoo/addons/l10n_it_vat_registries/readme/CONTRIBUTORS.
|
83
|
-
odoo/addons/l10n_it_vat_registries/readme/CREDITS.
|
84
|
-
odoo/addons/l10n_it_vat_registries/readme/DESCRIPTION.
|
85
|
-
odoo/addons/l10n_it_vat_registries/readme/USAGE.
|
80
|
+
odoo/addons/l10n_it_vat_registries/models/vat_registry.py,sha256=SnBChIaoty8EcLYCiAExAk93VOlgnlHt6shg0Hk6yCw,7357
|
81
|
+
odoo/addons/l10n_it_vat_registries/readme/CONFIGURE.md,sha256=mAKbQwtdJtsHAQPCnanJtyfJtIjmJTofGd0aG5oKv38,2066
|
82
|
+
odoo/addons/l10n_it_vat_registries/readme/CONTRIBUTORS.md,sha256=mqsG-iv709t8dWOrPg2cvF3yDtnut8xBXCVh8K1xpqs,191
|
83
|
+
odoo/addons/l10n_it_vat_registries/readme/CREDITS.md,sha256=adgy2b0E705AYaKihyQS_KXVgutgR3jQ33Se-BZvMF8,89
|
84
|
+
odoo/addons/l10n_it_vat_registries/readme/DESCRIPTION.md,sha256=wtW9ElobuDdencAdgRd6QzLDx1C5eeDzQOnDOLK-C4Q,96
|
85
|
+
odoo/addons/l10n_it_vat_registries/readme/USAGE.md,sha256=DtBGHIk1gM695eu4_SwWqSeIyuX1mf4M5kArnojCkpY,792
|
86
86
|
odoo/addons/l10n_it_vat_registries/report/report_registro_iva.xml,sha256=On8gZzfMAn-49j51H_Hw97BWZteFoygJDF5GGRLH57s,18455
|
87
87
|
odoo/addons/l10n_it_vat_registries/report/reports.xml,sha256=Fa1gWHLxQQU1quNUmr0bkGASqhAC2IBqfbUDkmSkeCE,588
|
88
88
|
odoo/addons/l10n_it_vat_registries/security/ir.model.access.csv,sha256=60vgVGdBp4z_DW3k8g10Xsqn_lC3ISmsXRS8yFMIVSw,651
|
89
89
|
odoo/addons/l10n_it_vat_registries/security/vat_registry_security.xml,sha256=Pv8n9zR3hlhuZcl2IgL76OuS8c1Q090zzB1TrpXHCMs,441
|
90
90
|
odoo/addons/l10n_it_vat_registries/static/description/icon.png,sha256=xbRU_cSM3yeaxH2HArBlJ9csFUu0GYQitvLydbJnpAM,6167
|
91
|
-
odoo/addons/l10n_it_vat_registries/static/description/index.html,sha256=
|
91
|
+
odoo/addons/l10n_it_vat_registries/static/description/index.html,sha256=vxLsPoWvzRo6kNQx5ROM2_rILnS3ETjy1e58Ph1wyLI,16604
|
92
92
|
odoo/addons/l10n_it_vat_registries/tests/__init__.py,sha256=dZJwSFx0LQvIqMT8R2Pw_Z0kaW0spztW5C03jAy5bPY,93
|
93
93
|
odoo/addons/l10n_it_vat_registries/tests/test_registry.py,sha256=vBR20YFz6z2bnDlzXhfYHj5wS8rMfTxflSZsEFrNuYQ,3338
|
94
94
|
odoo/addons/l10n_it_vat_registries/views/account_journal_view.xml,sha256=TQwBBKqaIb-8mzfD4fBtaRGCVyqZZT5lTiltFrekZEI,493
|
@@ -97,7 +97,7 @@ odoo/addons/l10n_it_vat_registries/views/account_view.xml,sha256=smsqdM_bMeyrC4E
|
|
97
97
|
odoo/addons/l10n_it_vat_registries/wizard/__init__.py,sha256=tQ0lmoCQMclXMoP1kPEjgE9hDNd_qX46lks89WDXYQ0,98
|
98
98
|
odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.py,sha256=5aLBDqT-bVpTLNhIhjeDh_8X-VAR7TkbtsjcTFfKV3w,3780
|
99
99
|
odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.xml,sha256=LVrVtsAiOT5RRW-kP4RcKn5NZXvCsxEKbuTA1rL-x5o,2750
|
100
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.
|
101
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.
|
102
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.
|
103
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.
|
100
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info/METADATA,sha256=s5q_DGA-w6f4bO0Kx6nELRJQDPTAM5xdakUmaPscEzY,6836
|
101
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info/WHEEL,sha256=0WPb27lpWF0K4Majm_kVmkl1QxJZxoKxO5GGil8gPB4,81
|
102
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
103
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.0.1.9.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1,46 +0,0 @@
|
|
1
|
-
**Italiano**
|
2
|
-
|
3
|
-
È possibile configurare quali imposte escludere dai registri (ad esempio le ritenute)
|
4
|
-
impostando il campo dell'imposta 'Escludere dai registri IVA'
|
5
|
-
|
6
|
-
Per generare i periodi fiscali,
|
7
|
-
aprire Contabilità > Configurazione > Contabilità > Intervalli data > Generazione intervalli data:
|
8
|
-
|
9
|
-
* Prefisso nome intervallo: prefisso identificativo dell'anno dei periodi da generare
|
10
|
-
* Durata: 1 mese
|
11
|
-
* Numero di intervalli da generare: 12
|
12
|
-
* Tipo: creare un tipo o utilizzarne uno esistente, non è richiesta una configurazione particolare per il tipo
|
13
|
-
* Data iniziale: primo giorno dell'anno dei periodi da generare (ad esempio 01/01/2018)
|
14
|
-
|
15
|
-
Tramite
|
16
|
-
Contabilità -> Configurazione -> Contabilità -> Registri IVA
|
17
|
-
è possibile configurare i registri IVA, ad esempio 'vendite', 'acquisti' o 'corrispettivi'.
|
18
|
-
Per associare un registro contabile a un registro IVA, aprire il registro tramite
|
19
|
-
Contabilità -> Configurazione -> Contabilità -> Registri
|
20
|
-
e impostare il campo "Registro IVA".
|
21
|
-
|
22
|
-
Se non ci sono movimenti contabili da stampare, la stampa viene generata con totale zero.
|
23
|
-
|
24
|
-
|
25
|
-
**English**
|
26
|
-
|
27
|
-
You can configure which taxes to exclude from registries (like withholding tax)
|
28
|
-
setting the 'Exclude from VAT registries' field.
|
29
|
-
|
30
|
-
In order to generate fiscal periods,
|
31
|
-
open Accounting > Configuration > Accounting > Date ranges > Generate Date Ranges:
|
32
|
-
|
33
|
-
* Range name prefix: Prefix identifying the year of the periods to be generated
|
34
|
-
* Duration: 1 month
|
35
|
-
* Number of ranges to generate: 12
|
36
|
-
* Type: Create a type or use an existing one, no specific type's configuration is required
|
37
|
-
* Date start: first day of the period's year (for instance 01/01/2018)
|
38
|
-
|
39
|
-
Using the menu
|
40
|
-
Accounting -> Configuration -> Accounting -> VAT registries
|
41
|
-
you can configure VAT registries, like 'Sales', 'Purchases' or 'corrispettivi'.
|
42
|
-
In order to link a journal to a VAT registry, open journal by
|
43
|
-
Accounting -> Configuration -> Accounting -> Journals
|
44
|
-
and set the 'VAT registry' field.
|
45
|
-
|
46
|
-
If there are no account moves to be printed, the report is printed with total equal to zero.
|
@@ -1,16 +0,0 @@
|
|
1
|
-
**Italiano**
|
2
|
-
|
3
|
-
Dal menu
|
4
|
-
Contabilità -> Rendicontazione -> Imposte -> Registri IVA
|
5
|
-
è possibile lanciare la procedura di stampa, nella quale è necessario impostare un intervallo di date. Qui è possibile utilizzare un periodo fiscale nel campo 'Intervallo Date'.
|
6
|
-
|
7
|
-
Nel campo 'Registro IVA' è possibile selezionare un registro preconfigurato, oppure è possibile andare direttamente a impostare i registri e la struttura nei campi sottostanti.
|
8
|
-
|
9
|
-
|
10
|
-
**English**
|
11
|
-
|
12
|
-
Using the menu
|
13
|
-
Accounting -> Reports -> Taxes -> VAT registries
|
14
|
-
it is possible to launch the print wizard, where you have to set a date range. You can use a fiscal period in the field 'date range'.
|
15
|
-
|
16
|
-
In the 'VAT registry' field you can select a preconfigured registry, or you can directly journals and layout in the fields below.
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|