You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>Displays all user expenses in a scrollable, searchable, and sortable list.</p>
149
+
<li><p>Displays all user expenses in a scrollable, and sortable list.</p>
149
150
</li>
150
151
<li><p>Users can:</p>
151
152
<ul>
152
153
<li>🧾 <strong>Sort</strong> expenses by date, amount, or category.</li>
153
-
<li>🔍 <strong>Filter</strong> by category, date, or keyword.</li>
154
+
<li>🔍 <strong>Filter</strong> by category, date, and payment mode.</li>
154
155
<li>🖱️ Tap any entry to open a <strong>modal</strong> with complete details and options to <strong>edit</strong> or <strong>delete</strong> the expense.</li>
155
156
</ul>
156
157
</li>
157
158
</ul>
158
159
<hr>
159
160
<h3>5. <strong>Budget View</strong></h3>
160
161
<ul>
161
-
<li><p>Users can define a <strong>budget range</strong> by selecting start and end dates.</p>
162
+
<li><p>Users can define a <strong>budget range</strong> by selecting a <strong>start</strong> and <strong>end date</strong>.</p>
162
163
</li>
163
-
<li><p>After setting a budget:</p>
164
+
<li><p>Once a budget is set:</p>
164
165
<ul>
165
-
<li>A <strong>progress bar</strong> shows how much of the budget has been spent.</li>
166
-
<li>Options to <strong>edit</strong> or <strong>delete</strong> the budget are available for flexibility and control.</li>
166
+
<li><p>A <strong>progress bar</strong> visually represents how much of the budget has been spent.</p>
167
+
</li>
168
+
<li><p>Informative summary boxes display:</p>
169
+
<ul>
170
+
<li><strong>Avg Allowed/Day</strong></li>
171
+
<li><strong>Spent/Day</strong></li>
172
+
<li><strong>Suggested/Day</strong> (based on remaining budget and days)</li>
173
+
</ul>
174
+
</li>
175
+
<li><p>Users have the ability to <strong>edit</strong> or <strong>delete</strong> the budget for better flexibility and control.</p>
0 commit comments