uy: Add tax regime for Uruguay with IVA rates and RUT validation #799
Open
CarlosMari wants to merge 3 commits intoinvopop:mainfrom
Open
uy: Add tax regime for Uruguay with IVA rates and RUT validation #799CarlosMari wants to merge 3 commits intoinvopop:mainfrom
CarlosMari wants to merge 3 commits intoinvopop:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #799 +/- ##
==========================================
+ Coverage 93.11% 93.13% +0.02%
==========================================
Files 334 336 +2
Lines 18086 18184 +98
==========================================
+ Hits 16840 16935 +95
- Misses 876 878 +2
- Partials 370 371 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
samlown
requested changes
Apr 15, 2026
Collaborator
samlown
left a comment
There was a problem hiding this comment.
Looks good! Minot observation regarding the source links, but if this was up to date with the latest rules based validation changes, it'd be good to go 👍
2a5b98a to
e9e8190
Compare
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
Adds a new tax regime for Uruguay (UY), implementing:
Design decisions
coandgbhandle this separation.GlobalVATKeys(), no local rate value definitions needed since they work withNoPercent: true.CdgDGISucurin the CFE XML, not within the RUT itself.Sources
Pre-Review Checklist
go generate .to ensure that the Schemas and Regime data are up to date.