-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCode_Challenge_Sales.json
56 lines (56 loc) · 1.77 KB
/
Code_Challenge_Sales.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
[
{
"sale_id": "1",
"customer_name": "Reto Fanzen",
"customer_mail": "[email protected]",
"product_id": 1,
"product_name": "Refactoring: Improving the Design of Existing Code",
"product_price": "49.99",
"sale_date": "2019-04-02 08:05:12"
},
{
"sale_id": "2",
"customer_name": "Reto Fanzen",
"customer_mail": "[email protected]",
"product_id": 2,
"product_name": "Clean Architecture: A Craftsman's Guide to Software Structure and Design",
"product_price": "24.99",
"sale_date": "2019-05-01 11:07:18"
},
{
"sale_id": "3",
"customer_name": "Leandro Bußmann",
"customer_mail": "[email protected]",
"product_id": 2,
"product_name": "Clean Architecture: A Craftsman's Guide to Software Structure and Design",
"product_price": "19.99",
"sale_date": "2019-05-06 14:26:14"
},
{
"sale_id": "4",
"customer_name": "Hans Schäfer",
"customer_mail": "[email protected]",
"product_id": 1,
"product_name": "Refactoring: Improving the Design of Existing Code",
"product_price": "37.98",
"sale_date": "2019-06-07 11:38:39"
},
{
"sale_id": "5",
"customer_name": "Mia Wyss",
"customer_mail": "[email protected]",
"product_id": 1,
"product_name": "Refactoring: Improving the Design of Existing Code",
"product_price": "37.98",
"sale_date": "2019-07-01 15:01:13"
},
{
"sale_id": "6",
"customer_name": "Mia Wyss",
"customer_mail": "[email protected]",
"product_id": 2,
"product_name": "Clean Architecture: A Craftsman's Guide to Software Structure and Design",
"product_price": "19.99",
"sale_date": "2019-08-07 19:08:56"
}
]