Controle de Despesas Description
The Expense Control application aims to provide simple financial control.
In the Expense Control application you will find options such as:
- Register a common expense
- Register an expense with a credit card
- Register a Recipe
- When long clicking on the list item, the user has access to the menu
where you can mark the item as paid or received.
- The application provides filters for registered credit cards, facilitating the management of purchases by credit card.
- At the bottom of the application, a pie chart made from the expense category is provided, where the user can track the expenses per category on a monthly basis.
- The application has a page where the user can select the currency used.
- The application has a page where income and expenses per year are shown, as well as the net value for each year.
- The application stores data in the phone's internal memory, in SQLite. Therefore, support for cloud storage is not provided.
- The application does not collect any type of user data. Because all the data stays on the phone itself, being accessed through simple SQL queries.
The application's main objective is to provide better control over credit card purchases.
In the Expense Control application you will find options such as:
- Register a common expense
- Register an expense with a credit card
- Register a Recipe
- When long clicking on the list item, the user has access to the menu
where you can mark the item as paid or received.
- The application provides filters for registered credit cards, facilitating the management of purchases by credit card.
- At the bottom of the application, a pie chart made from the expense category is provided, where the user can track the expenses per category on a monthly basis.
- The application has a page where the user can select the currency used.
- The application has a page where income and expenses per year are shown, as well as the net value for each year.
- The application stores data in the phone's internal memory, in SQLite. Therefore, support for cloud storage is not provided.
- The application does not collect any type of user data. Because all the data stays on the phone itself, being accessed through simple SQL queries.
The application's main objective is to provide better control over credit card purchases.
Open up