A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay 6856d617ec imports.go: Automatically create Imbalances and Trading accounts 2016-02-12 05:53:03 -05:00
static Add Trading account type and method to automatically create them 2016-02-10 18:36:11 -05:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go Add method to create Imbalances accounts 2016-02-11 05:53:44 -05: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
imports.go imports.go: Automatically create Imbalances and Trading accounts 2016-02-12 05:53:03 -05:00
libofx.c Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
libofx.go Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
main.go Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
securities.go Add lots more securities, but comment them out because they're slow 2016-02-02 21:50:36 -05:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go transactions.go: Split calculation of imbalance $$ from Balanced() method 2016-02-12 05:52:40 -05: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