Skip to content
WorkAlio
EN 16931 core rules

BR-03: Invoice issue date (BT-2) is required

What this rule requires

Invoice issue date (BT-2) is required.

ExampleEN 16931 (UBL)

An invoice built like a valid one, except for this:

<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
  <cbc:CustomizationID>urn:cen.eu:en16931:2017</cbc:CustomizationID>
  <cbc:ID>INV-1001</cbc:ID>
  <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
  <cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
  <cbc:BuyerReference>04011000-12345-67</cbc:BuyerReference>
</Invoice>

The validator says: Invoice issue date (BT-2) is required and the document does not contain it.

How to fix it

Add Invoice issue date to the invoice.

Frequently asked questions

What does BR-03 mean?
Invoice issue date (BT-2) is required. The rule runs under EN 16931 (UBL), Peppol BIS 3.0, and XRechnung 3.0 (UBL).
How do I fix BR-03?
Add Invoice issue date to the invoice. In UBL the element is /Invoice/cbc:IssueDate.

Runs under these profiles

  • EN 16931 (UBL)
  • Peppol BIS 3.0
  • XRechnung 3.0 (UBL)

Element path

  • Invoice issue date (BT-2)UBL /Invoice/cbc:IssueDateCII /CrossIndustryInvoice/ExchangedDocument/IssueDateTimeRead 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.