[E-Documents Core] - Enabling remittance advice export via E-Documents (payment journal + posted payments)#9578
Open
AndriusAndrulevicius wants to merge 3 commits into
Conversation
Enables creation, validation, export, and lifecycle handling for vendor remittance advice documents from payment journals and posted payments, including PEPPOL/UBL generation and related test coverage.
AndriusAndrulevicius
temporarily deployed
to
triage
July 17, 2026 12:37 — with
GitHub Actions
Inactive
Contributor
|
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 shared remittance advice buffer logic for unposted and posted payments, enabling consistent advice generation across payment workflows. Native send actions now appear in core payment and vendor ledger experiences, report selections are seeded for email delivery, and older UK-specific remittance setup hooks are marked obsolete.
# Conflicts: # src/Apps/W1/EDocument/App/src/Processing/EDocumentSubscribers.Codeunit.al
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
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.
Implementation
Adds an electronic counterpart to BC's existing paper remittance advice reports: a new "Create E-Documents" checkbox on reports 399 ("Remittance Advice - Journal") and 400 ("Remittance Advice - Entries") creates E-Document records of a new "Remittance Advice" type that flow through the standard E-Documents engine and export as UBL 2.1 RemittanceAdvice XML via the PEPPOL BIS 3.0 format.
Key additions:
Linked work
Fixes #