EN 16931 core rules
BR-26: Item net price (BT-146) is required
What this rule requires
Item net price (BT-146) is required.
ExampleEN 16931 (UBL)
An invoice built like a valid one, except for this:
<cac:InvoiceLine>
<cbc:ID>1</cbc:ID>
<cbc:InvoicedQuantity unitCode="H87">1</cbc:InvoicedQuantity>
<cbc:LineExtensionAmount currencyID="EUR">100.00</cbc:LineExtensionAmount>
<cac:Item>
<cbc:Name>Widget</cbc:Name>
<cac:ClassifiedTaxCategory>
<cbc:ID>S</cbc:ID>
<cbc:Percent>19.00</cbc:Percent>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
</cac:Item>
</cac:InvoiceLine>The validator says: Item net price (BT-146) is required and the document does not contain it.
How to fix it
Add Item net price to the invoice.
Frequently asked questions
- What does BR-26 mean?
- Item net price (BT-146) is required. The rule runs under EN 16931 (UBL), Peppol BIS 3.0, and XRechnung 3.0 (UBL).
- How do I fix BR-26?
- Add Item net price to the invoice. In UBL the element is /Invoice/cac:InvoiceLine/cac:Price/cbc:PriceAmount.
Runs under these profiles
- EN 16931 (UBL)
- Peppol BIS 3.0
- XRechnung 3.0 (UBL)
Element path
- Item net price (BT-146)UBL /Invoice/cac:InvoiceLine/cac:Price/cbc:PriceAmountCII /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/ChargeAmountRead from what WorkAlio's CII parser accepts — there is no CII writer yet, so this path is not independently verified the way the UBL path is.