mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 11:50:27 +01:00
feature request: make the net worth report more "currency aware" #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hanibachi on GitHub (Nov 26, 2025).
Currently the net worth Report is kind of all over the place if u use multiple currencies or like in my case ... Create currencies that represent gold and stock investment.
While the "by account" section does show the converted value, the graphs still use pure numeric representation instead of percentage, same for the "by currencies" section graph.
Tbh, the whole thing could use an overhaul. Most people would need to see their net worth in a single currency with a big "total" and maybe a table that details how much percentage each account/currency contributes.
@eitchtee commented on GitHub (Nov 26, 2025):
Hey there,
The multi-currency system we have in place has a lot of different interactions (by design), for example, you could have an account for Gold, that exchanges to USD, while the Gold currency itself exchanges to another unrelated currency; the system doesn't know your real base currency, everything is configured by you; if you're dealing with something like USD and Bitcoin, due to the fractional nature of Bitcoin it always gets hidden in charts and so on, this gives maximum flexibility to users, but it's also PITA to design around.
With that said, if you set an
Exchange Currencyfor the Currency itself, you do get the exchanged amounts and aConsolidatedtotal on the Net worth page, it's not big, but does show you the total in a single (or multiple) currency if you configure it this way.From my test instance, definitely not real numbers lolThe percentage idea is good tough, accommodations would have to be made due to the system described above, but it should be doable.