1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-20 20:00:06 -04:00
A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay 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
static Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go Initial pass at OFX imports 2016-02-02 21:46:27 -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 Initial pass at OFX imports 2016-02-02 21:46:27 -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 Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go Initial pass at OFX imports 2016-02-02 21:46:27 -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