Finish remaining transaction filters #1189
Reference in New Issue
Block a user
Delete Branch "zachgoll/transaction-filter-finalization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We introduced transaction filtering a while back, but a few of the filters were not ready to be implemented.
This PR completes the remaining "coming soon" transaction filters so users have full control over their transactions dashboard.
@@ -151,0 +167,4 @@when "greater"query = query.where("ABS(account_entries.amount) > ?", params[:amount].to_f.abs)endendIf we have to add more filters in the future, this is definitely a refactor candidate, but given this is the final set of filters for a while, no need right now.