We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to link to a treemap of a certain Expenses account. Now I can create a url like this:
http://localhost:5000/beancount/trial_balance/?account=Expenses%3AFood
However, this defaults to the "Income" treemap, which is empty in this case.
Would it be possible to add a url query parameter to select which treemap to show? For example:
http://localhost:5000/beancount/trial_balance/?account=Expenses%3AFood&treemap=Expenses
This would solve my immediate problem. I am using fava 1.29.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to be able to link to a treemap of a certain Expenses account. Now I can create a url like this:
http://localhost:5000/beancount/trial_balance/?account=Expenses%3AFood
However, this defaults to the "Income" treemap, which is empty in this case.
Would it be possible to add a url query parameter to select which treemap to show? For example:
http://localhost:5000/beancount/trial_balance/?account=Expenses%3AFood&treemap=Expenses
This would solve my immediate problem. I am using fava 1.29.
The text was updated successfully, but these errors were encountered: