Currently only works for FNB csv files
-
PHP setup sudo apt-get install sqlite3 libsqlite3-dev sudo apt-get install php5-sqlite
-
cd ~/somewhere
-
git clone git@github.com:rishadomar/ta.git
-
cd ta
-
md reports
-
cp example_categories.list categories.list
-
sqlite3 ta.db CREATE TABLE trans ( ID INTEGER PRIMARY KEY, trdate, description, amount, category , status, comment);
-
download your csv into some folder For FNB this is the route on their website:
-
My Bank Accounts
-
Select Account
-
Click on Available balance
-
Orange Menu + Search
-
Custom
-
Download in csv format
Then extract the csv file into a folder
-
Import your csv file. Duplicates are ignored ./ta import downloads/2014-01-23.csv
-
Generate a report ./ta report jan2014 >reports/jan2014.txt vim reports/jan2014.txt