Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.16 KB

hutubill

This is a concise JAVA app to organize personal finance, which is based on Swing and JDBC. Some design patterns are involved, such as singleton and Service-Entity-DAO, etc. The app now can only be used by running the /src/startup/Bootstrap.java under certain JAVA IDE, the exe file will come later.

Below are different panel snapshots:

  1. Home - Overview of financial status

  1. Record - Record new consumption

  1. Category - Add new consumption category (eg. shopping, party, etc.)

  1. Report - Review monthly consumption as chart

  1. Configuration - Set the budget and MySQL installation path

  1. Backup - Save current status

  1. Recover - Recover last saved status

This project idea comes from practices in a JAVA learning website: how2j.

Redistribution is NOT allowed, it is only for personal study!