Skip to content

Commit 2333c10

Browse files
authored
Update data.json
1 parent cb8a372 commit 2333c10

File tree

1 file changed

+34
-17
lines changed

1 file changed

+34
-17
lines changed

hostel-bill/json/data.json

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,44 @@
55
{
66
"id": 1,
77
"name": "MALI MAHENDRAKUMAR RAMESHBHAI",
8-
"roomNo": "101",
8+
"roomNo": "04",
99
"entryDate": "10-09-2024",
1010
"deposit": 5000,
1111
"monthlyRent": 5500,
1212
"payments": [
13-
{
14-
"period": "Sept 10 - Oct 10",
15-
"amount": 5500,
16-
"status": "paid"
17-
},
18-
{
19-
"period": "Oct 10 - Nov 10",
20-
"amount": 5500,
21-
"status": "pending"
22-
},
23-
{
24-
"period": "Nov 10 - Nov 25",
25-
"amount": 4583,
26-
"status": "pending"
27-
}
28-
]
13+
{
14+
"period": "Sept 10 - Oct 10",
15+
"amount": 5500,
16+
"status": "paid"
17+
},
18+
{
19+
"period": "Oct 10 - Nov 10",
20+
"amount": 5500,
21+
"status": "paid"
22+
},
23+
{
24+
"period": "Nov 10 - Dec 10",
25+
"amount": 4500,
26+
"status": "paid"
27+
},
28+
{
29+
"period": "Dec 10 - Jan 10",
30+
"amount": 5500,
31+
"status": "pending"
32+
},
33+
{
34+
"period": "Jan 10 - Feb 10",
35+
"amount": 5500,
36+
"status": "pending"
37+
},
38+
{
39+
"period": "Feb 10 - Mar 10",
40+
"amount": 5500,
41+
"status": "pending"
42+
}
43+
]
44+
45+
2946
},
3047
{
3148
"id": 2,

0 commit comments

Comments
 (0)