Projekat

Općenito

Profil

Podrška #18540 » invoice_data.xml

podaci računa u xml fajlu - Saša Vranić, 20.10.2009 12:33

 
<?xml version="1.0" encoding="UTF-8"?>
<invoice>
<no>15222</no>
<date>15.02.2009</date>
<customer>
<name>Promente UG Sarajevo</name>
<addr>Branilaca bb</addr>
<id>2212312222</id>
</customer>
<items>
<no>1</no>
<art>FMK-UG-S</art>
<descr>FMK ugovor srebreni</descr>
<price>400.00</price>
<qtty>2.00</qtty>
<total>800.00</total>
<tax>26.76</tax>
</items>
<items>
<no>2</no>
<art>FMK-KALK</art>
<descr>Modul KALK</descr>
<price>1010.20</price>
<qtty>1.00</qtty>
<total>1010.20</total>
<tax>72.14</tax>
</items>
<total>1562.00</total>
</invoice>

(11-11/17)