File size: 2,041 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
59
60
61
62
63
64
65
66
{
  "header": {
    "invoice_no": "78566408",
    "invoice_date": "03/18/2016",
    "seller": "Clark PLC 3577 John Glen Suite 454 North Michaelborough, NE 70613",
    "client": "Adams and Sons 957 Flowers Drive Apt. 985 East Jared, NJ 51167",
    "seller_tax_id": "918-88-8070",
    "client_tax_id": "906-74-9305",
    "iban": "GB76QCXU43762789246312"
  },
  "items": [
    {
      "item_desc": "Oomphies Boys Ankle Boots Shoes Gray Green Kids Size 2",
      "item_qty": "2,00",
      "item_net_price": "11,99",
      "item_net_worth": "23,98",
      "item_vat": "10%",
      "item_gross_worth": "26,38"
    },
    {
      "item_desc": "Boys water/beach/pool black orange and blue hook and loop size 13-1 shoes",
      "item_qty": "2,00",
      "item_net_price": "1,18",
      "item_net_worth": "2,36",
      "item_vat": "10%",
      "item_gross_worth": "2,60"
    },
    {
      "item_desc": "Lotto Soccer Turf Shoes 6 Black Vincente Turf Jr Indoor Outdoor Futbol Cleats",
      "item_qty": "3,00",
      "item_net_price": "19,99",
      "item_net_worth": "59,97",
      "item_vat": "10%",
      "item_gross_worth": "65,97"
    },
    {
      "item_desc": "Blueteeth LED Galaxy Projector Starry Night Lamp Star Projection Night Light USB",
      "item_qty": "1,00",
      "item_net_price": "28,49",
      "item_net_worth": "28,49",
      "item_vat": "10%",
      "item_gross_worth": "31,34"
    },
    {
      "item_desc": "Joma Boys Youth Gol-102 Soccer Cleats Shoes Size 4 White Red Futbol NEW",
      "item_qty": "3,00",
      "item_net_price": "19,99",
      "item_net_worth": "59,97",
      "item_vat": "10%",
      "item_gross_worth": "65,97"
    },
    {
      "item_desc": "Adult Kids Pokemon Pikachu Kigurumi Pajama Cosplay Christmas Costume Sleepwear",
      "item_qty": "2,00",
      "item_net_price": "16,56",
      "item_net_worth": "33,12",
      "item_vat": "10%",
      "item_gross_worth": "36,43"
    }
  ],
  "summary": {
    "total_net_worth": "$207,89",
    "total_vat": "$20,79",
    "total_gross_worth": "228,68"
  }
}