OpenBudgeteer icon indicating copy to clipboard operation
OpenBudgeteer copied to clipboard

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle

Results 67 OpenBudgeteer issues
Sort by recently updated
recently updated
newest added

I created a recurring transaction and then tried to "add" it. It created the transaction however, the Account that was saved as part of the "Recurring Transaction" was not how...

bug
core

I was the trouble-maker who had challenges moving from Version 1.6.3 to latest. There may be something in my data that is causing this. Here is what is displayed: ![image](https://github.com/TheAxelander/OpenBudgeteer/assets/143653594/2bcc0f15-5261-4005-a7c5-d28f6f9fd451)...

bug

Recreation: Create a transaction that is split between at least two buckets. Go to the Buckets tab, find one of the two buckets used for the above transaction. Click on...

core

**Describe the solution you'd like** Add unit tests covering handling of `RecurringBankTransaction` objects **Additional context** Prevent issues like #255

core

**Describe the bug** First of all, I didn't realize that buckets are only valid from the month they were first created in. So I started with an import of my...

bug
core

**Describe the bug** `APPSETTINGS_THEME` is currently defaulted to `Default` but only works if it's set to `default`. To be checked if documentation also needs to be updated.

bug
blazor

**Describe the solution you'd like** The "Reconnect to server" modal dialog is displayed quite often and can be annoying. Consider reworking how or how often that modal dialog is being...

blazor

**Describe the bug** Some elements from Apex Charts are hard to read on Dark Mode based themes like Darkly **Screenshots** ![image](https://github.com/TheAxelander/OpenBudgeteer/assets/17849665/13a729cb-3b77-4ac3-ac92-870af4633d9d)

bug

**Describe the bug** During data validation the full file content is used instead of the modified content from the preview text area **To Reproduce** Steps to reproduce the behavior: 1....

bug

This should be `.Where(i => i.AccountId == id)` otherwise it just checks for primary key of `BankTransaction` which should never find anything https://github.com/TheAxelander/OpenBudgeteer/blob/025ec09a994fe75b859e7f353417542ba68b0a2c/OpenBudgeteer.Core.Data.Services/AccountService.cs#L60-L63

bug