mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Transaction transfers, payments, and matching (#883)
* Add transfer model and clean up family snapshot fixtures * Ignore transfers in income and expense snapshots * Add transfer validations * Implement basic transfer matching UI * Fix merge conflicts * Add missing translations * Tweak selection states for transfer types * Add missing i18n translation
This commit is contained in:
@@ -134,7 +134,7 @@ class TransactionsTest < ApplicationSystemTestCase
|
||||
def number_of_transactions_on_page
|
||||
page_size = 50
|
||||
|
||||
[ @user.family.transactions.count, page_size ].min
|
||||
[ @user.family.transactions.where(transfer_id: nil).count, page_size ].min
|
||||
end
|
||||
|
||||
def all_transactions_checkbox
|
||||
|
||||
Reference in New Issue
Block a user