-
Notifications
You must be signed in to change notification settings - Fork 685
Managing PDF File Extension for ZUGFeRD #29341
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
Conversation
|
Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link. |
|
Processing this PR. The branch is now locked 🔒 Please don't push updates unless otherwise agreed. |
<!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> - Allowing E-Document module to support any extension for an E-document. Currently *.xml for most of the services except for ZUGFeRD where PDF is used. - Each connector that does not use *.xml format should subscribe to OnAfterGetFileExtension and ship file extension back. - There is another Pull Request on ALApExtension for ZUGFeRD - Base for microsoft/ALAppExtensions#29341 #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes #5220 and #5104 Fixes [AB#611441](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/611441) --------- Co-authored-by: Jesper Schulz-Wedde <JesperSchulz@users.noreply.github.com>
|
Re-initiating build. |
|
Code has been merged internally. Closing this PR. Changes will get pushed out again with next sync. |
|
Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one. Build ID: 43338. |
Summary
.pdffile extension is consistently applied.Work Item(s)
Fixes microsoft/BCApps#5220 and microsoft/BCApps#5104
Fixes AB#612593