Commit Graph

7 Commits

Author SHA1 Message Date
Aaron Lindsay be57d44ffe backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00
Aaron Lindsay 0377b5f42b Add ability to delete accounts to UI 2015-07-04 21:11:00 -04:00
Aaron Lindsay 7772f0bca5 Use int64 instead of *Type for Accounts/Securities
Otherwise, gorp gets confused and won't assign an int64 type from the
database to an AccountType, even though they're really the same datatype.
2015-07-04 08:23:57 -04:00
Aaron Lindsay 524d82ecf7 Re-parent accounts and transactions on account deletion 2015-06-29 07:28:20 -04:00
Aaron Lindsay a68e05ce62 accounts.go: Remove extraneous lines 2015-06-27 23:09:47 -04:00
Aaron Lindsay 3367106e41 Add initial implementation of accounts 2015-06-27 17:46:06 -04:00
Aaron Lindsay 0f393d2fbb Initial commit 2015-06-25 22:36:58 -04:00