1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-20 20:00:06 -04:00
Commit Graph

6 Commits

Author SHA1 Message Date
2e9828cc23 Add ISO 4217 currencies
Also added a 'Description' field to Securities
2016-01-13 20:44:58 -05:00
099f42e4fe Add symbols for securities 2015-08-26 07:41:35 -04:00
693f1e8253 Report account balances in transaction register 2015-08-21 06:54:17 -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
5b71c181fc Add basic implementation of securities 2015-06-27 08:32:51 -04:00
0f393d2fbb Initial commit 2015-06-25 22:36:58 -04:00