https://github.com/ciucurdaniel/budgetplannerappwpf
WPF Desktop app used to track expenses and set budgets.
https://github.com/ciucurdaniel/budgetplannerappwpf
budget budget-manager csharp entity-framework material-design material-ui wpf-application
Last synced: about 1 month ago
JSON representation
WPF Desktop app used to track expenses and set budgets.
- Host: GitHub
- URL: https://github.com/ciucurdaniel/budgetplannerappwpf
- Owner: CiucurDaniel
- Created: 2021-05-23T16:13:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T20:41:55.000Z (about 5 years ago)
- Last Synced: 2025-01-14T04:29:43.906Z (over 1 year ago)
- Topics: budget, budget-manager, csharp, entity-framework, material-design, material-ui, wpf-application
- Language: C#
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://dotnet.microsoft.com/download/dotnet/5.0)
[](https://dotnet.microsoft.com/download/dotnet/3.1)
# BudgetPlanner
WPF Windows application used to plan your monthly budget.
# Development team:
* Opra Andrei
* Ciucur Daniel
# Functionality
* Set monthly budgets for different types of categories (bills, groceries, economies, ...)
* Add you expenses
* View all your expenses
* Group your expenses into categories
* Currency convertor (using an API)
# User manual
Below we will take a look at the interfaces and functionalities that our app has.
## Register screen
This is the register screen, here you can register for a new account.

## Login screen
This is the login screen, here you can login in order to access the app.

## Home screen
This is the homescreen, here you will see a menu in the left where you can navigate to other parts of the app. In the middle you will see a list of your categories of expenses, you can of course add new ones or delete them. If you click an expense category you can log and see your expenses from that category.

## Currency converter screen
This is the currency converter window, from here you can perform currency convertions, you will get tha rate in real time via an API.

## Expenses list screen
Here you can (after you click an expense category) you can see all expenses (belonging to the previously clicked category) that you made so far. You can perform different operations like sorting, adding, deleting.

## Add new item screen
From here you can add a new item that you bought, which belongs to the categoty that you are currently in.

## Budget status window
Here you can see a pie chart representing the status of your spendings.
Note: The NuGet package with the chart has some bugs, sometimes puts a color more than once in a chart.

## Updated Budget status window
This is the new version of the Bduget status which has a button to export the chart as Excel.

## Example excel file
This is an example of an Excel file exported from the app.
**Notice:** by default the Excel file gets saved on users desktop.
