-
Notifications
You must be signed in to change notification settings - Fork 522
/
by.xml
30 lines (30 loc) · 1.15 KB
/
by.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
<?xml version="1.0"?>
<localizationPack name="Belarus">
<currencies>
<currency name="Belarusian ruble" iso_code="BYR" iso_code_num="974" sign="р." blank="0" conversion_rate="1.000000" format="2" decimals="0"/>
</currencies>
<languages>
<language iso_code="ru"/>
</languages>
<taxes>
<taxRulesGroup name="ПДВ 20%">
<taxRule iso_code_country="by" behavior="0" id_tax="65"/>
</taxRulesGroup>
<taxRulesGroup name="ПДВ 10%">
<taxRule iso_code_country="by" behavior="0" id_tax="66"/>
</taxRulesGroup>
<taxRulesGroup name="ПДВ 0.5%">
<taxRule iso_code_country="by" behavior="0" id_tax="67"/>
</taxRulesGroup>
<tax id="65" name="ПДВ 20%" rate="20.000"/>
<tax id="66" name="ПДВ 10%" rate="10.000"/>
<tax id="67" name="ПДВ 0.5%" rate="0.500"/>
</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>