Fix transfer matching logic (#1625)

* Fix transfer matching logic

* Fix tests
This commit is contained in:
Zach Gollwitzer
2025-01-16 17:56:42 -05:00
committed by GitHub
parent 60f1a1e2d2
commit 1ae4b4d612
4 changed files with 59 additions and 13 deletions

View File

@@ -12,6 +12,9 @@ en:
must_have_opposite_amounts: Transfer transactions must have opposite
amounts
must_have_single_currency: Transfer must have a single currency
must_be_from_same_family: Transfer must be from the same family
inflow_must_be_on_or_after_outflow: Inflow transaction must be on or after outflow transaction
transfer:
name: Transfer to %{to_account}
payment_name: Payment to %{to_account}