Skip to content

mmarica/interest_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages