cioraneanu / firefly-pico

A delightful Firefly III companion web app for effortless transaction tracking
GNU Affero General Public License v3.0
308 stars 14 forks source link

Expenses by Tag #88

Open iLuckyW opened 1 month ago

iLuckyW commented 1 month ago

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.

cioraneanu commented 1 month ago

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...

iLuckyW commented 1 month ago

I see what you mean, maybe it is possible to add a setting to make multiple root tags be visible in the expense report?

cioraneanu commented 1 month ago

I don't have anything against it 👍