29 lines
891 B
XML
29 lines
891 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<localizationPack name="Vietnam" version="1.0">
|
||
|
<currencies>
|
||
|
<currency name="Đồng" iso_code="VND" iso_code_num="704" sign="₫" blank="1" conversion_rate="26505.85" format="2" decimals="1" />
|
||
|
</currencies>
|
||
|
<languages>
|
||
|
<language iso_code="vi" />
|
||
|
</languages>
|
||
|
<taxes>
|
||
|
<tax id="1" name="GTGT VN 10%" rate="10" />
|
||
|
<tax id="2" name="GTGT VN 5%" rate="5" />
|
||
|
|
||
|
<taxRulesGroup name="VN Standard Rate (10%)">
|
||
|
<taxRule iso_code_country="vn" id_tax="1" />
|
||
|
</taxRulesGroup>
|
||
|
|
||
|
<taxRulesGroup name="VN Reduced Rate (5%)">
|
||
|
<taxRule iso_code_country="vn" id_tax="2" />
|
||
|
</taxRulesGroup>
|
||
|
</taxes>
|
||
|
<units>
|
||
|
<unit type="weight" value="kg" />
|
||
|
<unit type="volume" value="L" />
|
||
|
<unit type="short_distance" value="cm" />
|
||
|
<unit type="base_distance" value="m" />
|
||
|
<unit type="long_distance" value="km" />
|
||
|
</units>
|
||
|
</localizationPack>
|