HomeError code lexicon › BR-14
BR-14 Field BT-112 EN 16931 core rules (BR)

Fix BR-14: Invoice total amount with VAT (BT-112) missing

[BR-14]-An Invoice shall have the Invoice total amount with VAT (BT-112).

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

What does BR-14 mean?

The invoice must state the gross total, that is the net total plus VAT.

Common causes of BR-14

How to fix BR-14

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-112 along this XPath://ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:GrandTotalAmount
  2. Apply the fix. Add the Invoice total amount with VAT (BT-112) in the element 'ram:GrandTotalAmount' of the document totals. The value is the Invoice total amount without VAT (BT-109) plus the Invoice total VAT amount (BT-110).
  3. Validate again. Save the file and validate it again to check that BR-14 is no longer reported.
Concrete fix

Add the Invoice total amount with VAT (BT-112) in the element 'ram:GrandTotalAmount' of the document totals. The value is the Invoice total amount without VAT (BT-109) plus the Invoice total VAT amount (BT-110).

XPath//ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:GrandTotalAmount

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:TaxBasisTotalAmount>100.00</ram:TaxBasisTotalAmount>
  <ram:DuePayableAmount>119.00</ram:DuePayableAmount>
</ram:SpecifiedTradeSettlementHeaderMonetarySummation>
Correct
<ram:SpecifiedTradeSettlementHeaderMonetarySummation>
  <ram:TaxBasisTotalAmount>100.00</ram:TaxBasisTotalAmount>
  <ram:GrandTotalAmount>119.00</ram:GrandTotalAmount>
  <ram:DuePayableAmount>119.00</ram:DuePayableAmount>
</ram:SpecifiedTradeSettlementHeaderMonetarySummation>

Frequent questions about BR-14

How is BT-112 calculated?
Invoice total amount without VAT (BT-109) plus Invoice total VAT amount (BT-110). That is the gross total of the invoice.
Is BT-112 the same as the amount due for payment?
Not necessarily. BT-112 is the gross total. The amount due for payment (BT-115) can differ, for example through amounts already paid or rounding.

Related error codes

Check BR-14 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