Spaces:
Runtime error
Runtime error
File size: 1,443 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 43 44 45 46 47 48 49 50 |
{
"header": {
"invoice_no": "24344887",
"invoice_date": "02/20/2020",
"seller": "Cook Group 2562 Christie Freeway New Kimberly, WV 35092",
"client": "Mercado-Nelson 53379 Kenneth Prairie Andreside, AL 50687",
"seller_tax_id": "909-87-7832",
"client_tax_id": "951-75-2882",
"iban": "GB54XIPK87973282182425"
},
"items": [
{
"item_desc": "Endurance : Shackleton's Incredible Voyage by Alfred Lansing",
"item_qty": "4,00",
"item_net_price": "4,09",
"item_net_worth": "16,36",
"item_vat": "10%",
"item_gross_worth": "18,00"
},
{
"item_desc": "The Wim Hof Method Activate Your Potential, Transcend Your Limits00D",
"item_qty": "1,00",
"item_net_price": "4,22",
"item_net_worth": "4,22",
"item_vat": "10%",
"item_gross_worth": "4,64"
},
{
"item_desc": "B0028NA06C Shoeless Joe",
"item_qty": "4,00",
"item_net_price": "3,49",
"item_net_worth": "13,96",
"item_vat": "10%",
"item_gross_worth": "15,36"
},
{
"item_desc": "A History of Christianity Vol. 1 : Beginnings to 1500 by Kenneth S. Latourette",
"item_qty": "5,00",
"item_net_price": "4,09",
"item_net_worth": "20,45",
"item_vat": "10%",
"item_gross_worth": "22,49"
}
],
"summary": {
"total_net_worth": "$54,99",
"total_vat": "$5,50",
"total_gross_worth": "$ 60,49"
}
} |