Bank Statement Analysis
Upon uploading their CSV, users can view all of their spending habits that will be displayed in the table. The table assigns Id to each row of information, and displays columns such as date, description, amount and category.
By clicking on each row of data from table, users have the ability to assign category to each row, based on their knowledge. Assignment can be done, one by one or clicking the option to assign as whole to descriptions similar to the current one.
The assignment of categories, allows users to track their expenses based on grouping of all similar habits in one place. This allows the user to view their spending habbits and expenses in graph format. The graphs consist of daily, weekly and monthly charts that demonstrate how much budget is spent on each category.
There application only allows for:
- Uploading one file at a time
- Uploading a new file will remove any pre-existing data
- Users can't have access to their old sets of data
- The grid only displays data with rows (length) of 100, users can't upload bigger files