Skip to content

bank statement converter for Wise and Cajasiete to upload in Debitoor

Notifications You must be signed in to change notification settings

randogoth/debitoor-statements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bank Statement Converter Scripts for Debitoor

I am using the excellent bookkeeping and invoicing serive Debitoor. Unfortunately its third party bank connection API provider FintechSystems does not support synchronisation of bank transfer statements for neither of my business bank accounts. I have a multi-currency account at Wise and a local Spanish autónomo account at Cajasiete. Fortunately you can also upload CSV files at Debitoor if direct synchronisation doesn't work.

Wise provides CSV files but with way more columns than Debitoor can process and also separately for each of the currencies. Cajasiete only provides their statements as a semi corrupt XML file.

Here are two Python scripts that

  • convert Wise statements into a more Debitoor friendly format converting USD amounts into EUR
  • brute force convert Cajasiete xls files into a friendlier csv format using LibreOffice and some data juggling

Installation

Windows 10

  • choco install libreoffice
  • pip install pandas
  • pip install forex-python

Usage

Wise Bank Statements

  1. Login to Wise account
  2. Go to EUR or USD account
  3. Click Accounting, then Statements
  4. On the Export statement overlay, select the desired date range and tick the Accounting radio button
  5. In the dropdown menu below select CSV (Comma Separated Values) and hit Download
  6. run python wise.py and provide the path to the downloaded file as argument
  7. you should get a new bank statement csv file in your working directory

Cajasiete Bank Statements

  1. Login to your Cajasiete account
  2. In the side menu under Operaciones Frecuentes select Movimientos
  3. Under the blue filter and search settings box click Ampliar Búsqueda y Exportar Resultados
  4. Select the desired date range and click Aceptar
  5. After the page refreshes you should see an Excel document icon next to the print icon at the top right
  6. Click it to download the bank statements
  7. run python cajasiete.py and provide the path to the downloaded file as argument
  8. you should get a new bank statement csv file in your working directory

About

bank statement converter for Wise and Cajasiete to upload in Debitoor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages