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
Copy file name to clipboardExpand all lines: README.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,38 +91,49 @@ All expenses are stored in the device's **LocalStorage** and reflected immediate
91
91
92
92
---
93
93
94
-
### 5. **Budget & Salary Management**
94
+
### 5. **Budget & Income Management**
95
95
96
-
The **Budget & Salary** module provides a sophisticated financial dashboard that transitions between total income tracking and granular monthly budgeting.
96
+
The **Budget & Income** module provides a sophisticated financial dashboard that transitions between total income tracking and granular monthly budgeting, along with advanced filtering capabilities for deeper financial insights.
97
97
98
98
**Key capabilities include:**
99
99
100
100
* 💼 **Dynamic Financial Modes**
101
-
***Salary Tracking:** Tracks total accumulated income and overall savings rates.
101
+
***Income Tracking:** Tracks total accumulated income and overall savings rates.
102
102
***Budget Tracking:** Focuses on a specific month's limits to prevent overspending.
103
103
* The system intelligently calculates metrics based on the active `viewMode`.
104
104
105
+
* 🔎 **Income Date Range Filtering**
106
+
* Users can filter income records between a selected **start month and end month**.
107
+
* Displays income analytics based only on the selected period.
108
+
* Allows better financial analysis such as:
109
+
110
+
* Tracking income trends over time.
111
+
* Reviewing earnings for specific periods.
112
+
* Simplifying historical income comparisons.
105
113
106
114
* 📊 **Advanced Financial Analytics**
107
-
***Salary Growth:** Automatically calculates the percentage increase or decrease in income compared to the previous month.
108
-
***Savings Rate:** Real-time calculation of the percentage of income retained after expenses:
115
+
***Income Growth:** Automatically calculates the percentage increase or decrease in income compared to the previous month.
116
+
***Savings Rate:** Real-time calculation of the percentage of income retained after expenses.
109
117
110
118
111
-
***Daily Spending Intelligence:**
119
+
*📅 **Daily Spending Intelligence**
112
120
***Allowed/Day:** Your theoretical daily limit based on the total budget and days in the month.
113
121
***Spent/Day:** Actual average spending calculated from the day of your first expense to today.
114
-
***Suggested/Day:** A dynamic "correction" metric that tells you exactly how much you can spend for the *remaining* days to stay on target.
122
+
***Suggested/Day:** A dynamic "correction" metric that tells you exactly how much you can spend for the remaining days to stay on target.
115
123
116
124
* 🎨 **Visual Feedback & Progress**
117
125
***Smart Progress Bar:** A multi-state indicator that shifts colors based on your spending velocity:
@@ -134,6 +145,7 @@ Provides customization and utility options for better personalization:
134
145
* 📤 **Import Data** — Upload and import expense data into the application
135
146
* 🔄 **Update App** — Update the application to the latest available version
136
147
* ☁️ **Data Backup** — Enable automatic or manual data backup for data safety. When enabled, a backend API runs automatically in the background to upload your data to the database.
148
+
* ❓ **[Help & Support](https://devnamdev2003.github.io/angular-expense-tracker/public/help.html)** — Redirects to the external help center for FAQs, guides, and customer support
0 commit comments