Personal budget management application.
Ever wondered where "Dollet" comes from? It's a mashup of "Dol-" from Dollar π΅ and "-let" from Wallet π. This app helps store information about bank accounts and more in one place, while also tracking personal budgets by adding expenses and income.
It's like having a digital wallet for all financial needs! π²
Main: .NET MAUI
Dependencies:
- β MVVM pattern
- β Nice & modern UI layout
- β Use currencies API
- β Change app theme
-
β Accounts
- β Display all active
- β Display hidden
- β Adding new
- β Editing existing
- β Set as default
-
β Balance
- β Display sumable
- β Handle currency sumable
- β Handle calculating
-
β Categories
- β Seed default categories
- β Reordering
- β Save handling
- β Expenses
- β Incomes
-
β Transactions
- β
Expenses
- β Add new expense
- β Handle calculate account balance
- β Display all with filtering by day/week/month
- β Filter by custom date range
- β Display grouped by category
- β Edit existing
- β Display chart
- β
Incomes
- β Add new income
- β Handle calculate account balance
- β Display all with filtering by day/week/month
- β Filter by custom date range
- β Display grouped by category
- β Edit existing
- β Display chart
- β
Expenses
-
β Currencies
- β Seed currencies
- β Display all
- β Change default
- β Handle calculating
-
β Setting
- β Change theme
- β¬οΈ Add/Edit account same selected behavior as on Add/Edit transaction
- β¬οΈ Add/Edit account invert hidden/default properties
- β¬οΈ Reordering accounts
- β¬οΈ Better layout for removing existing account
- β¬οΈ Better reordering categories
- β¬οΈ Add custom category
- β¬οΈ Passing date to custom date range picker
- β¬οΈ Better layout for date range picker
- β¬οΈ Search in transactions
- β¬οΈ Go back to correct grouped category transaction details when transaction category changed
- β¬οΈ Correct double click - back button behavior
- β¬οΈ Account transfers
- β¬οΈ Display transactions for account
- β¬οΈ First run page with passing username and default currency
- β¬οΈ Scheduled transactions
- β¬οΈ Change default account image
- β¬οΈ Wallets
- β¬οΈ Settings
- β¬οΈ Increase app performance