Spaces:
Runtime error
Runtime error
File size: 994 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": "49923258",
"invoice_date": "10/26/2011",
"seller": "Watson LLC 15758 Hartman Summit Port Pamelamouth, SC 83489",
"client": "Roth-Smith 802 Pamela Mission Matthewview, IL 73213",
"seller_tax_id": "903-74-7444",
"client_tax_id": "935-77-3388",
"iban": "GB25DWRK25073532649300"
},
"items": [
{
"item_desc": "Original Nintendo Gaming Console with Robot, 9 games & extras",
"item_qty": "1,00",
"item_net_price": "475,00",
"item_net_worth": "475,00",
"item_vat": "10%",
"item_gross_worth": "522,50"
},
{
"item_desc": "Nintendo Switch Gaming Console W/ Neon Blue & Red Controllers,Carry Case,Cable",
"item_qty": "2,00",
"item_net_price": "300,00",
"item_net_worth": "600,00",
"item_vat": "10%",
"item_gross_worth": "660,00"
}
],
"summary": {
"total_net_worth": "$1075,00",
"total_vat": "$107,50",
"total_gross_worth": "$1182,50"
}
} |