Spaces:
Runtime error
Runtime error
File size: 993 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 |
{
"header": {
"invoice_no": "46775557",
"invoice_date": "04/05/2019",
"seller": "Roberts, Smith and Rogers 8415 Suarez Rapids Hicksfort, FL 60166",
"client": "Rose Ltd PSC 3715, Box 5395 APO AE 90242",
"seller_tax_id": "908-71-4639",
"client_tax_id": "972-82-7727",
"iban": "GB30LTFL22480789312543"
},
"items": [
{
"item_desc": "Boden Wren Ponte Midi Dress w/Color Block Hem NWT Size 10P Black Pink 10 Petite",
"item_qty": "1,00",
"item_net_price": "58,99",
"item_net_worth": "58,99",
"item_vat": "10%",
"item_gross_worth": "64,89"
},
{
"item_desc": "Women Black Dress Mori Girl Puff Sleeve Korean Casual Loose Peter Pan Collar",
"item_qty": "1,00",
"item_net_price": "13,99",
"item_net_worth": "13,99",
"item_vat": "10%",
"item_gross_worth": "15,39"
}
],
"summary": {
"total_net_worth": "$72,98",
"total_vat": "$7,30",
"total_gross_worth": "$80,28"
}
} |