📄️ Cashflow
The CashflowComponent shows the user's gross expense and income over a period of time, along with the difference between them.
📄️ Expense
The ExpenseComponent shows the user's spend across categories in a neat donut chart, along with a list of recent transactions. Users are able to view data for previous months easily too.
📄️ Transaction List
The TransactionListComponent shows a list of enriched transactions in a user-friendly way, with each transaction having an associated brand.
📄️ Transaction Detail
The TransactionDetailComponent shows users information about a specific transaction and allows them to update its category or Brand, in case they are inaccurate.
📄️ Brand Trends
Besides showing the user's spend on each Brand, the BrandTrendsComponent uses a chart to show the user's spend per day. It also allows users to filter data by category, tags and dates by default.
📄️ Category Trends
The CategoryTrendsComponent shows the user's spend across different categories both in a chart, and in a list of category tiles.