Spaces:
Runtime error
Runtime error
File size: 1,677 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 51 52 53 54 55 56 57 58 |
{
"header": {
"invoice_no": "72346654",
"invoice_date": "10/25/2015",
"seller": "Malone-Lopez 851 Hall Extensions Apt. 554 Port Yolandaland, WY 20517",
"client": "Perez Group 480 Destiny Ridge Suite 247 Port Laura, IL 30520",
"seller_tax_id": "955-96-9323",
"client_tax_id": "927-90-3514",
"iban": "GB98THYE24829931003032"
},
"items": [
{
"item_desc": "NWT Women's MAX EDITION Classy Gray Knit Stretch Dress side bow tie 3/4 sleeve XL",
"item_qty": "3,00",
"item_net_price": "12,50",
"item_net_worth": "37,50",
"item_vat": "10%",
"item_gross_worth": "41,25"
},
{
"item_desc": "Rebecca Minkoff Black Polyester Fringe and Lambskin Dress Sz 12",
"item_qty": "2,00",
"item_net_price": "9,99",
"item_net_worth": "19,98",
"item_vat": "10%",
"item_gross_worth": "21,98"
},
{
"item_desc": "balmain dress 36",
"item_qty": "4,00",
"item_net_price": "1550,00",
"item_net_worth": "6200,00",
"item_vat": "10%",
"item_gross_worth": "6820,00"
},
{
"item_desc": "sandro dress",
"item_qty": "5,00",
"item_net_price": "80,00",
"item_net_worth": "400,00",
"item_vat": "10%",
"item_gross_worth": "440,00"
},
{
"item_desc": "Kate Spade NY Sleeveless Ponte Fit & Flare Solid Black Dress Size 6",
"item_qty": "2,00",
"item_net_price": "49,99",
"item_net_worth": "99,98",
"item_vat": "10%",
"item_gross_worth": "109,98"
}
],
"summary": {
"total_net_worth": "$6757,46",
"total_vat": "$ 675,75",
"total_gross_worth": "$7433,21"
}
} |