[Bug]: clicked update in UI and got: Uncaught (in promise) iR: Field “is_parent” does not exist in table “zero_budgets” #1850

Closed
opened 2026-02-28 19:56:20 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Cody-W-Tucker on GitHub (Feb 10, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

When I visit reports and view a spending analysis with a filter of category is not (nothing) "To remove transfers between accounts"

I get this error:

Uncaught (in promise) iR: Field “is_parent” does not exist in table “zero_budgets”

Expression stack:
$is_parent
{"is_parent":{"$eq":false}}
filter([
{
"$and": [
{
"month": {
"$eq": 202502
}
}
]
},
{
"$and": [
{
"$and": [
{
"category": {
"$ne": null
}
},
{
"is_parent": {
"$eq": false
}
}
]
}
]
}
])

How can we reproduce the issue?

How can we reproduce the issue?

view a spending analysis with a filter of category is not (nothing)

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome

Operating System

Linux

Originally created by @Cody-W-Tucker on GitHub (Feb 10, 2025). ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? When I visit reports and view a spending analysis with a filter of category is not (nothing) "To remove transfers between accounts" I get this error: Uncaught (in promise) iR: Field “is_parent” does not exist in table “zero_budgets” Expression stack: $is_parent {"is_parent":{"$eq":false}} filter([ { "$and": [ { "month": { "$eq": 202502 } } ] }, { "$and": [ { "$and": [ { "category": { "$ne": null } }, { "is_parent": { "$eq": false } } ] } ] } ]) ### How can we reproduce the issue? How can we reproduce the issue? view a spending analysis with a filter of category is not (nothing) ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome ### Operating System Linux
GiteaMirror added the bug label 2026-02-28 19:56:20 -06:00
Author
Owner

@Cody-W-Tucker commented on GitHub (Feb 10, 2025):

I see now there's a new filter for transfers. That works for my use case, but I'll leave the issues up for visibility on the error

@Cody-W-Tucker commented on GitHub (Feb 10, 2025): I see now there's a new filter for transfers. That works for my use case, but I'll leave the issues up for visibility on the error
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1850