Skip to content
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

Update Colombian tax rates #16161

Merged
merged 1 commit into from Oct 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 11 additions & 1 deletion localization/co.xml
Expand Up @@ -9,10 +9,20 @@
</languages>
<taxes>
<tax id="1" name="IVA CO 19%" rate="19" />

<tax id="2" name="IVA CO 5%" rate="5" />
<tax id="3" name="IVA CO 0%" rate="0" />

<taxRulesGroup name="CO Standard Rate (19%)">
<taxRule iso_code_country="co" id_tax="1" />
</taxRulesGroup>

<taxRulesGroup name="CO Reduced Rate (5%)">
<taxRule iso_code_country="co" id_tax="2" />
</taxRulesGroup>

<taxRulesGroup name="CO Zero Rate (0%)">
<taxRule iso_code_country="co" id_tax="3" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="kg" />
Expand Down