Comment 5 for bug 1766715

Revision history for this message
rugk (48509946-3) wrote : Re: wish: transactions for getting back "lend"/refund money

Okay, so you need two transactions? One for actual getting/lending money and one for getting it back via remind? (Otherwise you would have a wrong balance afterwards.)

E.g. A case:
* balance = 20€
* you lend Mike 10€ and enter that as transaction
* balance = 10€
* you also enter +10€ from Mike with remind status
* 3 days later…
* you get money from Mike back and unset remind status
* balance = 20€

The only problem I now have is that the previously set remind transaction still has the old date set, when you lend the money. However, as you only get the money back 3 days later, the transaction should have the date after 3 days, not the old date, where you lend money. (because well… you did not get it back 3 days ago,m but now. Everything else is incorrect.)
So you'd also manually need to adjust the date…

And yes, this should certainly be somewhat documented.