← Retour à la bibliothèque d’erreurs

BR-CO-14 · XRechnung · EN16931 · UBL · CII

XRechnung: VAT total amount is inconsistent

The stated VAT total does not equal the sum of tax category amounts.

XRechnung 3.x, EN16931Dernière revue métier: 2026-07-05

Signification

The stated VAT total does not equal the sum of tax category amounts.

Cause typique

Rounding, an incorrect tax rate or an unaccounted charge/allowance.

Champs / chemins XML concernés

/ubl:Invoice/cac:TaxTotal/cbc:TaxAmount/ram:ApplicableTradeTax/ram:CalculatedAmount

Exemple incorrect

<cbc:TaxAmount currencyID="EUR">19.01</cbc:TaxAmount>

Exemple corrigé

<cbc:TaxAmount currencyID="EUR">19.00</cbc:TaxAmount>

Étapes de correction

  1. Sum the tax basis per category.
  2. Apply target-format rounding rules.
  3. Recalculate the total tax from categories.