Spaces:
Runtime error
Runtime error
File size: 1,235 Bytes
e79ac05 |
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 36 37 38 39 40 41 42 |
{
"header": {
"invoice_no": "34911755",
"invoice_date": "01/30/2019",
"seller": "Graham, Floyd and Johnson PSC 4671, Box 8111 APO AA 17287",
"client": "Martin, Russo and Gaines 439 Savannah Ports Apt. 792 East Adrianton, OR 66623",
"seller_tax_id": "915-82-2212",
"client_tax_id": "910-78-0055",
"iban": "GB96HTSB65053102617380"
},
"items": [
{
"item_desc": "Metal Storage Shelf Wine Glass Rack Wine Glasses for The Cabinet",
"item_qty": "5,00",
"item_net_price": "22,42",
"item_net_worth": "112,10",
"item_vat": "10%",
"item_gross_worth": "123,31"
},
{
"item_desc": "Wine Things Unlimited Tipsy Wine Elf Pewter Wine Bottle Stopper/Cork",
"item_qty": "1,00",
"item_net_price": "8,99",
"item_net_worth": "8,99",
"item_vat": "10%",
"item_gross_worth": "9,89"
},
{
"item_desc": "Set of 2 Stemless Christmas Wine Glasses NEW",
"item_qty": "5,00",
"item_net_price": "12,00",
"item_net_worth": "60,00",
"item_vat": "10%",
"item_gross_worth": "66,00"
}
],
"summary": {
"total_net_worth": "$ 181,09",
"total_vat": "$18,11",
"total_gross_worth": "$ 199,20"
}
} |