1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-29 07:10:05 -04:00
Commit Graph

4 Commits

Author SHA1 Message Date
a10f3105d9 db/transactions: Properly capitalize 'Date' column name 2017-12-15 09:13:04 -05:00
0372f0488f Move balance calculations into DBs 2017-12-12 20:55:49 -05:00
a357d38eee Store currency/security values/prices using big.Rat natively
This adds 'shadow' types used only by the store/db internal package whch
handle converting these types to their DB-equivalent values. This change
should allow reports to be generated significantly faster since it
allows a large portion of the computation to be shifted to the database
engines.
2017-12-12 19:50:38 -05:00
da7e025509 Move splits/transactions to store 2017-12-08 21:27:03 -05:00