Simple app to organise your home budget.
At the beginning it was a university project, but I thought that I could develop this project and learn more new things because I'd like to be a Java Developer. With this program, you will manage your household expenses. At this moment you can add purchases and incomes but in future you will be able to add the status of the gas, water or electricity meters and check useful charts and statistics.
- Java 17
- JavaFX 17
- CSS
- SQLite 3
You can download it here
In package is whole Java 17, so you don't have to worry about installing right version of Java. All you have to do it unzip downloaded file and run homeBudget.exe
.
At this moment there is only version for Windows but in the near future I'll add Linux support.
Remove sample data:
- Click big checkbox in the header of Purchases or Incomes Table
- Go to purchases/incomes menu
- Click remove purchase/income
Add new shop
- Just write name of the new shop in "New shop" text-field, this text-field has bigger priority than list with shops.
To do:
- Add more statistics.
- Add status of gas, water and electricity maters.
- Add exporting to CSV.
- Add possibility to change currency.
- Add support for different years.