summaryrefslogtreecommitdiff
path: root/templates/transaction.html.tera
AgeCommit message (Collapse)Author
2019-06-28[web_fronted] added new site asset/risk_chartBenedict Börger
2019-04-27[web_frontend] adapt URLs to be ablte to address spefic accountsBenedict Börger
2019-04-15[templates] update link to assetBenedict Börger
2019-04-14[web-fronted] refactoring codeBenedict Börger
For historic reason, two handlers exists, one for POST and one for GET request. Merge these two to one GET request handler. This handler has optionally three parameteres: * filter: Filters the transactions by the given regex * date_start: Output only transactions after this date * date_end: Output only transactions before this date If more than one parameter is given, all filters must match for a transaction to be printed.
2019-03-23[global] refactoring code baseBenedict Börger