actualbudget / actual

A local-first personal finance app
https://actualbudget.org
MIT License
14.23k stars 1.14k forks source link

[Feature] All Accounts view is missing "cleared" checkbox #2220

Closed yoyotogblo closed 9 months ago

yoyotogblo commented 9 months ago

Verified feature request does not already exist?

đź’»

Pitch: what problem are you trying to solve?

Individual accounts transaction registers have the option of showing "cleared" checkboxes but that's missing from the "All accounts" view. I can't think of a reason why it shouldn't be an option there also.

Describe your ideal solution to this problem

"All accounts" should also have the option to show "cleared" checkboxes

Teaching and learning

No response

github-actions[bot] commented 9 months ago

:sparkles: Thanks for sharing your idea! :sparkles:

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

Jackenmen commented 9 months ago

There's also no running balance field, I guess it could be because these are especially useful during reconciliation, and doing reconciliation from the all accounts view is unlikely? Still, I would definitely want to see the running balance in all accounts view, clearing transactions would be nice to have too.

yoyotogblo commented 9 months ago

I can understand why there's no running balance. If you have 3 accounts, what does it mean to have a running balance? I guess it could be a running balance of your overall accounts (almost your wealth status cash wise). But I understand why that's not typically the concept.

You should be able to clear transactions from the all accounts view. If you can enter transactions there, you should also be able to clear them there

Jackenmen commented 9 months ago

If you have 3 accounts, what does it mean to have a running balance

It means the running balance of the account the transaction relates to (so same value you'd get for transaction on account-specific view). At least that's how all accounts view works in my bank and it makes a lot of sense to me this way.

Teprifer commented 7 months ago

This is present in the latest release, so can probably have the need more votes tag removed.

image