PuranjayB commited on
Commit
3fceaa1
·
verified ·
1 Parent(s): 5b3447e

Delete user001.json

Browse files
Files changed (1) hide show
  1. user001.json +0 -91
user001.json DELETED
@@ -1,91 +0,0 @@
1
- [
2
- {
3
- "entry_id": 1,
4
- "date": "06-05-2024",
5
- "description": "Groceries",
6
- "debit": 100.00,
7
- "credit": null,
8
- "balance": 25640.00
9
- },
10
-
11
- {
12
- "entry_id": 2,
13
- "date": "06-05-2024",
14
- "description": "Salary",
15
- "debit": null,
16
- "credit": 1000.00,
17
- "balance": 26640.00
18
- },
19
-
20
- {
21
- "entry_id": 3,
22
- "date": "06-05-2024",
23
- "description": "Rent",
24
- "debit": 500.00,
25
- "credit": null,
26
- "balance": 26140.00
27
- },
28
-
29
- {
30
- "entry_id": 4,
31
- "date": "06-05-2024",
32
- "description": "Electricity",
33
- "debit": 200.00,
34
- "credit": null,
35
- "balance": 25940.00
36
- },
37
-
38
- {
39
- "entry_id": 5,
40
- "date": "06-05-2024",
41
- "description": "Internet",
42
- "debit": 50.00,
43
- "credit": null,
44
- "balance": 25890.00
45
- },
46
-
47
- {
48
- "entry_id": 6,
49
- "date": "06-05-2024",
50
- "description": "Salary",
51
- "debit": null,
52
- "credit": 1000.00,
53
- "balance": 26890.00
54
- },
55
-
56
- {
57
- "entry_id": 7,
58
- "date": "06-05-2024",
59
- "description": "Groceries",
60
- "debit": 100.00,
61
- "credit": null,
62
- "balance": 26790.00
63
- },
64
-
65
- {
66
- "entry_id": 8,
67
- "date": "06-05-2024",
68
- "description": "Rent",
69
- "debit": 500.00,
70
- "credit": null,
71
- "balance": 26290.00
72
- },
73
-
74
- {
75
- "entry_id": 9,
76
- "date": "06-05-2024",
77
- "description": "Electricity",
78
- "debit": 200.00,
79
- "credit": null,
80
- "balance": 26090.00
81
- },
82
-
83
- {
84
- "entry_id": 10,
85
- "date": "06-05-2024",
86
- "description": "Internet",
87
- "debit": 50.00,
88
- "credit": null,
89
- "balance": 26040.00
90
- }
91
- ]