dsingleton / personal-finance-management

A small app to parse and display a CSV export of bank transactions.

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.txt
directory etc/
directory lib/
directory scripts/
directory www/
README.txt
h1. What is this?

A very basic (and messy) PHP app to display, sort and filter a CSV transaction log.

It's in the progress of being moved to an sqlite backed DB. Pure PHP/CSV handling was not fun or maintainable.


h2. What's it for? 

I use it to analyise my online bank statements and transactions, to track monthly and quarterly bills, and to see how 
i'm doing each month.

I plan to work on solving my own personal simple use cases like "Why did I spend so much this month?" or "What are my 
largest regular out goings?"