https://github.com/af/cashbox
A single-page HTML5 app for tracking your expenses.
https://github.com/af/cashbox
Last synced: 12 months ago
JSON representation
A single-page HTML5 app for tracking your expenses.
- Host: GitHub
- URL: https://github.com/af/cashbox
- Owner: af
- Created: 2012-01-13T15:09:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T06:45:19.000Z (over 14 years ago)
- Last Synced: 2025-06-04T13:10:32.983Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cashbox
=======
Cashbox is a single-page HTML5 app that helps you track and analyze your expenses. It accepts
CSV files that you export from your bank account, parses the data, and lets you look at it in
a variety of ways.
This project is in a very early stage of development, so there are probably some bugs and
incompatibilities. Bug reports are appreciated!
Features
--------
* Drag-and-drop import of CSV files
* In-browser data persistence via localstorage
Note
-----
For best results with file importing, you won't want to open app.html from a file:// URI. In some browsers
this will prevent the file access APIs from working correctly, so it's recommended that you serve the files
from a simple web server for testing and development instead.