-
Notifications
You must be signed in to change notification settings - Fork 0
/
db_teste.json
113 lines (113 loc) · 2.08 KB
/
db_teste.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
{
"usuarios": [
{
"id": "f1b5",
"name": "Eduardo Oliveira",
"color": "Cinza",
"category": "NOC",
"price": "7997",
"locais_trabalho": [
"c364",
"b48c"
]
},
{
"id": "b02d",
"name": "Haildson SIlva",
"color": "Branco",
"category": "NOC",
"price": "78552"
},
{
"id": "d587",
"name": "Antonio Santos",
"color": "Branco",
"category": "T.I",
"price": "77752"
},
{
"id": "a9b8",
"name": "Admin",
"color": "Azul",
"category": "Admin",
"price": "5252"
}
],
"locais_trabalho": [
{
"id": "c364",
"description": "Espaço cultural",
"color": "green",
"latlon": "-4.032061998820194, -44.46534694233698",
"radius": "20"
},
{
"id": "864a",
"description": "Central",
"color": "red",
"latlon": "-4.039300095455312, -44.46853528493972",
"radius": "30"
},
{
"id": "7d97",
"description": "Chácara tarumã",
"color": "blue",
"latlon": "-4.0322185615346084, -44.46204954344523",
"radius": "20"
},
{
"id": "b48c",
"description": "Magazine Luiza",
"color": "cyan",
"latlon": "-4.034811282796596, -44.46657394184906",
"radius": "56"
}
],
"horarios": [
{
"id": "25634",
"horario": "Horário principal",
"entrada1": "08:00",
"saida1": "12:00",
"entrada2": "14:00",
"saida2": "18:00",
"tolerancia": 10
}
],
"empresas": [
{
"id": "d5b8",
"name": "CAS",
"usuarios": [
"f1b5",
"b02d",
"d587",
"1a46"
]
}
],
"batidas": [
{
"id": "06cc",
"data": "2024-03-05",
"usuario": "41",
"batidas": [
"16:07"
],
"local": "Central"
},
{
"id": "1698",
"data": "2024-03-06",
"usuario": "41",
"batidas": [
"07:56",
"08:22",
"08:37",
"10:22",
"15:11"
],
"local": "Central"
}
]
}