-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
54 lines (54 loc) · 1.62 KB
/
test.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
{
"id": 2,
"name": "Testing",
"email": "[email protected]",
"email_verified_at": null,
"role": "seller",
"created_at": "2024-05-10T05:35:24.000000Z",
"updated_at": "2024-05-10T05:35:24.000000Z",
"destination_id": 1,
"job_id": 1,
"job": {
"id": 1,
"job": "Kasir",
"salary": 500000,
"table_money": 15000,
"created_at": "2024-05-08T03:21:44.000000Z",
"updated_at": "2024-05-08T03:21:44.000000Z"
},
"absen": [
{
"id": 7,
"user_id": 1,
"job_id": 1,
"amount_salary": 515000,
"absen": "MASUK",
"description": "Hadir",
"date": "2024-05-14",
"created_at": "2024-05-14T05:20:49.000000Z",
"updated_at": "2024-05-14T05:20:49.000000Z",
"presence_amount": 1,
"user": {
"id": 1,
"name": "pia nazwa",
"email": "[email protected]",
"email_verified_at": null,
"role": "admin",
"created_at": "2024-05-07T01:34:38.000000Z",
"updated_at": "2024-05-07T01:34:38.000000Z",
"destination_id": 1,
"job_id": 1,
"job": {
"id": 1,
"job": "Kasir",
"salary": 500000,
"table_money": 15000,
"created_at": "2024-05-08T03:21:44.000000Z",
"updated_at": "2024-05-08T03:21:44.000000Z"
}
}
}
...
],
"total_amount_salary": 515000
}