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 21 forks source link

Renaming an account breaks the link to existing statements #50

Closed andreva7 closed 2 years ago

andreva7 commented 2 years ago

Renaming an account breaks the link to existing statements

clovett commented 2 years ago

Fixed in 2.0.0.9, but the fix has some limitations. Namely, if you rename the account the folder for statements (and attachments) is renamed accordingly -- before you click "Save" (so that attachments and statements continue to work) - but that means if you don't click "Save", the folder is left out of sync so that next time you reload Money it will not find the renamed folders - you will have to manually rename them back to the old account names.

andreva7 commented 2 years ago

You have to save and restart mymoney for things to work, but that's fine for me.