Table of Contents
Dieses Haushaltsbuch soll Ihnen einen Überblick über Ihre Ausgaben ermöglichen. Zwei Ansichten sind aktuell implementiert: Monatsansicht und Jahresansicht. Zusätzlich sind Ansichten zur Verwaltung der Ausgaben umgesetzt.
Das Projekt befindet sich noch in einem frühen Stadium, weswegen Bugs auftreten können. Sollten Sie Bugs finden, können Sie dazu gerne Issues anlegen.
Das Projekt kann lokal wie folgt aufgesetzt werden. Eine Installation als .exe
(Windows) oder .app
(Mac) ist aktuell nicht möglich.
-
Repo klonen
git clone https://github.com/tpoerschke/BudgetBook
-
Starten
VS Code:
mvn clean javafx:run
IntelliJ: Run Configuration
Launch
-
Viel Spaß! :)
-
Debug-Server starten
VS Code:
mvn clean javafx:run@debug
IntelliJ:Run Configuration
Launch
-
Per Visual Studio Code attachen (
.vscode/launch.json
)
Mithilfe des Shell-Skripts build_app.sh
kann die Applikation für das vorliegende Betriebssystem gebaut werden. Untestützt werden MacOS und Linux.
WIP
- Ausgabenübersicht
- Jahresübersicht
- Kategorien für Ausgaben
- Einzigartige Ausgaben
- Einnahmen verwalten
- Import von Umsätzen
- Budgets
- Analyseübersicht
- (Exportfunktionalität)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Tim Poerschke - post@timkodiert.de
Project Link: https://github.com/tpoerschke/BudgetBook