ZUGFeRD-csharp
1.8.3
dotnet add package ZUGFeRD-csharp --version 1.8.3
NuGet\Install-Package ZUGFeRD-csharp -Version 1.8.3
<PackageReference Include="ZUGFeRD-csharp" Version="1.8.3" />
<PackageVersion Include="ZUGFeRD-csharp" Version="1.8.3" />
<PackageReference Include="ZUGFeRD-csharp" />
paket add ZUGFeRD-csharp --version 1.8.3
#r "nuget: ZUGFeRD-csharp, 1.8.3"
#:package ZUGFeRD-csharp@1.8.3
#addin nuget:?package=ZUGFeRD-csharp&version=1.8.3
#tool nuget:?package=ZUGFeRD-csharp&version=1.8.3
ZUGFeRD is an initiative from German government to foster electronic invoices. It is based on using PDF/A-3 to store invoices along with embedded xml descriptor for easy processing.
This library allows to create these xml descriptors in an easy way.
Find more about the library here:
http://www.s2-industries.com/wordpress/2013/11/creating-zugferd-descriptors-with-c
Development of the library is supported by:
CKSolution, cksolution.de
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ZUGFeRD-csharp:
| Repository | Stars |
|---|---|
|
ArtifexSoftware/Ghostscript.NET
Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit). Tested with Ghostscript versions < 10.
|
|
|
stephanstapel/ZUGFeRD-csharp
Open source C# e-invoicing library. Enables creating and reading ZUGFeRD invoices.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.8.3 | 121 | 10/18/2014 |
| 1.8.2 | 88 | 8/24/2014 |
| 1.8.1 | 56 | 8/22/2014 |
| 1.8.0 | 53 | 2/10/2014 |
| 1.7.4 | 46 | 1/25/2014 |
| 1.7.3 | 46 | 1/24/2014 |
| 1.7.2 | 44 | 1/22/2014 |
| 1.7.1 | 43 | 1/21/2014 |
| 1.7.0 | 44 | 1/20/2014 |
| 1.6.1 | 47 | 1/18/2014 |
| 1.6.0 | 46 | 1/18/2014 |
| 1.5.0 | 47 | 1/17/2014 |
| 1.4.0 | 46 | 1/15/2014 |
| 1.3.0 | 46 | 1/14/2014 |
| 1.2.0 | 70 | 11/24/2013 |
| 1.1.0 | 47 | 11/22/2013 |
| 1.0.0 | 75 | 11/17/2013 |
1.8.3:
Better handling of optional elements. Avoid writing unnecessary dom elements.
1.8.2:
made InvoiceDescriptor constructor internal to avoid invocation from outside the library.
1.8.1:
bugfix, net and gross total handling corrected
1.8.0:
not backward compatible change: DateTime fields are optional
1.7.1:
Bug fixes on xml attribute evaluation and xpath.
1.7:
* Streaming API enhanced, bugs corrected
1.6:
* Possibility added to pass bank account information
* Tax value is calculated automatically, property made read-only
1.5:
* reading and writing is almost finished, only discounts on item level and bank account information are missing
* country information was moved from string to enum for better data quality
* reading and writing of contacts finished
* (non-standard) id was missing for buyer and seller - added
* quantities on item level are decimal now