Skip to content

Bios-Marcel/baka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple visualisation tool for personal finances. Merge different bank accounts histories together, classify payments and do predictions.

Concept

This application DOES NOT connect to your bank or your bank account in any way. No data is sent anywhere. It uses Export-Formats offered by your bank. Currently, there are a couple of hard-coded ones that I am using for test purposes. The plan is to have a configurable CSV importer, as most banks seem to offer CSV exporting.

Some banks, for example Revolut however, only offer a detailed export using PDF. These can't be parsed and probably won't ever be supported. Just switch to a better bank ;)

Requirements

Data Storage

For storage, we are using Eclipse Store (previously MicroStream). The data is stored in $env.APPDATA.

In order to delete the data, simply remove $env.APPDATA/baka.

Installation

An installer can be built via maven:

mvnw compile javafx:jlink jpackage:jpackage

On Windows, the installer is a little buggy, as automatic reinstallation does not work. To update, a manual deinstallation is required before installation.

About

My stupid personal financial management

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published