[Bug]: Add "VATEX Code" field to VAT Clause table in PEPPOL to support BT-121 (TaxExemptionReasonCode) export#8649
Merged
Conversation
ventselartur
approved these changes
Jun 17, 2026
JesperSchulz
approved these changes
Jun 17, 2026
dcenic
approved these changes
Jun 17, 2026
auto-merge was automatically disabled
June 17, 2026 13:57
Pull request was closed
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.
Summary
Backport of #7640 to
releases/28.x.Add table extension and page extension to expose a VATEX Code (
Code[30]) field on the VAT Clause table and VAT Clauses page. This allows users to configure tax exemption reason codes (BT-121) per VAT clause, enabling PEPPOL BIS 3.0TaxExemptionReasonCodeexport from the CEF VATEX code list (e.g.VATEX-EU-AE,VATEX-EU-G).Add PEPPOL VAT Helper codeunit with
GetVATClauseInfoprocedure that resolves VAT Bus./Prod. Posting Group to VATEX Code and VAT Clause Description. This shared helper can be used by all e-document format implementations.Includes unit tests for the helper.
Fixes AB#638382