actual icon indicating copy to clipboard operation
actual copied to clipboard

[Bug]: Using filter "category is (nothing)" displays transactions with category "Transfer"

Open mkalamarz opened this issue 1 year ago • 5 comments

Verified issue does not already exist?

  • [X] I have searched and found no existing issue

What happened?

How to replicate:

  1. Assuming you have at least two accounts with at least one transaction for each category of "Transfer", "[Catgorize]" (no category) and some other category.
  2. Select "Filter" then "Category" then use default comparison type of "is" and don't specify category. This creates filter "category is (nothing).
  3. List of transations displays ones without category (cool!) and those with category set to "Transfer" (not cool).

It is especially inconvinient because there is no way to set an additional filter of type "category is NOT Transfer".

Version: 23.4.0

What error did you receive?

No error just unexpected behavior.

Where are you hosting Actual?

Fly.io

What browsers are you seeing the problem on?

Firefox

Operating System

Windows 10

mkalamarz avatar Apr 15 '23 20:04 mkalamarz

Good catch! I opened #904 to track adding an explicit way to filter for these transactions, but this definitely be fixed.

j-f1 avatar Apr 16 '23 11:04 j-f1

Came to report a related (likely the same) issue: when sorting transactions by category, [Categorize] and Transfer are treated as the same category for sort purposes. Still present as of v23.8.0

Example image

anthonyronda avatar Aug 04 '23 12:08 anthonyronda

Due to the way the transactions are stored, category = null for these transactions types:

Transfer Uncategorized (shown as "Categorize" in the table) Parent Split (the children have categories but the parent is null)

Should we add these as options at the bottom of the autocomplete category list under a new group heading "Uncategorized"?

carkom avatar Nov 08 '23 11:11 carkom

It looks to me like splits also count when filtering this way.

youngcw avatar Feb 05 '24 16:02 youngcw

To add to this. currently, there is no way to set a filter to display only those transactions with category set to "Transfer"

hui-zheng avatar Aug 02 '24 05:08 hui-zheng