sparrow-ui-itn / docs /json /key /invoice_102.json
ITNovaML's picture
Duplicate from katanaml-org/sparrow-ui
e79ac05
raw
history blame contribute delete
951 Bytes
{
"header": {
"invoice_no": "42485588",
"invoice_date": "03/15/2012",
"seller": "Zuniga and Sons 455 Jones Trace Suite 479 Port Sarah, NM 29233",
"client": "Knight-Brown 316 Garrett Valleys Lake John, LA 21710",
"seller_tax_id": "923-88-8185",
"client_tax_id": "970-99-7937",
"iban": "GB47NOK145420514797164"
},
"items": [
{
"item_desc": "3 Gal 12L Moonshine Still Stainless Steel Water Wine Alcohol Distiller Equipment",
"item_qty": "1,00",
"item_net_price": "99,92",
"item_net_worth": "99,92",
"item_vat": "10%",
"item_gross_worth": "109,91"
},
{
"item_desc": "Custom wine glass",
"item_qty": "5,00",
"item_net_price": "19,00",
"item_net_worth": "95,00",
"item_vat": "10%",
"item_gross_worth": "104,50"
}
],
"summary": {
"total_net_worth": "$ 194,92",
"total_vat": "$ 19,49",
"total_gross_worth": "214,41"
}
}