File size: 1,482 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": "61356291",
    "invoice_date": "09/06/2012",
    "seller": "Chapman, Kim and Green 64731 James Branch Smithmouth, NC 26872",
    "client": "Rodriguez-Stevens 2280 Angela Plain Hortonshire, MS 93248",
    "seller_tax_id": "949-84-9105",
    "client_tax_id": "939-98-8477",
    "iban": "GB50ACIE59715038217063"
  },
  "items": [
    {
      "item_desc": "Wine Glasses Goblets Pair Clear Glass",
      "item_qty": "5,00",
      "item_net_price": "12,00",
      "item_net_worth": "60,00",
      "item_vat": "10%",
      "item_gross_worth": "66,00"
    },
    {
      "item_desc": "With Hooks Stemware Storage Multiple Uses Iron Wine Rack Hanging Glass",
      "item_qty": "4,00",
      "item_net_price": "28,08",
      "total_net_worth": "112,32",
      "item_vat": "10%",
      "item_gross_worth": "123,55"
    },
    {
      "item_desc": "Replacement Corkscrew Parts Spiral Worm Wine Opener Bottle Houdini",
      "item_qty": "1,00",
      "item_net_price": "7,50",
      "total_net_worth": "7,50",
      "item_vat": "10%",
      "item_gross_worth": "8,25"
    },
    {
      "item_desc": "HOME ESSENTIALS GRADIENT STEMLESS WINE GLASSES SET OF 420 FL OZ (591 ml) NEW",
      "item_qty": "1,00",
      "item_net_price": "12,99",
      "item_net_worth": "12,99",
      "item_vat": "10%",
      "item_gross_worth": "14,29"
    }
  ],
  "summary": {
    "total_net_worth": "$ 192,81",
    "total_vat": "$19,28",
    "total_gross_worth": "$ 212,09"
  }
}