Spaces:
Runtime error
Runtime error
File size: 1,249 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": "20850516",
"invoice_date": "07/10/2017",
"seller": "Carney-Rogers USNS Peterson FPO AP 71052",
"client": "Duncan, Mendoza and Mitchell 21954 Eduardo Passage South Brianchester, MI 84023",
"seller_tax_id": "902-92-0164",
"client_tax_id": "908-70-1405",
"iban": "GB48NZE0291529152051083956"
},
"items": [
{
"item_desc": "Jordan B'Loyal Boys Grade School Sneakers US 3Y",
"item_qty": "4,00",
"item_net_price": "9,00",
"item_net_worth": "36,00",
"item_vat": "10%",
"item_gross_worth": "39,60"
},
{
"item_desc": "Western Chief Kids' Boys Classic Rain Boots w/ Pull Handles Navy Blue Size 12",
"item_qty": "1,00",
"item_net_price": "9,99",
"item_net_worth": "9,99",
"item_vat": "10%",
"item_gross_worth": "10,99"
},
{
"item_desc": "Hot Toys COSB748 Mandalorian & The Child COSBABY Mini Figure Model Collection",
"item_qty": "4,00",
"item_net_price": "32,89",
"item_net_worth": "131,56",
"item_vat": "10%",
"item_gross_worth": "144,72"
}
],
"summary": {
"total_net_worth": "$ 177,55",
"total_vat": "$17,76",
"total_gross_worth": "$ 195,31"
}
} |