Spaces:
Runtime error
Runtime error
File size: 1,526 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": "26020078",
"invoice_date": "11/19/2019",
"seller": "Johnson, Coleman and Mccarthy Unit 1928 Box 1473 DPO AA 74927",
"client": "Ochoa, Crane and Johnston 537 Johnson Rapid Suite 176 Morrowmouth, AK 77182",
"seller_tax_id": "944-91-8763",
"client_tax_id": "942-86-9388",
"iban": "GB93YUAY48784201603098"
},
"items": [
{
"item_desc": "The Children's Place Brown Dress Boy Lace Up Shoes Size 12",
"item_qty": "1,00",
"item_net_price": "8,00",
"item_net_worth": "8,00",
"item_vat": "10%",
"item_gross_worth": "8,80"
},
{
"item_desc": "All Mattel Disney Pixar Model Cars McQueen 1:55 Diecast Lot Choose Loose Kid Toy",
"item_qty": "5,00",
"item_net_price": "12,99",
"item_net_worth": "64,95",
"item_vat": "10%",
"item_gross_worth": "71,45"
},
{
"item_desc": "KushyShoo Children Kid Rain Boot Shoes Rubber, Monkey, Size Youth 1",
"item_qty": "1,00",
"item_net_price": "22,99",
"item_net_worth": "22,99",
"item_vat": "10%",
"item_gross_worth": "25,29"
},
{
"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"
}
],
"summary": {
"total_net_worth": "$ 105,93",
"total_vat": "$10,59",
"total_gross_worth": "$ 116,52"
}
} |