Questions tagged [zugferd]
20 questions
0
votes
1 answer
How can I embed a file as an attachment to a pdf file via php?
I want to embed generated ZUGFeRD Data to a PDF file (generated via FPDF). I think it's not possible using FPDF directly. So the PDF file must be opened after it's written. How can I do this without command line tools? The site is hosted on a…

SuperNova
- 2,792
- 2
- 25
- 34
0
votes
1 answer
Does Konik already support ZugFERD 2.1 which includes XRechnung as a choosable schema?
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…

Bernd Gewehr
- 15
- 3
0
votes
1 answer
ZUGFeRD multiple deliveries on one invoice
we plan to implement ZUGFeRD in our software. So far we have a working solution if only one delivery note is on the invoice. But now a customers wants to use ZUGFeRD also when more than one delivery note is on the invoice.
It would be really helpful…

BluePalmTree
- 299
- 3
- 23
0
votes
1 answer
Konik Zugferd decimal number
I try to create a ZUGFeRD invoice using the Koink.io SDK in VB.net.
My code is:
myTax.setCalculated(New Amount(New java.math.BigDecimal("833.70"), CurrencyCode.EUR))
And in the .xml invoice it is
833.7
But because of the specification it has to…

Nico H
- 3
- 1
- 3
0
votes
1 answer
iTextSharp XML ZUGFeRD-invoice.xml attachment
I use iTextSharp 5.5.3 and Ii need to generate a PDF/A with ConformanceLevel = ZUGFeRD. I have trouble in setting the correct XMP schema flags.
The code is working but I always get the exception
ZUGFeRD XMP schema shall contain attachment name…

Chris
- 3
- 2