-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
72 lines (72 loc) · 1.57 KB
/
db.json
File metadata and controls
72 lines (72 loc) · 1.57 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"collection": [
{
"id": 1,
"date": "08/09/2021",
"collect_id": 11221,
"farmer_uin": 114422,
"pond_id": 1144,
"procedure": "20,000 UN",
"group": "10,000UN",
"amount": "10,000 UN",
"driver_name": "John Smith",
"truck_plate_no": "YLA-291EL",
"dep_time": "09:35pm"
},
{
"id": 2,
"date": "08/09/2021",
"collect_id": 11221,
"farmer_uin": 114422,
"pond_id": 1144,
"procedure": "20,000 UN",
"group": "10,000UN",
"amount": "10,000 UN",
"driver_name": "John Smith",
"truck_plate_no": "YLA-291EL",
"dep_time": "09:35pm"
},
{
"id": 3,
"date": "08/09/2021",
"collect_id": 11221,
"farmer_uin": 114422,
"pond_id": 1144,
"procedure": "20,000 UN",
"group": "10,000UN",
"amount": "10,000 UN",
"driver_name": "John Smith",
"truck_plate_no": "YLA-291EL",
"dep_time": "09:35pm"
}
],
"expenses": [
{
"id": 1,
"no": 233,
"item": "Blue Marlin box of 50kg 15*5",
"unit_price": "20,000 UN",
"unit": "KG",
"amount": "4,000,000",
"date": "12-07-2021"
},
{
"id": 2,
"no": 233,
"item": "Blue Marlin box of 50kg 15*5",
"unit_price": "20,000 UN",
"unit": "KG",
"amount": "4,000,000",
"date": "12-07-2021"
},
{
"id": 3,
"no": 233,
"item": "Blue Marlin box of 50kg 15*5",
"unit_price": "20,000 UN",
"unit": "KG",
"amount": "4,000,000",
"date": "12-07-2021"
}
]
}