This script can be used to compute total interest earned from multiple accounts by parsing transaction files generated by the banks.
Supported file types:
- ING csv (RO)
- Raiffeisen XLSX (RO)
- Raiffeisen PDF (RO)
It is meant to be used on Ubuntu.
Install necessary PHP extensions:
sudo apt install php-gd php-zip
The pdftotext
binary is used in order to parse the PDF files, so you need to install the package that provides it:
sudo apt install poppler-utils
Install composer packages:
composer install
Execute the script:
php cli/main.php