What does BR-26 mean?
Every line must state the price per unit without VAT. It is the basis for the line amount.
Common causes of BR-26
- The element ram:NetPriceProductTradePrice/ram:ChargeAmount is missing from the line.
- Only a gross price (BT-148) is given, but no net price.
- The unit price was left empty because only the line total was calculated.
How to fix BR-26
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-146 along this XPath:
//ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeAgreement/ram:NetPriceProductTradePrice/ram:ChargeAmount - Apply the fix. Every invoice line (BG-25) needs an item net price (BT-146). Add the element ram:NetPriceProductTradePrice/ram:ChargeAmount to the line with the price per unit excluding VAT, for example 10.00.
- Validate again. Save the file and validate it again to check that BR-26 is no longer reported.
Every invoice line (BG-25) needs an item net price (BT-146). Add the element ram:NetPriceProductTradePrice/ram:ChargeAmount to the line with the price per unit excluding VAT, for example 10.00.
//ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeAgreement/ram:NetPriceProductTradePrice/ram:ChargeAmountBefore / after: the XML example
This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).
<ram:SpecifiedLineTradeAgreement>
<ram:GrossPriceProductTradePrice>
<ram:ChargeAmount>11.90</ram:ChargeAmount>
</ram:GrossPriceProductTradePrice>
</ram:SpecifiedLineTradeAgreement>
<ram:SpecifiedLineTradeAgreement>
<ram:NetPriceProductTradePrice>
<ram:ChargeAmount>10.00</ram:ChargeAmount>
</ram:NetPriceProductTradePrice>
</ram:SpecifiedLineTradeAgreement>
Frequent questions about BR-26
What is the difference between item net price and item gross price?
Must the net price match the line amount?
Related error codes
Check BR-26 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.