Since XRechnung will become mandatory in Germany for many governmental customers of companies, the use of Konik would be great to simplify software development across all existing e-invoicing standards in Germany. Does it already - or when will it support XRechnung/ZugFERD 2.1x?
Asked
Active
Viewed 122 times
0
-
Referring to https://konik.io/ (could'nt add that tag) – Bernd Gewehr Oct 08 '20 at 11:00
1 Answers
2
As far as I'm aware, Konik does not support ZugFERD 2.1 yet.
However, Mustang does. Note that I'm the author of mustangproject.
I keep a list of open source projects on https://zugferd.github.io/.
-
How does the validation with a given x-rechnung xml work? Regarding to the kosit page, there is no single xsd to validate a xml rather than schematrons etc. – rogaa Jun 24 '21 at 07:45
-
You can download the schema files (=XSDs) for the UN/CEFACT CII part of EN16931 from https://unece.org/trade/uncefact/xml-schemas (the 2016b uncoupled version) or better, because limited to the european subset, as part of the ZUGFeRD Infopaket (the EN16931 profile). This is a good start but the schematron files add important additional checks, they are usually applied by converting them to XSLT. I tried to summarize the architecture of the validation module of Mustang on https://github.com/ZUGFeRD/mustangproject/blob/master/doc/ZUV-Architektur.svg – J. Staerk Jun 29 '21 at 09:48