NordInvoice / Validatieregels / BR-CO-13

English Deutsch Nederlands Français

BR-CO-13

Totaal zonder btw klopt niet

BR-CO-13 komt uit de officiële e-facturatieregelsets. Deze pagina legt uit wat de regel controleert, waarom facturen erop stranden en welke concrete aanpassing het document laat slagen.

Geldt voor: EN 16931 · Peppol BIS 3.0 · XRechnung · NLCIUS

Gerelateerde velden: BT-109, BT-106, BT-107, BT-108

Waarom deze fout verschijnt

BT-109 is een berekend veld: regeltotaal (BT-106) min kortingen op documentniveau (BT-107) plus toeslagen (BT-108). De regel gaat af wanneer een van de vier bedragen anders is afgerond of wanneer een korting of toeslag in de uitsplitsing ontbreekt.

Zo lost u het op

TaxExclusiveAmount (BT-109) moet regeltotaal min kortingen plus toeslagen zijn.

Voorbeeld

Afgekeurd

<cac:LegalMonetaryTotal>
  <cbc:LineExtensionAmount currencyID="EUR">150.00</cbc:LineExtensionAmount>
  <cbc:AllowanceTotalAmount currencyID="EUR">10.00</cbc:AllowanceTotalAmount>
  <cbc:TaxExclusiveAmount currencyID="EUR">150.00</cbc:TaxExclusiveAmount>
</cac:LegalMonetaryTotal>

Goedgekeurd

<cac:LegalMonetaryTotal>
  <cbc:LineExtensionAmount currencyID="EUR">150.00</cbc:LineExtensionAmount>
  <cbc:AllowanceTotalAmount currencyID="EUR">10.00</cbc:AllowanceTotalAmount>
  <cbc:TaxExclusiveAmount currencyID="EUR">140.00</cbc:TaxExclusiveAmount>
</cac:LegalMonetaryTotal>
Controleer uw factuur in de gratis validator Vang deze fout automatisch af in de API