Fehlercodes · UBL 2.1

UBL-CR-523Im Rechnungssystem

A UBL invoice should not include the InvoiceLine InvoicePeriod DescriptionCode

So lautet die Ablehnung wörtlich: „[UBL-CR-523] Your invoice contains an InvoiceLine InvoicePeriod DescriptionCode element which is not allowed in EN16931 invoices. This element must be removed.

Was Sie bereithaltenNichts. Die Datei muss im Rechnungssystem neu erzeugt werden; wir prüfen sie danach erneut.
Was wir tunInvoice Navigator automatically removes the disallowed `cbc:DescriptionCode` element from your Invoice.
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:InvoicePeriod>
  <cbc:DescriptionCode>value</cbc:DescriptionCode>
</cac:InvoicePeriod>
Nachher
<cac:InvoicePeriod>
  <!-- cbc:DescriptionCode removed for EN 16931 compliance -->
</cac:InvoicePeriod>

Die Reihenfolge ist Teil der Regel: steht das Element an der falschen Stelle, lehnt der Validator mit UBL-CR-523 ab.

So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · UBL-CR-523
Stelle/Invoice/cac:InvoiceLine/cac:InvoicePeriod/cbc:DescriptionCode
Von IhnenNeu exportierte Datei
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung
UBL-CR-523: A UBL invoice should not include the InvoiceLine InvoicePeriod DescriptionCode – Fehlercode erklärt