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 01f0f9e68f Fixup transaction editing modal
* Only update the field that was modified when one is changed instead of
  deep-copying the entire Transaction object
* Create a new AmountInput text box to allow for more intuitive editing
  of amounts.
2015-08-26 07:16:57 -04:00
static Fixup transaction editing modal 2015-08-26 07:16:57 -04:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go Add basic transaction register support 2015-08-05 21:25:25 -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 Report account balances in transaction register 2015-08-21 06:54:17 -04:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go Report account balances correctly for both date sorts 2015-08-22 10:12:45 -04: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