-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Using filter "category is (nothing)" displays transactions with category "Transfer" #901
Comments
Good catch! I opened #904 to track adding an explicit way to filter for these transactions, but this definitely be fixed. |
…ctions - Add new field to the views to denote whether a transaction is transfer - Implement new filter method that uses the above field - Fixes actualbudget#901
- Add new field to the views to denote whether a transaction is transfer - Implement new filter method that uses the above field - Fixes actualbudget#901
Due to the way the transactions are stored, category = null for these transactions types: Transfer Should we add these as options at the bottom of the autocomplete category list under a new group heading "Uncategorized"? |
It looks to me like splits also count when filtering this way. |
To add to this. currently, there is no way to set a filter to display only those transactions with category set to "Transfer" |
Verified issue does not already exist?
What happened?
How to replicate:
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
The text was updated successfully, but these errors were encountered: