Skip to content

Commit

Permalink
[FIX] account_vat_period_end_statement README description (OCA#477)
Browse files Browse the repository at this point in the history
[FIX] README format issues (OCA#501)
  • Loading branch information
SimoRubi authored and are-agilebg committed May 10, 2023
1 parent 37c16dd commit 363e47e
Show file tree
Hide file tree
Showing 76 changed files with 4,906 additions and 1,541 deletions.
92 changes: 82 additions & 10 deletions account_vat_period_end_statement/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,96 @@ Period End VAT Statement

This module helps to register the VAT statement of period end.

In order to load correct amount from tax, the tax has to be
associated to account involved in statement, through tax form.

Configuration
=============

In order to generate VAT statement's periods,
open Accounting > Configuration > Accounting > Date range > Generate Date Ranges and select:

* Prefix: Prefix identiying the year of the periods to be generated
* Duration: 1 month
* Number of ranges to generate: 12
* Type: Create a type or use an existing one, no specific type's configuration is required
* Date start: first day of the period's year (for instance 01/01/2018)

In order to load the correct amount from tax, the tax has to be
associated to the account involved in the statement.
This configuration can be performed for each tax: open a tax in
Accounting > Configuration > Accounting > Taxes, then in the tab Advanced options
select the correct account (for instance the account debit VAT)
for the field 'Account used for VAT statement'.

If you need to calculate interest, you can add default information in your
company data (percentage and account), in the VAT statement tab.

Italian - Configurazione
------------------------

Per generare i periodi della dichiarazione IVA,
aprire Contabilità > Configurazione > Contabilità > Intervalli date > Genera intervalli date.

* Prefisso: Prefisso identificativo dell'anno dei periodi da generare
* Durata: 1 mese
* Numero di intervalli da generare: 12
* Tipo: Creare un tipo o utilizzarne uno esistente, non è richiesta una configurazione perticolare per il tipo
* Data di inizio: primo giorno dell'anno dei periodi da generare (ad esempio 01/01/2018)

Per caricare l'importo corretto, una tassa deve essere associata al conto utilizzato nella liquidazione.
Questa configurazione può essere fatta per ogni tassa:
aprire la tassa da Contabilità > Configurazione > Contabilità > Imposte,
quindi nel tab 'Impostazioni avanzate' selezionare il conto corretto (ad esempio IVA debito)
per il campo 'Conto utilizzato per la liquidazione IVA'.

Per calcolare gli interessi, è possibile aggiungere le informazioni da utilizzare (conto e percentuale)
nei dati aziendali, nel tab Liquidazione IVA.

Usage
=====

In order to create a 'VAT Statement', open Accounting > Adviser > VAT Statements.
Select a Journal that will contain the journal entries of the statement.
The field Tax authority VAT account contains the account where the statement balance will be registered.

The 'VAT statement' object allows to specify every amount and relative account
used by the statement.
By default, amounts of debit and credit taxes are automatically loaded
from taxes of the selected periods.
from taxes of the selected periods (see Configuration to correctly generate the periods).
Previous debit or credit is loaded from previous VAT statement, according
to its payments status.
Confirming the statement, the 'account.move' is created. If you select
a payment term, the due date(s) will be set.

The 'tax authority' tab contains information about payment(s).
You can see statement's result ('authority VAT amount') and residual
In order to generate the journal entry, click on 'Create move' button, inside the 'Accounts' tab.
If you select a payment term, the due date(s) will be set.

The 'tax authority' tab contains information about payment(s),
here you can see statement's result ('authority VAT amount') and residual
amount to pay ('Balance').
The statement can be paid like every other debit, by 'move.line'
The statement can be paid like every other debit, by journal item
reconciliation.

If you need to calculate interest, you can add default information in your
company data (percentage and account).
It is also possible to print the 'VAT statement' clicking on print > Print VAT period end statement.

Italian - Utilizzo
------------------

Per fare la liquidazione IVA, aprire Contabilità > Contabilità > Liquidazioni IVA.
Selezionare un sezionale che conterrà le registrazioni contabili della liquidazione.
Il campo Conto IVA Erario contiene il conto dove verrà effettuata la registrazione della liquidazione IVA.

L'oggetto 'Liquidazione IVA' permette di specificare ogni importo e il conto utilizzato dalla liquidazione.
Di norma, gli importi di debito e credito delle tasse vengono caricati automaticamente dai periodi selezionati
(vedere Configurazione per generare correttamente i periodi).
I debiti e crediti precedenti vengono caricati dalle liquidazioni IVA precedenti, in base allo stato del loro pagamento.

Per creare la registrazione contabile, cliccare sul bottone 'Crea movimento', dentro il tab 'Conti'.
Se i termini di pagamento sono impostati viene scritta anche la scadenza (o le scadenze).

Il tab 'Erario' contiene informazioni sui pagamenti,
qui si possono visualizzare i risultati della liquidazione ('Importo IVA erario')
e l'importo residuo da pagare ('Importo a saldo').
La liquidazione può essere pagata come qualunque altro debito, con la riconciliazione delle registrazioni contabili.

È inoltre possibile stampare la liquidazione IVA cliccando su Stampa > Stampa liquidazione IVA.

Credits
=======
Expand All @@ -41,6 +110,9 @@ Contributors
* Andrea Gallina <a.gallina@apuliasoftware.it>
* Alex Comba <alex.comba@agilebg.com>
* Alessandro Camilli <camillialex@gmail.com>
* Simone Rubino <simone.rubino@agilebg.com>

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

Maintainer
----------
Expand Down
2 changes: 1 addition & 1 deletion account_vat_period_end_statement/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'wizard/remove_period.xml',
'security/ir.model.access.csv',
'security/security.xml',
'reports.xml',
'report/reports.xml',
'views/report_vatperiodendstatement.xml',
'views/config.xml',
'views/account_view.xml',
Expand Down
Loading

0 comments on commit 363e47e

Please sign in to comment.