Skip to content
Snippets Groups Projects
README.md 2.3 KiB
Newer Older
  • Learn to ignore specific revisions
  • Robert Goldmann's avatar
    Robert Goldmann committed
    # BudgetMaster
    Manage your monthly budget easily with BudgetMaster
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - __start:__ 17.12.16
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - __current release:__ v2.17.2 (49) from 15.11.24
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ## Key Features
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Track transactions - Track your incomes and expenditures in transactions with name, description, tags, etc.
    - Schedule transactions - Repeat recurring transactions automatically.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Transaction Templates - Prepare templates for transactions that always look the same but are not repeated.
    
    - Group Templates - Group your templates for a better overview.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Multi Bank - Organize your transactions into multiple accounts.
    - Categories - Group your transactions into categories.
    - Data Backup - Backup your complete database or generate month reports as PDF.
    - Modern UI - Responsive material design featuring light and dark mode.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Password protected website - Your data can only be accessed by entering the correct password. (Note: The database is not encrypted)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Localization - English and German supported.
    - Search and Filter - Search for individual transactions or filter your view.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Visualize your data - Use one of the pre-defined charts or create your one by using the chart framework to visualize and analyze your data.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Auto Backup - Schedule an automatic export of your database content (as JSON export or as commit to a local or remote git repository).
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Icons - Assign icons to accounts, categories and templates.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - Create transactions based on bank documents - Import CSV files from your bank and directly create a transaction for each entry.
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ## Available Languages
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - English [Roadmap](https://roadmaps.thecodelabs.de/roadmap/2)
    - German [Roadmap](https://roadmaps.thecodelabs.de/roadmap/1)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ## In case of Errors
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - see corresponding error log `your_home_directory/Deadlocker/BudgetMaster/error.log`
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ## [Installation Instructions](https://github.com/deadlocker8/BudgetMaster/wiki/Installation)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ## Screenshots
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ### [Light Theme](https://github.com/deadlocker8/BudgetMaster/wiki/Screenshots-Light-Theme)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ![light_theme_home](/build/screenshots/light/home.png)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ### [Dark Theme](https://github.com/deadlocker8/BudgetMaster/wiki/Screenshots-Dark-Theme)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ![dark_theme_home](/build/screenshots/dark/home.png)
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    ### Build from source
    
    `mvn package -f pom.xml`