dsingleton / personal-finance-management
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (4)
- Graphs
-
Branch:
master
David Singleton (author)
Mon Apr 27 16:40:40 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
etc/ | ||
| |
lib/ | ||
| |
scripts/ | ||
| |
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?"

