dashboard
r
rejina karki
Welcome Section:Displays the username.Shows the preferred currency type.Key Metrics Summary (Displayed as cards at the top):Total Cash Inflows (sum of all income/credits).Total Cash Outflows (sum of all expenses/debits).Pending Debts (number of debts that are not yet cleared).Cleared Debts (sum of all paid debts).Remaining Balance (difference between inflows and outflows).Pending Debts Highlight:A dedicated section or sidebar listing:Sources of debts.Due dates (highlighted in red if overdue).Amounts.Transactions Table:Displays a detailed list of all transactions:Columns: Date, Amount, Type (Credit, Debit, Debt), Notes, Tags.Sorting and filtering options based on:Transaction type.Date range.Custom tags (e.g., Monthly, Rent, Groceries).Graphical Visualization:Bar Chart:Compares cash inflows and outflows over a selected date range.Pie Chart:Categorizes transactions (e.g., Rent, Groceries, Miscellaneous, etc.).Helps visualize where the user’s money is going.Top Transactions:List of the top 5:Highest Inflows.Highest Outflows.Filters:Date range filters (default: Current Month).Tag-based filters (e.g., Rent, Groceries, Miscellaneous).Alerts and Notifications:Alerts for overdue debts or when balance is insufficient for outflows.Design ConsiderationsColor Coding:Use green for inflows/positive metrics.Use red for outflows/negative metrics.Highlight overdue debts or warnings distinctly.Interactive Elements:Charts and tables should be interactive, with tooltips for detailed insights.Allow users to drill down into specific transaction details.Default Date Range:Current month view, with the option to switch to a custom range.Functional NavigationSide Navigation Bar (Optional):Quick links to add transactions.View filtered lists (e.g., Debts Only, Income Only).Option to Export Dashboard Reports in CSV, JSON, or Excel formats.Development PrioritiesEnsure performance with real-time metrics updates.Make the dashboard visually appealing yet minimalistic.Add customization options for the user (e.g., preferred chart type or theme).