[go: up one dir, main page]

Menu

[r2]: / res / modul / tax / add_tax.xml  Maximize  Restore  History

Download this file

18 lines (18 with data), 587 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<form>
<container type="frame" pos="hor" expand="no">
<line></line>
<label>Add tax</label>
<line></line>
</container>
<container type="frame" pos="hor" expand="yes">
<entry lsize="15" esize="50" var="name">Name</entry>
<entry lsize="15" esize="20" var="rate">Ratio</entry>
<bool lsize="15" var="procent">Procent</bool>
</container>
<container type="frame" pos="ver" expand="yes">
<line></line>
<button img="accept.png" cmd="get_values tax"></button>
<button img="delete.png" cmd="clear_values"></button>
</container>
</form>