-
Notifications
You must be signed in to change notification settings - Fork 682
[E-Document Formats][XRechnung] - Migrate electronic formats to new purchase draft concept for e-invoicing (e-invoice preview) (XRechnung)(DE localization) #29097
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
Open
GMatuleviciute
wants to merge
8
commits into
microsoft:main
Choose a base branch
from
GMatuleviciute:dev/aan/XRechnung-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Implements structured format reader for processing XRechnung electronic documents (invoices and credit memos) based on UBL 2.1 standard. Enables automatic parsing of XML content into draft purchase documents with support for: - Vendor identification through VAT registration, GLN, or participant ID - Document header information (dates, amounts, currency, references) - Line item details (products, quantities, prices, VAT rates) - Customer and supplier party information extraction Provides viewing capability for imported documents through readable purchase document interface.
Replaces hardcoded string literals with named constants throughout the XRechnung document processing logic. Consolidates duplicate constants and moves them to appropriate scopes to reduce code duplication and improve readability. Updates XML documentation comments to provide clearer descriptions of method functionality and parameter usage.
…r.Codeunit.al Co-authored-by: Grasiele Matuleviciute <131970463+GMatuleviciute@users.noreply.github.com>
…r.Codeunit.al Co-authored-by: Grasiele Matuleviciute <131970463+GMatuleviciute@users.noreply.github.com>
Limits telemetry and import helper to local scope for better encapsulation. Improves token naming for routing ID and VAT registration clarity. Avoids hardcoded length by using field max length to prevent VAT ID truncation.
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. |
- Introduces integration tests for XRechnung invoice ingestion: content extraction into draft, viewing extracted data, draft updates, and purchase invoice creation. - Provides a mock e-document format and a test utility library to set up services, data, and mappings. - Adds an XML test resource and configures the test app to load resources; extends the test object ID range. - Adds a helper to reset e-document draft data. - Updates dependencies to include the DE tests extension. Improves confidence in end-to-end structured import and draft processing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request does not have a related issue as it's part of the delivery for development agreed directly with @altotovi @Groenbech96
Implementation
Implements structured format reader for processing XRechnung electronic documents (invoices and credit memos) based on UBL 2.1 standard.
Enables automatic parsing of XML content into draft purchase documents with support for:
Provides viewing capability for imported documents through readable purchase document interface.
Important
This Pull request depends on #28983
Fixes #