{"id":20262315,"url":"https://github.com/ciucurdaniel/budgetplannerappwpf","last_synced_at":"2026-06-05T03:31:56.126Z","repository":{"id":115206699,"uuid":"370099128","full_name":"CiucurDaniel/BudgetPlannerAppWPF","owner":"CiucurDaniel","description":"WPF Desktop app used to track expenses and set budgets.","archived":false,"fork":false,"pushed_at":"2021-06-04T20:41:55.000Z","size":490,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T04:29:43.906Z","etag":null,"topics":["budget","budget-manager","csharp","entity-framework","material-design","material-ui","wpf-application"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CiucurDaniel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-23T16:13:50.000Z","updated_at":"2021-06-04T20:41:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a917582e-b3a1-4180-90ea-2cd544deccd5","html_url":"https://github.com/CiucurDaniel/BudgetPlannerAppWPF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiucurDaniel%2FBudgetPlannerAppWPF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiucurDaniel%2FBudgetPlannerAppWPF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiucurDaniel%2FBudgetPlannerAppWPF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiucurDaniel%2FBudgetPlannerAppWPF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiucurDaniel","download_url":"https://codeload.github.com/CiucurDaniel/BudgetPlannerAppWPF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241731746,"owners_count":20010781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["budget","budget-manager","csharp","entity-framework","material-design","material-ui","wpf-application"],"created_at":"2024-11-14T11:29:25.423Z","updated_at":"2026-06-05T03:31:56.074Z","avatar_url":"https://github.com/CiucurDaniel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Made with](https://img.shields.io/badge/Made%20with-.NET-blue)](https://dotnet.microsoft.com/download/dotnet/5.0)\n\n[![Framework UI](https://img.shields.io/badge/Framework%20UI-WPF-yellow)](https://dotnet.microsoft.com/download/dotnet/3.1)\n\n\n# BudgetPlanner\nWPF Windows application used to plan your monthly budget.\n\n# Development team:\n\n* Opra Andrei\n* Ciucur Daniel\n\n# Functionality\n\n* Set monthly budgets for different types of categories (bills, groceries, economies, ...)\n* Add you expenses\n* View all your expenses\n* Group your expenses into categories\n* Currency convertor (using an API)\n\n\n# User manual\n\nBelow we will take a look at the interfaces and functionalities that our app has.\n\n\n## Register screen\n\nThis is the register screen, here you can register for a new account.\n\n\n![RegisterScreen](BudgetPlanner/Documentation/UserManual/register_window.PNG)\n\n\n## Login screen\nThis is the login screen, here you can login in order to access the app.\n\n\n![RegisterScreen](BudgetPlanner/Documentation/UserManual/login_window.PNG)\n\n\n## Home screen\n\nThis 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.\n\n\n![RegisterScreen](BudgetPlanner/Documentation/UserManual/homescreen_windows.PNG)\n\n## Currency converter screen\n\nThis is the currency converter window, from here you can perform currency convertions, you will get tha rate in real time via an API.\n\n\n![CurrencyConverterScreen](BudgetPlanner/Documentation/UserManual/currency_converter_window.PNG)\n\n\n## Expenses list screen\n\nHere 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.\n\n\n![ExpenseList](BudgetPlanner/Documentation/UserManual/expenses_list_window.PNG)\n\n\n## Add new item screen\n\nFrom here you can add a new item that you bought, which belongs to the categoty that you are currently in. \n\n\n![AddNewItemScreen](BudgetPlanner/Documentation/UserManual/add_new_item_window.PNG)\n\n\n\n## Budget status window\n\nHere you can see a pie chart representing the status of your spendings. \nNote: The NuGet package with the chart has some bugs, sometimes puts a color more than once in a chart.\n\n\n![BudgetStatusScreen](BudgetPlanner/Documentation/UserManual/budget_status_window2.PNG)\n\n\n## Updated Budget status window\n\nThis is the new version of the Bduget status which has a button to export the chart as Excel.\n\n\n![BudgetStatus2Screen](BudgetPlanner/Documentation/UserManual/budget_2_chart.PNG)\n\n\n## Example excel file\n\nThis is an example of an Excel file exported from the app.\n\n**Notice:** by default the Excel file gets saved on users desktop.\n\n\n![ExcelExample](BudgetPlanner/Documentation/UserManual/excel.PNG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciucurdaniel%2Fbudgetplannerappwpf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciucurdaniel%2Fbudgetplannerappwpf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciucurdaniel%2Fbudgetplannerappwpf/lists"}