mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Fix transfer matching logic (#1625)
* Fix transfer matching logic * Fix tests
This commit is contained in:
parent
60f1a1e2d2
commit
1ae4b4d612
4 changed files with 59 additions and 13 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue