homebank-converter
Usage
Choose one:
Example
- Go on PayPal web site
- Go to your PayPal history
- Download your payment history (csv or txt file)
- Go on homebank-converter application
- Choose PayPal
- Then select your PayPal file
- Click on Convert
- You will get a csv file readable by Homebank
- Run Homebank
- Open menu File, then Import...
- Select your converted file
- Finally follow Homebank wizard
Homebank: http://homebank.free.fr/
What ?
homebank-converter is a web app that aims to convert export bank files to compatible Homebank csv. It won't record any data, track event or whatever. It will try to guess "paymode" by analysing the "memo" of your files.
Paymode
Paymode id | Paymode name |
---|---|
1 | Credit card |
2 | Cheque |
3 | Cash |
4 | Transfer |
5 | Internal transfer |
6 | Debit card |
7 | Standing order |
8 | Electronic payment |
9 | Deposit |
10 | FI fee |
To see supported memo, open file: labelAndPaymode.json
Convert export bank file
Supported files:
Bank name | File formats |
---|---|
Banque Postale | csv, tsv |
BNP Paribas Fortis | csv |
Boobank | csv |
PayPal | csv, txt |
Optimize xhb file
Optimize xhb file by removing useless spaces.
Why ?
Because your bank doesn't export files compatible with Homebank :)
How ?
This application use Html/JavaScript/CSS and is under the terms of the licence GNU AGPL.
Javascript libraries:
Library | version |
---|---|
jQuery | 3.4.1 |
Bootstrap | 3.4.1 |
FileSaver.js | 2.0.2 |
Moment.js | 2.24.0 |
QUnit | 2.9.2 |
Who ?
Developper(s):
- Binnette <binnette [at] gmail /dot/ com>
Unit tests
Run unit tests:
- Open the application
- Go on about tab
- Click on button run tests
Changelog
- Open the application
- Go on about tab
- Changelog is displayed right here