This question has been flagged
2 Replies
2041 Views

In this documentation, we will see how to make a VAT Statement. 

We will create some customers invoices and vendor bills to impact the VAT Statement.
Then, we will see the impact on the Balance Sheet.
After that, we will export the VAT statement and download the XML file.
Finally, we will book the accounting entry whether we will pay or receive money to/from the Authorities (depending the business case).


Avatar
Discard
Author Best Answer

Customer invoices


You make some customer invoices during the month of October

Vendor bills


You make some vendor bills during the month of October


Balance sheet

Then, we will have a look at the balance sheet


Therefore we should pay to the Administration: 203.7€  - 63€ = 140.7€

Let’s have a look at the Tax Report (“Déclaration périodique à la TVA”)


Create the XML file


You can export the file in XML since you can send it at the Administration (standard format)

What does it look like a VAT Statement in XML?


You can open it with your code editor as Sublime → STANDARDIZED file that Administration can read directly in its system.


Note: 

When you have sent your VAT STATEMENT the best practice is to use the lock-date 

  • Accounting -->  Accounting  -->  Lock Dates

Create the Journal Entry


Now you need to make the manual accounting entry.

Accounting → Accounting → Journal Entry 

In the example, I need to pay to the Authorities 140.63€. So you book a current liabilities.





Then, when you will pay the VAT, the accounting entry created by the bank statement will be:

 





Avatar
Discard
Best Answer

https://apps.odoo.com/apps/modules/13.0/vat_report_all_in_one/


This solve all my problems of manual calculations 

Avatar
Discard