Closed prafullat closed 1 year ago
There's an option for that: show-accounts-with-zero-balance
I used both of the following options, but it still showed empty accounts on balance/changes screen ( above URL)
1970-01-01 custom "fava-option" "show-accounts-with-zero-balance" "false"
1970-01-01 custom "fava-option" "show-accounts-with-zero-transactions" "false"
You're quite right. These options are currently not respected in the balance and change account trees. A PR fixing that would be welcome.
Ok, I would like to help with it. Can you please assign it to me?
Hi, It looks like, it started working now. Not sure what has changed, but I do not see accounts which are zero or no transactions. Can you please confirm if any recent changes fix it?
Added a fix in this PR : https://github.com/beancount/fava/pull/1118 Please take a look
I used both of the following options, but it still showed empty accounts on balance/changes screen ( above URL)
1970-01-01 custom "fava-option" "show-accounts-with-zero-balance" "false" 1970-01-01 custom "fava-option" "show-accounts-with-zero-transactions" "false"
hello mate, tried above lines on June 2023 ,Fava version 1.23.x it works well on my end
maybe someone fix the issues ?
This will be fixed by #1664
See this URL for example: https://fava.pythonanywhere.com/huge-example-file/account/Expenses/balances/?filter=payee%3A%22Uncle+Boons%22
Uncle Boons filter is showing values for only Food and Restaurant, If we skip showing other accounts, it would be better.