-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Add a feature to display the user's net income in the transaction section. Net income should reflect the difference between total income and total expenses, updating automatically whenever transactions change. This will help users easily see their overall financial status and make informed decisions.
Current Behavior
Currently, the transaction section does not display the user's net income, making it difficult for users to quickly gauge their overall financial status.
Suggested Improvement
Introduce a "Net Income" field in the transaction section that dynamically updates to reflect the user's total income minus total expenses. This value should be recalculated in real-time whenever a user adds, updates, or deletes an income or expense entry.
Benefits
Provides users with immediate insight into their financial health.
Helps users clearly understand whether they are operating at a surplus or deficit.
Encourages better financial management by making net income easily visible.
Possible Implementation
Add a "Net Income" field at the top of the transaction section.
Update the net income in real-time on any transaction change (addition, edit, deletion).
Optionally, highlight positive and negative net income values for better visibility.
Net Income can be displayed in the Transaction section alongside the manage categories option
