MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
66 stars 21 forks source link

Zero totals in cashflow view #80

Closed andreva7 closed 1 year ago

andreva7 commented 1 year ago

In the cashflow view, if the value is zero, it is not shown, which is nice for clarity. I have many categories with no activity in certain years. However, for a few categories, I sometimes have multiple transactions that add up to zero. It would be great to have that show as "zero" so it's clear there are transactions and the hot link that shows you the transactions would work as well. So basically, if (the sum is zero) { if (there are no transactions at all) show nothing, else / if there are transactions / show zero.} :-)

Thanks.

clovett commented 1 year ago

Good idea, fixed by https://github.com/MoneyTools/MyMoney.Net/commit/fb0c1ce842521758c91e0b6ac690dfb4cc78e38f and is available in 2.0.1.6.