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

cash flow report and currency change #108

Closed andreva7 closed 3 months ago

andreva7 commented 1 year ago

When I switch the display currency, the cash flow report label does switch from USD to CAD or back, but the numbers in the report don't change at all.

clovett commented 3 months ago

Ha ha, found this in the code:

            // Convert the value to USD 
            // ToDo: Convert to default currency.

It's implemented now in version 2.1.0.20.