-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathventas_db.json
More file actions
60 lines (60 loc) · 1.29 KB
/
Copy pathventas_db.json
File metadata and controls
60 lines (60 loc) · 1.29 KB
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
{
"1": {
"id_venta": "1",
"fecha": "29-07-24",
"cliente": "Rios Gerardo",
"monto_total": 70000.0,
"productos": [
"Prod1",
"Prod2",
"Prod3"
],
"direccion_envio": "Molina 160"
},
"2": {
"id_venta": "2",
"fecha": "29-07-24",
"cliente": "Arce Pedro",
"monto_total": 150000.0,
"productos": [
"Producto4",
"Producto5",
"Producto6"
],
"vendedor": "Lucas"
},
"3": {
"id_venta": "3",
"fecha": "29-07-24",
"cliente": "Romero Natalia",
"monto_total": 200000.0,
"productos": [
"Producto7",
" Producto8",
"Producto9"
],
"vendedor": "juan"
},
"4": {
"id_venta": "4",
"fecha": "29-07-24",
"cliente": "Romero Jose",
"monto_total": 20000.0,
"productos": [
"Producto15"
],
"direccion_envio": "Alberdi 1500"
},
"5": {
"id_venta": "5",
"fecha": "02-08-24",
"cliente": "asdf",
"monto_total": 20.0,
"productos": [
"asdf",
"asdf",
"asdf"
],
"direccion_envio": "asdfsaf"
}
}