moneygo/internal/handlers
Aaron Lindsay 30d4515780 testing: Add initial OFX investment import tests
Also fix up a "bug" caused by financial institutions not deciding on
which sign to use for an OFX field...
2017-11-28 21:25:50 -05:00
..
handlers_testdata testing: Add initial OFX investment import tests 2017-11-28 21:25:50 -05:00
reports First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
scripts First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
Makefile First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
accounts.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
accounts_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
accounts_lua_test.go gofmt 2017-11-25 21:01:48 -05:00
accounts_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
balance_lua.go Lua balances: Fix order of operands pulled in 2017-11-08 20:44:34 -05:00
balance_lua_test.go testing: Add initial testing of Lua balances 2017-11-08 20:46:13 -05:00
common_test.go testing: Ensure account balance is correct after OFX import 2017-11-26 21:01:26 -05:00
date_lua.go testing: Add tests for Lua dates 2017-11-07 05:58:58 -05:00
date_lua_test.go testing: Add tests for Lua dates 2017-11-07 05:58:58 -05:00
errors.go Remove unused WriteError function 2017-11-23 17:57:36 -05:00
gnucash.go gnucash: Ensure error is properly checked 2017-11-25 21:05:57 -05:00
gnucash_test.go testing: Ensure account balance is correct after OFX import 2017-11-26 21:01:26 -05:00
handlers.go Fix gorp to internally lowercase fields for Postgres 2017-11-17 21:01:06 -05:00
imports.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
ofx.go testing: Add initial OFX investment import tests 2017-11-28 21:25:50 -05:00
ofx_test.go testing: Add initial OFX investment import tests 2017-11-28 21:25:50 -05:00
prices.go API: Move prices under securities 2017-11-16 19:32:30 -05:00
prices_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
prices_lua_test.go testing: Test Lua Prices 2017-11-10 20:49:45 -05:00
prices_test.go testing: Use Time.Equal for date comparisons 2017-11-17 05:20:10 -05:00
reports.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
reports_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
reports_lua_test.go testing: Separate out simple Lua testing 2017-11-06 05:37:52 -05:00
reports_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
securities.go securities: Don't use 'precision', a MySQL reserved word, in DB 2017-11-21 05:31:07 -05:00
securities_lua.go Lua: Add Security.AlternateId getter 2017-11-05 20:52:36 -05:00
securities_lua_test.go gofmt 2017-11-25 21:01:48 -05:00
securities_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
security_templates_test.go Begin move away from using http.ServeMux 2017-11-12 20:17:27 -05:00
sessions.go Add expiration and creation times to sessions 2017-11-19 06:36:52 -05:00
sessions_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
testdata_test.go testing: Add initial OFX credit card import test 2017-11-28 20:14:38 -05:00
transactions.go Fixup account transactions to work for both Postgres and MySQL 2017-11-17 05:50:00 -05:00
transactions_test.go gofmt 2017-11-25 21:01:48 -05:00
tx.go Fix gorp to internally lowercase fields for Postgres 2017-11-17 21:01:06 -05:00
users.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
users_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
util.go Stop using form elements for API 2017-11-13 20:48:19 -05:00