-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] new useful methods in ZugferdDocumentPdfReader for extraction of the XML #120
Comments
HI @oschildt, Many thanks for the issue. I'll take a look at it. Please check again whether your code suggestion fits into the current implementation. I had already adjusted something for you in this regard. Best regards |
Hi,
We have document archiving system. It gathers the documents from many
sources - FTP, LAN, Emails, direct upload etc.
We have document viewer and E-Rechnung Viewer. For the Zugferd invoices
we enable viewing also the embedded XML.
It is useful for checking whether the software issuing the Zugferd
invoice has placed all information to the XML, which is available in the
PDF.
We faced the situations that a software places some data into the PDF
but not into the XML of the Zugferd invoice.
Best regards
Oleg
|
Hi @oschildt, Would it perhaps be possible for you to provide a PullRequest based on the current implementation? |
Hi,
I can do it but later.
|
Hi @oschildt, many thanks for that. My time is extremely limited at the moment. It's important to remember that I'm doing the project exclusively privately - I also have a regular job, which unfortunately keeps me very busy at the moment. Please don't forget to write tests for your implementation if necessary. Unfortunately, this is very often forgotten... :-) Best regards |
Hi @oschildt, i implemented some additional methods. Please have a look at this Pull Request and give me feedback. Kind regards |
…racting the XML content -> better method names
…racting the XML content #120 ZugferdDocumentPdfReader now contains additional methods for extracting the XML content
Hi,
I see you have implemented the XML extraction and also test units. I
have tested it, it works perfect.
Regards,
…------ Original Message ------
From "horstoeko" ***@***.***>
To "horstoeko/zugferd" ***@***.***>
Cc "Oleg Schildt" ***@***.***>; "Mention"
***@***.***>
Date 24.09.2024 05:23:32
Subject Re: [horstoeko/zugferd] [FEATURE] new useful methods in
ZugferdDocumentPdfReader for extraction of the XML (Issue #120)
Hi @oschildt <https://github.com/oschildt>,
i implemented some additional methods. Please have a look at this commt
<10fc7d3>
and give me feedback.
Kind regards
—
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA74NQHNMNCMDUSJ6BJPRKTZYDLLJAVCNFSM6AAAAABORUNI2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQGAZTGOBTGE>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
HI @oschildt, Nice to hear from you and thank you for your response I will make a release next days. Kind regards |
Describe the feature
I have implemented 2 new useful methods in ZugferdDocumentPdfReader for extraction of the attached XML.
It is useful for checking whether the software issuing the invoice has placed all information to the XML, which is available in the PDF.
We faced the situations that a software places some data into the PDF but not into the XML of the Zugferd invoice.
The text was updated successfully, but these errors were encountered: