A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay b1e5e26338 Backup to older globalize.js version
This is required by the current version of react widgets, which
otherwise throws exceptions when using DateTimePicker.
2015-07-16 16:40:11 -04:00
static Backup to older globalize.js version 2015-07-16 16:40:11 -04:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00
db.go Add basic implementation of securities 2015-06-27 08:32:51 -04:00
errors.go Initial commit 2015-06-25 22:36:58 -04:00
main.go Add initial implementation of transactions 2015-06-28 23:03:34 -04:00
securities.go Use int64 instead of *Type for Accounts/Securities 2015-07-04 08:23:57 -04:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00
users.go Initial commit 2015-06-25 22:36:58 -04:00
util.go backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00