-
Attached invoice
[Rechnung-202010076-10010.xml.zip](https://github.com/phax/en16931-cii2ubl/files/5719262/Rechnung-202010076-10010.xml.zip) looks like valid CII to me but raises the following error:
…
-
Prüfschritt | Fehler | Warnungen | Informationen
-- | -- | -- | --
XML Schema for UBL 2.1 Invoice (val-xsd) | 0 | 0 | 0
Schematron rules for EN16931 (UBL) (val-sch.1) | 0 | 1 | 0
Schematron rules …
-
When validating an invoice with one of the construction type codes (875, 876, 877) I get an error when validating a CII-invoice but an information when validating a UBL-invoice.
scenarios.xml conta…
grout updated
3 years ago
-
i think it's a false positive when using SubInvoiceLine and AllowanceCharge on InvoiceLine-level
[BR-DEX-02] Der Wert von "Invoice line net amount" (BT-131) einer "INVOICE LINE" (BG-25) oder einer …
-
If I use an unsupported MimeType in Additional-Documents, no Validation Errors are thrown.
From 1.2.0 spec : https://www.xoev.de/sixcms/media.php/13/XRechnung-v1-2-0.pdf
```
Der MIME Code des a…
-
für die Einheit HR/Stunde bekomme ich das Validierungsergebnis:
Pos | Code | Adj. Grad (Grad) | Text
-- | -- | -- | --
val-sch.1.1 | BR-CL-23 | warning (error) | [BR-CL-23]-Unit code MUST be cod…
-
CEF has published a new version of the EAS code list as well as reviewed changes to all other code lists that are used in the EN and updated the listing of codes.
Please update the validation rules…
-
denn seller country code wurde auskommentiert.
Das ergibt
Referenz:
ubl003.xml
Zeitpunkt der Prüfung:
28.5.2019 17:49:14
Erkannter Dokumenttyp:
EN16931 CIUS XRechnung (UBL Invoi…
-
Would it be possible to add the assert id from schematron/XSLT files in the `AbstractSVRLMessage `(`SVRLFailedAssert`, `SVRLSuccessfulReport`)?
The ID I have in mind is "PEPPOL-EN16931-R041" from t…
-
i want to run the daemon inside a docker container to validate XRechnung. my dockerfile looks like
```
FROM openjdk:16-slim
# Setup needed programs
RUN apt-get update
RUN apt-get install unzip …