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

Category from budgets should be scoped to the filtered month #90

Closed
raiyni opened this issue Oct 23, 2024 · 2 comments · Fixed by #91
Closed

Category from budgets should be scoped to the filtered month #90

raiyni opened this issue Oct 23, 2024 · 2 comments · Fixed by #91
Assignees
Labels
enhancement New feature or request

Comments

@raiyni
Copy link

raiyni commented Oct 23, 2024

Description

I'd think something like

budget = get_budget(actual.session, datetime.date.today(), 'Online Shopping')
LOGGER.debug("%s", budget.category.balance)

Would only include transactions from the filtered month instead of every transaction

@raiyni raiyni added the enhancement New feature or request label Oct 23, 2024
@bvanelli
Copy link
Owner

Makes, since, it's actually a bug from my side that I do not currently do that, I'll fix it soon.

@bvanelli bvanelli self-assigned this Oct 25, 2024
@bvanelli bvanelli added bug Something isn't working and removed enhancement New feature or request labels Oct 25, 2024
@bvanelli bvanelli added enhancement New feature or request and removed bug Something isn't working labels Oct 26, 2024
@bvanelli
Copy link
Owner

bvanelli commented Oct 26, 2024

It was actually missing, checkout #91, feedback is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants