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

Missing unknown transactions to account expense #116

Closed andreva7 closed 3 months ago

andreva7 commented 3 months ago

Select an account, like a credit card account In the right bottom frame select expenses. The pie chart and total only reflects expenses that are categorized. I think adding the uncategorized entries to the pie chart as well would give a more accurate representation of the account.

clovett commented 3 months ago

Good idea, fixed in "2.1.0.19" you will now see a new "Unassigned" category in the legend which you can click on to see only those transactions.

andreva7 commented 3 months ago

Works great - thank you.