-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathtn.xml
35 lines (34 loc) · 1.22 KB
/
tn.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<localizationPack name="Tunisia">
<currencies>
<currency name="Tunisian Dinar" iso_code="TND" iso_code_num="788" sign="DT" blank="0" format="2" decimals="1"/>
</currencies>
<languages>
<language iso_code="ar"/>
</languages>
<taxes>
<tax id="1" name="TN TVA 19%" rate="19"/>
<tax id="2" name="TN TVA 13%" rate="13"/>
<tax id="3" name="TN TVA 7%" rate="7"/>
<tax id="4" name="TN TVA 0%" rate="0"/>
<taxRulesGroup name="TN TVA Standard Rate (19%)">
<taxRule iso_code_country="tn" behavior="0" id_tax="1"/>
</taxRulesGroup>
<taxRulesGroup name="TN TVA Reduced Rate (13%)">
<taxRule iso_code_country="tn" behavior="0" id_tax="2"/>
</taxRulesGroup>
<taxRulesGroup name="TN TVA Reduced Rate (7%)">
<taxRule iso_code_country="tn" behavior="0" id_tax="3"/>
</taxRulesGroup>
<taxRulesGroup name="TN TVA Zero Rate (0%)">
<taxRule iso_code_country="tn" behavior="0" id_tax="4"/>
</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>