1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 12:08:37 -04:00

lua: Add dates

This commit is contained in:
2017-01-29 21:09:23 -05:00
parent 687272b351
commit b7d2273b1c
2 changed files with 112 additions and 0 deletions

View File

@ -60,6 +60,7 @@ func ReportHandler(w http.ResponseWriter, r *http.Request) {
luaRegisterAccounts(L)
luaRegisterSecurities(L)
luaRegisterBalances(L)
luaRegisterDates(L)
err := L.DoString(`accounts = account.get_all()
last_parent = nil