Deliverable 629869: [28.x] [UK] Payment Practices updates#8214
Open
AleksanderGladkov wants to merge 1 commit into
Open
Deliverable 629869: [28.x] [UK] Payment Practices updates#8214AleksanderGladkov wants to merge 1 commit into
AleksanderGladkov wants to merge 1 commit into
Conversation
* Added a new `Reporting Scheme` dimension (Standard / Dispute & Retention / Small Business) so the app can support country-specific payment practice rules without affecting existing W1/FR users. * Implemented the **UK (Dispute & Retention)** scheme: dispute tracking, supply chain finance payment dates, and "% overdue due to dispute" reporting. * Implemented the **AU/NZ (Small Business)** scheme: filters reporting to small-business suppliers and adds invoice count / value per period. * Auto-detects the right scheme from the environment country on new reports, with an event for partners to override. * Upgrade logic backfills the scheme on existing headers, so nothing breaks for current users. * Surfaced the new fields and scheme selector on the relevant Payment Practice pages. * Extracted shared test helpers into a new **Test Library** app and expanded unit tests across all three schemes. Fixes [AB#629871](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/629871) Fixes [AB#626294](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/626294) --------- Co-authored-by: Aleksandr Gladkov <algladkov@microsoft.com> Co-authored-by: AndreasHans <t-ahansen@microsoft.com>
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.
Reporting Schemedimension (Standard / Dispute & Retention / Small Business) so the app can support country-specific payment practice rules without affecting existing W1/FR users.Fixes AB#629869