Skip to content
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]: (API) - Income Categories Don't Retrive Budgets #3387

Open
2 tasks done
latetedemelon opened this issue Sep 7, 2024 · 0 comments
Open
2 tasks done

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

latetedemelon opened this issue Sep 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@latetedemelon
Copy link

latetedemelon commented Sep 7, 2024

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

@latetedemelon latetedemelon added the bug Something isn't working label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant