Skip to content

Commit

Permalink
Merge pull request #16244 from LouiseBonnard/develop
Browse files Browse the repository at this point in the history
Update Costa Rican, Peruvian and Brazilian tax rates
  • Loading branch information
Progi1984 committed Nov 5, 2019
2 parents a1f161a + 3de631a commit cece374
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions localization/br.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<taxes>
<tax id="1" name="IPI BR 12%" rate="12" />
<tax id="2" name="ICMS BR 25%" rate="25" />
<tax id="3" name="ISS BR 5%" rate="5" />
<tax id="3" name="ISS BR 7%" rate="7" />

<taxRulesGroup name="BR ICMS (25%)">
<taxRule iso_code_country="br" id_tax="2" />
Expand All @@ -19,7 +19,7 @@
<taxRule iso_code_country="br" id_tax="1" />
</taxRulesGroup>

<taxRulesGroup name="BR ISS (5%)">
<taxRulesGroup name="BR ISS (7%)">
<taxRule iso_code_country="br" id_tax="3" />
</taxRulesGroup>
</taxes>
Expand Down
13 changes: 12 additions & 1 deletion localization/cr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,20 @@
</languages>
<taxes>
<tax id="1" name="I.V. 13%" rate="13" />
<tax id="2" name="I.V. 10%" rate="10" />
<tax id="3" name="I.V. 5%" rate="5" />

<taxRulesGroup name="CR Standard Rate (13%)">
<taxRule iso_code_country="cr" id_tax="1" />
</taxRulesGroup>

<taxRulesGroup name="CR Reduced Rate (10%)">
<taxRule iso_code_country="cr" id_tax="2" />
</taxRulesGroup>

<taxRulesGroup name="CR Super Reduced Rate (5%)">
<taxRule iso_code_country="cr" id_tax="3" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="kg" />
Expand All @@ -28,4 +39,4 @@
<state name="Puntarenas" iso_code="CR-P" zone="Central America/Antilla" country="CR"/>
<state name="Limon" iso_code="CR-L" zone="Central America/Antilla" country="CR"/>
</states>
</localizationPack>
</localizationPack>
2 changes: 1 addition & 1 deletion localization/pe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<taxRule iso_code_country="pe" behavior="1" id_tax="53"/>
<taxRule iso_code_country="pe" behavior="1" id_tax="54"/>
</taxRulesGroup>
<tax id="53" name="Impuesto General a la Ventas" rate="18.000"/>
<tax id="53" name="Impuesto General a la Ventas" rate="16.000"/>
<tax id="54" name="Impuesto de Promocion Municipal" rate="2.000"/>
</taxes>
<units>
Expand Down

0 comments on commit cece374

Please sign in to comment.