Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0] account_invoice_ubl: 21% VAT (NL) on product-item with EU customer (0% VAT) #107

Closed
mgielissen opened this issue May 4, 2019 · 1 comment

Comments

@mgielissen
Copy link

mgielissen commented May 4, 2019

With a EU customer the VAT should be 0% but the UBL xml file shows 21% VAT (for NL) instead of 0% on the product item:

  <cac:ClassifiedTaxCategory>
    <cbc:ID schemeAgencyID="6" schemeID="UN/ECE 5305">S</cbc:ID>
    <cbc:Name>BTW(VAT) 21%</cbc:Name>
    <cbc:Percent>21.0</cbc:Percent>
    <cac:TaxScheme>
      <cbc:ID schemeAgencyID="6" schemeID="UN/ECE 5153">VAT</cbc:ID>
    </cac:TaxScheme>
  </cac:ClassifiedTaxCategory>
@alexis-via
Copy link
Contributor

Be sure not to mix 2 things: the Tax classification of the product (21% in your case), and the tax that applies on the invoice line due to the particular fiscal position (0% in your case). Both information are present in the XML.
Otherwise, I mis-understood the UBL standard and you should re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants