updated history, readme and release notes

This commit is contained in:
jstaerk
2020-11-12 18:17:37 +01:00
parent 9c990251e1
commit 8ddfd3aa57
3 changed files with 17 additions and 48 deletions

View File

@@ -1,5 +1,15 @@
## 2.0.0
### done ### 2.0.1 todo
- dont show empty tax number field
- fail when no bankverbindung?
- fail when xr attrs missing?
- build xr skonto???
- *validator not to XR error on ZF files (only notices)
- xmp errors may not show correctly in log
2.0.0
=====
2020-11-12
- support for ZF 2.1.1, i.e. "Reference profile" Xrechnung - support for ZF 2.1.1, i.e. "Reference profile" Xrechnung
- ZF 2.1.1 now default (up to 1.7.8 ZF2 could be set but ZF1 was default) - ZF 2.1.1 now default (up to 1.7.8 ZF2 could be set but ZF1 was default)

View File

@@ -19,24 +19,13 @@ More information in [the mustang documentation](https://github.com/ZUGFeRD/musta
Usage Usage
----- -----
If you setup a Maven project, you can grab the artifacts from this maven repository. If you setup a Maven project, you can grab the artifacts using
```xml
<repositories>
<repository>
<id>mustang-mvn-repo</id>
<url>https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/</url>
</repository>
</repositories>
```
As dependency use this
```xml ```xml
<dependency> <dependency>
<groupId>org.mustangproject.ZUGFeRD</groupId> <groupId>org.mustangproject</groupId>
<artifactId>mustang</artifactId> <artifactId>library</artifactId>
<version>2.0.0</version>
</dependency> </dependency>
``` ```

View File

@@ -31,38 +31,8 @@ to for non-interactive (i.e., batch) processing.
The source file parameter for validation changed The source file parameter for validation changed
from `-f` (ZUV) to the usual `--source`. The following from `-f` (ZUV) to the usual `--source`.
result codes apply:
| section | meaning |
|---|---|
| 1 | file not found |
| 2 | additional data schema validation fails |
| 3 | xml data not found |
| 4 | schematron rule failed |
| 5 | file too small |
| 6 | VeraPDFException |
| 7 | IOException PDF |
| 8 | File does not look like PDF nor XML (contains neither %PDF nor <?xml) |
| 9 | IOException XML |
| 11 | XMP Metadata: ConformanceLevel not found |
| 12 | XMP Metadata: ConformanceLevel contains invalid value |
| 13 | XMP Metadata: DocumentType not found |
| 14 | XMP Metadata: DocumentType invalid |
| 15 | XMP Metadata: Version not found |
| 16 | XMP Metadata: Version contains invalid value |
| 18 | schema validation failed |
| 19 | XMP Metadata: DocumentFileName contains invalid value |
| 20 | not a pdf |
| 21 | XMP Metadata: DocumentFileName not found") |
| 22 | generic XML validation exception |
| 23 | Not a PDF/A-3 |
| 24 | Issues in CEN EN16931 Schematron Check |
| 25 | Unsupported profile type |
| 26 | No rules matched, XML to minimal? |
| 27 | XRechnung Schematron Check |
### Use as Library ### Use as Library
We're now on maven central, please remove the old github repository. Additionally, the following changed We're now on maven central, please remove the old github repository. Additionally, the following changed