Spaces:
Runtime error
Runtime error
File size: 740 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 |
{
"header": {
"invoice_no": "74322107",
"invoice_date": "02/02/2016",
"seller": "Davis-Obrien 736 Derek Station Suite 883 New Laura, WA 77568",
"client": "Taylor Ltd 213 Thomas Vista East Zacharyshire, WI 95033",
"seller_tax_id": "930-75-0933",
"client_tax_id": "915-98-4870",
"iban": "GB31YDUN56799610017131"
},
"items": [
{
"item_desc": "100cm Nordic Round Area Rug Abstract Geometric Patterns Non-Slip Floor Carpet",
"item_qty": "2,00",
"item_net_price": "30,98",
"item_net_worth": "61,96",
"item_vat": "10%",
"item_gross_worth": "68,16"
}
],
"summary": {
"total_net_worth": "$61,96",
"total_vat": "$6,20",
"total_gross_worth": "$ 68,16"
}
} |