AArnott / MoneyMan

A financial money management library and applications that utilize it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transaction Cleared flag should be per account

AArnott opened this issue · comments

A transfer transaction can only be cleared once, which applies to both accounts. But since different accounts show the transaction at different times, we should allow the user to clear it for each account that it applies to.

Special attention should be paid to split transactions where they may apply to many accounts, but the "home" account of the overall transaction should only have one Cleared flag for the aggregate transaction.

The split transaction scenario is taken care of. But a simple transfer transaction still needs work.

Closed by #72