You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is the "Expense by Tag" Feature on the Home page meant to work with multiple tags. As I see it right now, the amount is only counted towards one tag, which is not ideal.
Maybe this also has something to do with the "subtags" you can create?
I would be ideal, that the amount is either added to all tags of the expense or I have also been thinking it would be helpful to see a sum of all transactions when filtering.
The text was updated successfully, but these errors were encountered:
Currently expenses are summed up using only the first tag that is not a child tag.
In my use case (having multiple tags but a single root tag) this works perfect but I can see the issue if you add multiple root tags.
Using all the root tags seems bad as well because then you're adding duplicate transactions making your expenses look greater than they are...
How is the "Expense by Tag" Feature on the Home page meant to work with multiple tags. As I see it right now, the amount is only counted towards one tag, which is not ideal.
Maybe this also has something to do with the "subtags" you can create?
I would be ideal, that the amount is either added to all tags of the expense or I have also been thinking it would be helpful to see a sum of all transactions when filtering.
The text was updated successfully, but these errors were encountered: