Skip to content
Snippets Groups Projects
Commit 08ee28b9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Merge branch 'v2_0_0' of https://github.com/deadlocker8/BudgetMaster into v2_0_0

parents 464cfded 634fa04d
No related branches found
No related tags found
No related merge requests found
Pipeline #317 passed
...@@ -2,50 +2,28 @@ ...@@ -2,50 +2,28 @@
Manage your monthly budget easily with BudgetMaster Manage your monthly budget easily with BudgetMaster
- __start:__ 17.12.16 - __start:__ 17.12.16
- __current release:__ v1.8.0 (13) from 17.12.17 - __current release:__ v2.0.0 (14) from 01.12.18
## Available Languages ## Available Languages
- English [Screenshots](https://github.com/deadlocker8/BudgetMaster/wiki/English%20Screenshots) [Roadmap](https://deadlocker.thecodelabs.de/roadmap/php/index.php?id=1) - English [Roadmap](https://deadlocker.thecodelabs.de/roadmap/php/index.php?id=1)
- German [Screenshots](https://github.com/deadlocker8/BudgetMaster/wiki/German%20Screenshots) [Roadmap](https://deadlocker.thecodelabs.de/roadmap/php/index.php?id=2) - German [Roadmap](https://deadlocker.thecodelabs.de/roadmap/php/index.php?id=2)
## In case of Errors ## In case of Errors
- see corresponding error logs - see corresponding error log `your_home_directory/Deadlocker/BudgetMaster/error.log`
- Client: `your_home_directory/Deadlocker/BudgetMaster/error.log`
- Server: `folder_containing_BudgetMasterServer/error.log`
- print errors to console (only for client)
- start the client via console: `java -jar BudgetMasterClient.jar --loglevel=DEBUG`
## [Installation Instructions](https://github.com/deadlocker8/BudgetMaster/wiki/Installation)
## [Installation Instructions](https://github.com/deadlocker8/BudgetMaster/wiki/Server-Installation)
## Additional Information
This repo is using a special repo named `Tools` as dependency which is available [here](https://github.com/deadlocker8/Tools) (just download and install via maven)
## Screenshots ## Screenshots
![normal](https://user-images.githubusercontent.com/16324894/31136348-48313fd4-a868-11e7-979a-2854f7720525.png) ### [Light Theme](https://github.com/deadlocker8/BudgetMaster/wiki/Screenshots-Light-Theme)
![overbudget](https://user-images.githubusercontent.com/16324894/31136349-48e8355e-a868-11e7-8308-a6c5067c7e80.png)
![buchungen](https://user-images.githubusercontent.com/16324894/31136350-4a03cbec-a868-11e7-802e-98140041a406.png)
![filter](https://user-images.githubusercontent.com/16324894/31136353-4b8c7c48-a868-11e7-99eb-a3e8800c7502.png)
![suche](https://user-images.githubusercontent.com/16324894/31136356-4d631ff4-a868-11e7-85f9-77164baeb31c.png)
![bearbeiten](https://user-images.githubusercontent.com/16324894/31136360-4e9c073c-a868-11e7-8707-cd76d135601c.png)
![kategorien](https://user-images.githubusercontent.com/16324894/31136362-5204164e-a868-11e7-9bd8-a345fa927f2e.png)
![diagramme_1](https://user-images.githubusercontent.com/16324894/31136365-555e9044-a868-11e7-8767-0846ba51f3b0.png)
![diagramme_2](https://user-images.githubusercontent.com/16324894/31136366-5589e4a6-a868-11e7-826a-de223b1bbc85.png) ![light_theme_home](/build/screenshots/light/home.png)
![diagramme_3](https://user-images.githubusercontent.com/16324894/31136367-558df064-a868-11e7-9d9a-5bfb78325ee0.png) ### [Dark Theme](https://github.com/deadlocker8/BudgetMaster/wiki/Screenshots-Dark-Theme)
![bericht_1](https://user-images.githubusercontent.com/16324894/31136375-580112f4-a868-11e7-9b12-28dd936b135b.png) ![dark_theme_home](/build/screenshots/dark/home.png)
![bericht_2](https://user-images.githubusercontent.com/16324894/31136518-cd900e30-a868-11e7-90f8-c2c44a629a8d.jpg) ### Build from source
![einstellungen](https://user-images.githubusercontent.com/16324894/31136379-59c15248-a868-11e7-9d68-1b5fa96a1106.png) `mvn package -f pom.xml`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment