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

10 Commits

Author SHA1 Message Date
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
32aef11da5 Finish 'store' separation 2017-12-09 05:56:45 -05:00
da7e025509 Move splits/transactions to store 2017-12-08 21:27:03 -05:00
3326c3b292 Move accounts to store 2017-12-07 20:47:55 -05:00
3e3038295d Split reports into models 2017-12-05 05:59:44 -05:00
5f296e8669 Split prices into models 2017-12-05 05:59:44 -05:00
128ea57c4d Split accounts and transactions into models 2017-12-05 05:59:44 -05:00
f72c86ef58 Split securities into models 2017-12-05 05:59:44 -05:00
3f4d6d15a1 Split Sessions into models 2017-12-05 05:59:44 -05:00
e70be1647c Begin splitting models from handlers with User 2017-12-05 05:59:44 -05:00