sparrow-ui-itn / docs /json /key /invoice_12.json
ITNovaML's picture
Duplicate from katanaml-org/sparrow-ui
e79ac05
raw
history blame contribute delete
994 Bytes
{
"header": {
"invoice_no": "49923258",
"invoice_date": "10/26/2011",
"seller": "Watson LLC 15758 Hartman Summit Port Pamelamouth, SC 83489",
"client": "Roth-Smith 802 Pamela Mission Matthewview, IL 73213",
"seller_tax_id": "903-74-7444",
"client_tax_id": "935-77-3388",
"iban": "GB25DWRK25073532649300"
},
"items": [
{
"item_desc": "Original Nintendo Gaming Console with Robot, 9 games & extras",
"item_qty": "1,00",
"item_net_price": "475,00",
"item_net_worth": "475,00",
"item_vat": "10%",
"item_gross_worth": "522,50"
},
{
"item_desc": "Nintendo Switch Gaming Console W/ Neon Blue & Red Controllers,Carry Case,Cable",
"item_qty": "2,00",
"item_net_price": "300,00",
"item_net_worth": "600,00",
"item_vat": "10%",
"item_gross_worth": "660,00"
}
],
"summary": {
"total_net_worth": "$1075,00",
"total_vat": "$107,50",
"total_gross_worth": "$1182,50"
}
}