-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,24 @@ attach it to a PDF. We do not support parsing PDF files (for now). | |
|
||
By low-level, we mean that this library tries to model the ZUGFeRD data model 1:1 without any | ||
further abstractions or simplifications. You can set and parse all parameters defined in ZUGFeRD | ||
2.2. | ||
2.2. To see which parameters are defined, please refer to the official ZUGFeRD specification, | ||
there is no documentation for this library that reiterates it. | ||
|
||
All output is validated against the official XSDs, but no validation of profile levels | ||
(basic, comfort, extended) is performed. | ||
|
||
The profile level is detected automatically based on the XML data and added to the PDF metadata. | ||
|
||
Maintenance note | ||
---------------- | ||
|
||
With the possibly upcoming legal obligation to use digital formats for all B2B invoices in | ||
Germany, interest in this library is increasing. We built this library to ble able to use it | ||
in the [pretix-zugferd](https://github.com/pretix/pretix-zugferd) module and we are planning | ||
to keep maintaining the library. However, it is not our core business and turnaround time on | ||
issus or PR reviews might be longer than usual due to other priorities. We do not offer paid | ||
consulting services around this library. | ||
|
||
Usage | ||
----- | ||
|
||
|
@@ -149,7 +160,7 @@ Maintainer: Raphael Michel <[email protected]> | |
|
||
License of the Python code: Apache License 2.0 | ||
|
||
The PDF handling (drafthorse/pdf.py) is based on the code of factur-x, Copyright 2016-2018, Alexis de Lattre <[email protected]>, | ||
The PDF handling (drafthorse/pdf.py) was originally based on the code of factur-x, Copyright 2016-2018, Alexis de Lattre <[email protected]>, | ||
released under a BSD license. | ||
|
||
The packages includes schemas and samples of the ZUGFeRD specification (.xsd and .xml files) which are owned by the *Forum für elektronische Rechnungen bei der AWV e.V („FeRD“)* and are released under a proprietary license that allows bundling them together with other software for free. |