Skip to content
Sean Feeney edited this page May 25, 2017 · 3 revisions

Welcome to the Ledger wiki!

Unable to connect to database

"Unable to connect to JDBC Socket. Either the file or password is invalid." Did you accidentally open the application twice?

My bank isn't supported!

It seems every bank has their own standards as to what they put in and how they format their export files. There are examples of QFX and XLS file imports. You can add support for your bank(s) by creating a new converter class in src/main/java/ledger.io.input with naming convention BanknameFiletypeConverter.java. You'll then reference it in src/main/java/ledger.controller/ImportController.java. And you may need to add support for new TRNTYPEs etc in src/main/java/ledger.io.input/TypeConversion.java.

Okay, I want to contribute!

Great, fork the repo and submit a pull request. One of our team members will review your contributions and handle merging into master. You do not have permission to merge into master yourself.

Clone this wiki locally