[GH-ISSUE #3387] [Bug]: (API) - Income Categories Don't Retrive Budgets #8336

Open
opened 2026-04-10 18:32:09 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @latetedemelon on GitHub (Sep 7, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/3387

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

It appears that when retrieving from the API, the budget for the income related categories is not retrieved:

Income

Income Category Group: {
  id: '2E1F5BDB-209B-43F9-AF2C-3CE28E380C00',
  name: 'Income',
  is_income: true,
  hidden: false,
  categories: [
    {
      id: 'e75f1902-b14b-4ba1-863c-14ff92749144',
      name: 'Tax Return',
      is_income: true,
      hidden: false,
      group_id: '2E1F5BDB-209B-43F9-AF2C-3CE28E380C00',
      received: 0
    }

Expense:

  categoryGroups: [
    {
      id: '1c94ca06-d058-4397-bcf4-cdfc715529c8',
      name: 'Discretionary Spending',
      is_income: false,
      hidden: false,
      categories: [Array],
      budgeted: 100000,
      spent: 0,
      balance: -500000
    }
]

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Other

Operating System

Linux

Originally created by @latetedemelon on GitHub (Sep 7, 2024). Original GitHub issue: https://github.com/actualbudget/actual/issues/3387 ### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file) ### What happened? It appears that when retrieving from the API, the budget for the income related categories is not retrieved: Income ``` Income Category Group: { id: '2E1F5BDB-209B-43F9-AF2C-3CE28E380C00', name: 'Income', is_income: true, hidden: false, categories: [ { id: 'e75f1902-b14b-4ba1-863c-14ff92749144', name: 'Tax Return', is_income: true, hidden: false, group_id: '2E1F5BDB-209B-43F9-AF2C-3CE28E380C00', received: 0 } ``` Expense: ``` categoryGroups: [ { id: '1c94ca06-d058-4397-bcf4-cdfc715529c8', name: 'Discretionary Spending', is_income: false, hidden: false, categories: [Array], budgeted: 100000, spent: 0, balance: -500000 } ] ``` ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Other ### Operating System Linux
GiteaMirror added the bugAPI labels 2026-04-10 18:32:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#8336