https://github.com/mattkasun/playground
playground for personal stuff
https://github.com/mattkasun/playground
docker-image finance go
Last synced: 10 days ago
JSON representation
playground for personal stuff
- Host: GitHub
- URL: https://github.com/mattkasun/playground
- Owner: mattkasun
- Created: 2018-11-07T14:17:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T14:05:33.000Z (almost 7 years ago)
- Last Synced: 2024-04-18T09:21:43.887Z (about 2 years ago)
- Topics: docker-image, finance, go
- Language: Go
- Size: 4.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cash Tracker
I use [GNU Cash](www.gnucash.org) to track my personal finances but I needed something
to keep track of cash spending between data entry sessions. I tried a number of mobile
apps but, in no particular order
+ ads
+ cost for pro versions
+ sync between multiple devices (tablet, phone, laptop)
so I decided to create this app. It serves my purposes
note => not intended for multiple simultaneous access.
check out [demo](https://demo.nusak.ca) running on [Digital Ocean](https://m.do.co/c/7ecc5675b40b)
+ username: demo
+ password: demo
ToDo:
+ delete transaction
+ month, year views
+ comments in transactions
+ mutex for simultaneous users
+ export for GNUCash import