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
- 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
-----
If you setup a Maven project, you can grab the artifacts from this maven repository.
```xml
<repositories>
<repository>
<id>mustang-mvn-repo</id>
<url>https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/</url>
</repository>
</repositories>
```
As dependency use this
If you setup a Maven project, you can grab the artifacts using
```xml
<dependency>
<groupId>org.mustangproject.ZUGFeRD</groupId>
<artifactId>mustang</artifactId>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.0.0</version>
</dependency>
```

View File

@@ -31,37 +31,7 @@ to for non-interactive (i.e., batch) processing.
The source file parameter for validation changed
from `-f` (ZUV) to the usual `--source`. The following
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 |
from `-f` (ZUV) to the usual `--source`.
### Use as Library