Personal finances made real simple: one single HTML file with JavaScript smartness and CSS beauty.
Forget those bureaucratic finance softwares. To add a transaction in MoneyLog you only have to inform two values: the date and the amount (incoming or expense). The description and tags are optional. And that's it.
The reports are reached with a single click and you can narrow them showing just the most recent months or filtering "as you type", even using regular expressions. Click on the column header to change or reverse the report sorting. Future transactions are highlighted.
All of that in an intuitive and uncluttered interface, with no "OK" buttons. You click, it's active. You type, it's already filtering. The Mac style meets the browser.
All your transactions data reside on the same HTML file where the program is. You have just one single file to carry over. Edit the file on your favorite text editor and reload the report on the browser. Simple as that.
Tested on Internet Explorer (IE), Google Chrome, Firefox, Camino, Safari and Opera. Should work in any browser that supports JavaScript.
- Price: Free
- License: Open Source
- Language: JavaScript (runs on the browser)
- Install: Just save the .HTML file to your computer and edit it.
Notes about the different versions:
- ONLINE version: You edit your data right in the browser (uses localStorage), there's no need to download or install anything. Requires internet conection. Remember to always use the same browser, since your data will be stored into it.
- DOWNLOAD version: This version you can use offline. You must download the .HTML file and edit it. Put your data at the end of the file. You can open this file in any browser, save it to your Dropbox, put it in a jump drive…
DOWNLOAD version
version 4 — 68 KB |