-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathdata.json
148 lines (148 loc) · 4.08 KB
/
data.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"records": [
{
"uid": 1,
"customer": "IBBP Apps",
"company": "H&R Real Inc.",
"contact": "Jerome R. Camacho - [email protected]",
"address": "3982 Rose Street, Dublin, CA 94568",
"revenue": 90277.76,
"VAT": 5441,
"totalPrice": 864484.73,
"status": "FINISHED",
"date": "2014-03-07"
},
{
"uid": 2,
"customer": "SRA-General Contacts",
"company": "Rossi Auto Parts",
"contact": "Denise M. Briggs - [email protected]",
"address": "7920 Glenlake Avenue, Ankeny, IA 50023",
"revenue": 394038.65,
"VAT": 6651,
"totalPrice": 699604.19,
"status": "ETA",
"date": "2014-03-08"
},
{
"uid": 3,
"customer": "CCST",
"company": "Hudson's MensWear",
"contact": "Sheryl G. Dorsey - [email protected]",
"address": "42 West Arch Drive Windermere, FL 34786",
"revenue": 52359.44,
"VAT": 6617,
"totalPrice": 944097.04,
"status": "WIP",
"date": "2014-03-09"
},
{
"uid": 4,
"customer": "Accupure",
"company": "Lum's",
"contact": "Iris D. Hurtado - [email protected]",
"address": "4275 Gordon Street, Ontario, CA 91761",
"revenue": 417685.45,
"VAT": 4996,
"totalPrice": 966285.76,
"status": "FINISHED",
"date": "2014-03-10"
},
{
"uid": 5,
"customer": "El Tools",
"company": "Wholesale Club, Inc.",
"contact": "William S. Arnold - [email protected]",
"address": "2178 Rardin Drive, Mountain View, CA 94041",
"revenue": 846116.07,
"VAT": 8959,
"totalPrice": 457582.04,
"status": "ETA",
"date": "2014-04-17"
},
{
"uid": 6,
"customer": "IBBP Apps",
"company": "Atco Ltd.",
"contact": "Gary M. Webb - [email protected]",
"address": "1596 Bridge Avenue, Lafayette, LA 70501",
"revenue": 273209.79,
"VAT": 9027,
"totalPrice": 986750.81,
"status": "ETA",
"date": "2014-04-18"
},
{
"uid": 7,
"customer": "Accupure",
"company": "Lum's",
"contact": "Rebecca M. Gosser - [email protected]",
"address": "4275 Gordon Street, Ontario, CA 91761",
"revenue": 875475.58,
"VAT": 9683,
"totalPrice": 633683.87,
"status": "ETA",
"date": "2014-04-19"
},
{
"uid": 8,
"customer": "eDiscovery",
"company": "Ensign Energy Services Inc.",
"contact": "Harold C. Loewen - [email protected]",
"address": "1310 Kerry Way, Irvine, CA 92614",
"revenue": 866891.34,
"VAT": 9744,
"totalPrice": 985341.75,
"status": "FINISHED",
"date": "2014-04-20"
},
{
"uid": 9,
"customer": "IBBP Apps",
"company": "Atco Ltd.",
"contact": "Gary M. Webb - [email protected]",
"address": "1596 Bridge Avenue, Lafayette, LA 70501",
"revenue": 781620.85,
"VAT": 937,
"totalPrice": 693687.08,
"status": "WIP",
"date": "2014-05-21"
},
{
"uid": 10,
"customer": "Voxel Plus",
"company": "Schucks Auto Supply",
"contact": "Joshua C. Brown - [email protected]",
"address": "4822 Maloy Court, Colby, KS 67701",
"revenue": 307248.33,
"VAT": 684,
"totalPrice": 721256.26,
"status": "WIP",
"date": "2014-05-01"
},
{
"uid": 11,
"customer": "Red Game",
"company": "Huffman and Boyle",
"contact": "Randy D. Johnson - [email protected]",
"address": "4414 Shadowmar Drive, New Orleans, LA 70112",
"revenue": 771609.44,
"VAT": 2773,
"totalPrice": 309906.58,
"status": "ETA",
"date": "2014-05-13"
},
{
"uid": 12,
"customer": "Accupure",
"company": "Lum's",
"contact": "Rebecca M. Gosser - [email protected]",
"address": "4275 Gordon Street, Ontario, CA 91761",
"revenue": 211927.83,
"VAT": 9772,
"totalPrice": 916957.17,
"status": "FINISHED",
"date": "2014-05-24"
}
]
}