I’m attempting my first Peppol invoice submission. Peppol and Peppyrus appear to be correctly configured, but I’m encountering validation errors during the sending process.
Fatal Validation Errors:
[BR-CO-15] Invoice total amount with VAT (BT-112) must equal Invoice total amount without VAT (BT-110) + Invoice total VAT amount (BT-110).
[BR-CO-18] An invoice must include at least one VAT breakdown group (BG-23).
[BR-CO-04] Each invoice line (BG-25) must specify an Invoiced Item VAT Category Code (BT-151).
[UBL-SR-48] Invoice lines must have exactly one classified tax category.
[PEPPOL-EN16931-R053] Only one tax total with tax subtotals is allowed.
The company is a non-profit professional training organization (ASBL) in Belgium. Our services are VAT-exempt under Article 44. However, tryton does not seem to support this exemption scenario in the VAT configuration options.
How can I correctly configure the invoice to reflect VAT exemption under Article 44 in Belgium? Are there specific settings or codes I should use to ensure compliance with Peppol validation rules?
We do not plan to add such taxes in standard because it is not an obligation for bodies without VAT requirement to use Peppol.
So we let users makes their own setup.
And it is one of the goal of Tryton to let users customize the accounting to match their use case.
I would not see any benefit and on contrario you will have to manage this patch for ever.