HomeError code lexicon › BR-13
BR-13 Field BT-109 EN 16931 core rules (BR)

Fix BR-13: Invoice total amount without VAT (BT-109) missing

[BR-13]-An Invoice shall have the Invoice total amount without VAT (BT-109).

BR-13 in your own invoice? Upload the file and find every error in seconds.

What does BR-13 mean?

The invoice must state the net total, that is the line sum less allowances and plus charges.

Common causes of BR-13

How to fix BR-13

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-109 along this XPath://ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxBasisTotalAmount
  2. Apply the fix. Add the Invoice total amount without VAT (BT-109) in the element 'ram:TaxBasisTotalAmount' of the document totals. The value is the line sum (BT-106) minus allowances (BT-107) plus charges (BT-108) on document level.
  3. Validate again. Save the file and validate it again to check that BR-13 is no longer reported.
Concrete fix

Add the Invoice total amount without VAT (BT-109) in the element 'ram:TaxBasisTotalAmount' of the document totals. The value is the line sum (BT-106) minus allowances (BT-107) plus charges (BT-108) on document level.

XPath//ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxBasisTotalAmount

Before / after: the XML example

This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).

Wrong
<ram:SpecifiedTradeSettlementHeaderMonetarySummation>
  <ram:LineTotalAmount>100.00</ram:LineTotalAmount>
  <ram:GrandTotalAmount>119.00</ram:GrandTotalAmount>
</ram:SpecifiedTradeSettlementHeaderMonetarySummation>
Correct
<ram:SpecifiedTradeSettlementHeaderMonetarySummation>
  <ram:LineTotalAmount>100.00</ram:LineTotalAmount>
  <ram:TaxBasisTotalAmount>100.00</ram:TaxBasisTotalAmount>
  <ram:GrandTotalAmount>119.00</ram:GrandTotalAmount>
</ram:SpecifiedTradeSettlementHeaderMonetarySummation>

Frequent questions about BR-13

How is BT-109 calculated?
Sum of Invoice line net amount (BT-106) minus the sum of allowances on document level (BT-107) plus the sum of charges on document level (BT-108).
May BT-109 be empty if the invoice nets to 0 euro?
No. You must state the amount, in that case with the value '0.00'. Leaving it out entirely is not allowed.

Related error codes

Check BR-13 automatically

Instead of digging through the XML by hand you can validate your ZUGFeRD or XRechnung file online – upload the PDF or the XML and you get every error with rule ID, affected field, fix and XPath, as a readable report or as JSON through the API.

Find every error automatically instead of searching by hand

Upload your ZUGFeRD, Factur-X or XRechnung file – you get every violation back with rule ID, field, fix and XPath.

Validate online for free
Check invoice