-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_inventory.json
77 lines (77 loc) · 1.81 KB
/
data_inventory.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
{
"latte di soia": {
"Quantità": 28,
"Purchase price": "€0.8",
"Selling price": "€1.4"
},
"tofu": {
"Quantità": 52,
"Purchase price": "€2.2",
"Selling price": "€4.19"
},
"seitan": {
"Quantità": 49,
"Purchase price": "€3",
"Selling price": "€5.49"
},
"mandorle": {
"Quantità": 40,
"Purchase price": "€7.5",
"Selling price": "€10"
},
"edamame": {
"Quantità": 50,
"Purchase price": "€9.5",
"Selling price": "€14"
},
"riso": {
"Quantità": 43,
"Purchase price": "€2.5",
"Selling price": "€3.4"
},
"noci": {
"Quantità": 48,
"Purchase price": "€2.3",
"Selling price": "€4.52"
},
"alghe": {
"Quantità": 61,
"Purchase price": "€5.8",
"Selling price": "€7.9"
},
"arachidi": {
"Quantità": 49,
"Purchase price": "€2.8",
"Selling price": "€4.3"
},
"mele": {
"Quantità": 45,
"Purchase price": "€1.75",
"Selling price": "€2.25"
},
"pere": {
"Quantità": 29,
"Purchase price": "€2.58",
"Selling price": "€4.2"
},
"banane": {
"Quantità": 10,
"Purchase price": "€3.5",
"Selling price": "€4.6"
},
"ciliegie": {
"Quantità": 20,
"Purchase price": "€2.5",
"Selling price": "€3.8"
},
"uva": {
"Quantità": 14,
"Purchase price": "€2.1",
"Selling price": "€3.1"
},
"pesca": {
"Quantità": 42,
"Purchase price": "€1.22",
"Selling price": "€2.50"
}
}