moneygo/internal/handlers
Aaron Lindsay 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
..
reports First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
scripts Split securities into models 2017-12-05 05:59:44 -05:00
Makefile First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
accounts.go Finish 'store' separation 2017-12-09 05:56:45 -05:00
errors.go Remove unused WriteError function 2017-11-23 17:57:36 -05:00
gnucash.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
handlers.go Don't leak non-interface type from database module 2017-12-10 21:02:17 -05:00
imports.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
ofx.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
prices.go Split Lua reports into own package 2017-12-10 20:53:57 -05:00
reports.go Split Lua reports into own package 2017-12-10 20:53:57 -05:00
securities.go Finish 'store' separation 2017-12-09 05:56:45 -05:00
sessions.go Finish 'store' separation 2017-12-09 05:56:45 -05:00
transactions.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
users.go Finish 'store' separation 2017-12-09 05:56:45 -05:00
util.go Stop using form elements for API 2017-11-13 20:48:19 -05:00