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

Account is always showing cleared / uncleared balance no matter the state of transactions #1043

Open
JCachada opened this issue Dec 21, 2024 · 0 comments

Comments

@JCachada
Copy link

Hello,

I have been scratching my head at this for a whole afternoon. I have been using buckets for over a year now. Recently I have noticed my month always starts with both cleared and uncleared balance, no matter the state of transactions.

It starts like so:

image

Months filled with transactions also always starts and end with those two parameters set.

There are no transactions in that month and I have not made it rain yet.

I opened my buckets file in SQL to try and get to the bottom of it. I noticed two things:

The account row has a starting balance of 149 (no idea how it got like this - I did not set anything of the sort

image

And then, more curiously, even force-setting it to 0 in SQL does nothing - when I open it in buckets, those pesky -1.49 and +1.49 are still there every month.

Two other interesting points of information:

  • I don't have a single transaction with 1.49 as value. Searching for it in the account_transaction table, amount column set to 149, brings up nothing.
  • My usage of buckets doesn't really make a distinction between cleared / uncleared transactions, so every transaction in the history of my usage is set as uncleared (and I can verify this by checking that "cleared" is set to "0" in every row).

I'm at a bit of a loss here. It's not a huge deal to have that value pop up, but I cannot figure out why it is there every month. Am I missing something obvious?

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

No branches or pull requests

1 participant