58c7c17727
Initial pass at OFX imports
...
Still needs some fixups:
* UI is incomplete
* Investment transactions are unbalanced initially
* OFX imports don't detect if one of the description fields for a
transaction is empty (to fall back on another)
* I'm sure plenty of other issues I haven't discovered yet
2016-02-02 21:46:27 -05:00
4f61f9e74d
Add basic transaction register support
2015-08-05 21:25:25 -04:00
be57d44ffe
backend: Add ability to get Transactions by Account
2015-07-11 08:58:36 -04:00
0377b5f42b
Add ability to delete accounts to UI
2015-07-04 21:11:00 -04:00
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
524d82ecf7
Re-parent accounts and transactions on account deletion
2015-06-29 07:28:20 -04:00
a68e05ce62
accounts.go: Remove extraneous lines
2015-06-27 23:09:47 -04:00
3367106e41
Add initial implementation of accounts
2015-06-27 17:46:06 -04:00
0f393d2fbb
Initial commit
2015-06-25 22:36:58 -04:00