A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay 1f8fc09234 transaction register toolbar: give some more space 2015-08-11 07:21:40 -04:00
static transaction register toolbar: give some more space 2015-08-11 07:21:40 -04:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go Add basic transaction register support 2015-08-05 21:25:25 -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 Add the total number of transactions in an account to AccountTransactionsList 2015-08-08 09:08:37 -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