1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 04:10:05 -04:00
A personal finance web application written in Go and React/Bootstrap
Go to file
2015-06-29 07:28:20 -04:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go Re-parent accounts and transactions on account deletion 2015-06-29 07:28:20 -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 Add basic implementation of securities 2015-06-27 08:32:51 -04:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go Add cascading delete for splits/transactions 2015-06-29 07:28:19 -04:00
users.go Initial commit 2015-06-25 22:36:58 -04:00
util.go Initial commit 2015-06-25 22:36:58 -04:00