mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 14:05:20 +02:00
Add RejectedTransfer model, simplify auto matching (#1690)
* Allow transfers to match when inflow is after outflow * Simplify transfer auto matching with RejectedTransfer model * Validations * Reset migrations
This commit is contained in:
parent
0b4e314f58
commit
de90b29201
18 changed files with 221 additions and 79 deletions
|
@ -13,7 +13,8 @@ en:
|
|||
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
|
||||
inflow_cannot_be_in_multiple_transfers: Inflow transaction cannot be part of multiple transfers
|
||||
outflow_cannot_be_in_multiple_transfers: Outflow transaction cannot be part of multiple transfers
|
||||
transfer:
|
||||
name: Transfer to %{to_account}
|
||||
payment_name: Payment to %{to_account}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue