summaryrefslogtreecommitdiff
path: root/src/web_frontend/chart.rs
AgeCommit message (Collapse)Author
2019-06-24[web_frontend] move transaction_filter to utilBenedict Börger
Since the sites transactions and chart both filter the transactions, move the function to util, whre both can access it.
2019-06-22[web_frontend][chart] link chart to transactionsBenedict Börger
when a category in the pie chart is selected load the corresponding transaction site with the right filter set.
2019-04-27[web_frontend] adapt URLs to be ablte to address spefic accountsBenedict Börger
2019-04-15[banking] add grouFile paramter to asset.iniBenedict Börger
2019-04-14[global] update all filesBenedict Börger
2019-03-23[global] refactoring code baseBenedict Börger