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/
70 stars 22 forks source link

Change overall currency view #87

Closed andreva7 closed 1 year ago

andreva7 commented 1 year ago

Would be great to have all the totals switch to be $CDN vs $US with a button click.

jpdup commented 1 year ago

Good idea, we can have a setting for default currency for example I now live in a 4 different countries and need 4 currencies

US Canada Euro and UK

andreva7 commented 1 year ago

To make this feature work, MyMoney would first need that ensures all accounts have a specific currency marked. It would need to be a lazy check because making the currency optional is nice in most scenarios, where people have all US except one or two others.

clovett commented 1 year ago

Fixed by https://github.com/MoneyTools/MyMoney.Net/pull/90