Skip to content

Accounts that should be filtered out still show up in graph and values #1423

Open
@jcornaz

Description

Given the following beancount file:

option "operating_currency" "USD"

2000-01-01 open Assets:A:B:C
2000-01-01 open Assets:A:B:D
2000-01-01 open Assets:A:E
2000-01-01 open Equity:Opening-Balances

2000-01-01 * "1"
    Assets:A:B:C                        1 USD
    Assets:A:B:D                        1 USD
    Assets:A:E                          1 USD
    Equity:Opening-Balances

When filtering by the account Assets:A:B, fava also shows the account Assets:A:E that should be filtered out as it is not a sub-account of Assets:A:B.

Screenshot from 2022-05-16 14-31-08

Fava version: 1.21

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions