Update: Demo (view in Safari or Mobile Safari on your iPhone or Touch). Download the latest version from Github.
Update Notes(3/12/10):
- Basic mobile version (for Blackberry and others)
- Homescreen icon for iPhone (you have to "Add to Homescreen" in Mobile Safari to see it)
- Red highlight only shows up when you have a negative balance for a category
- Automatically loads the basic version unless you are using an iPhone/iPod Touch/or Safari (perfect for a household with a Blackberry and an iPhone)
-----------------------------------------------------------------------------------------------
Requirements:
- access to a web server that supports PHP
Instructions:
- Download latest version from here
- Unzip and place the files on your webserver.
- I included a sample budget file so at this point you should be able to access index.php in your browser
- Replace the sample budget file with yours. In YNAB click File -> Export. Then CSV. Upload the Budget file to the server overwriting the existing file.
----------------------------------------------------------------------------------------------
I saw this last week and it made me want to attempt something similar for myself so my wife and I could view the site on our iPhones. It's a simple PHP app. I do a CSV export in YNAB when I am finished working in it and upload the budget file to my web server. The web app reads directly from the CSV file. There is no database needed.
It needs a bit more work to be useful to others but all you will need is access to a PHP server to run it. If anyone is interested I can post the source code later this week.
