File size: 951 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
{
  "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"
  }
}