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

transfers with separate dates #64

Open andreva7 opened 2 years ago

andreva7 commented 2 years ago

I have funds transfers between two accounts that start on say, day 23 in the source account and completes on day 25 on the target account. Right now, it appears a transfer must have the same date in both accounts.

This is causing a problem because one of the dates does not align with the date in the account statement.

I assume this would be quite hard to address?

clovett commented 2 years ago

yeah, It might be easy to fix, there is a bit of a UX problem in that sometimes you want to copy paste a transfer, set the date, and have that date get set on both sides. Perhaps an explicit "unlink transaction dates" action could solve that...

clovett commented 1 year ago

I believe the new F12 feature for matching up transfers will actually allow the dates to remain different (whatever the date was on the downloaded transactions will remain).