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

[Feature] Account Types #3025

Closed
2 tasks done
gabeklavans opened this issue Jul 10, 2024 · 2 comments
Closed
2 tasks done

[Feature] Account Types #3025

gabeklavans opened this issue Jul 10, 2024 · 2 comments
Labels
feature This issue is a feature request needs votes Please upvote this feature request if you would like to see it implemented!

Comments

@gabeklavans
Copy link

gabeklavans commented Jul 10, 2024

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

Currently, all accounts are the same. Credit card accounts are the same as depository bank accounts, except the balance tends to be negative instead of positive. This isn't that confusing and is functional, but it could be nice to get some more customization in the backend/UI in terms of what "type" an account is.

A very simple benefit is being able to display a little credit card icon next to my credit card accounts in the Accounts list to provide some visual distinction. Potentially, the accounts can be visually grouped beyond "For budget" and "Off budget" using these account types.
Scripting can be made easier using these account types. The same can currently be achieved using account Notes, but those are a more verbose and advanced feature than what I'm proposing.

Describe your ideal solution to this problem

Taking a cursory look at the DB structure, it should be as simple as creating a fixed set of account types and adding them as a type or account_type field to the AccountEntity. If account types should be user customizable instead of a fixed set defined by Actual, that can be achieved in a similar way, though with added logic/UI complexity. I think even just providing the following would be a worthwhile start:

  • 'depository'
  • 'creditCard'
  • 'investment'
  • 'other'

Teaching and learning

I envision a UI element appearing after clicking the pencil edit button next to an account name on an account view that shows the current account type in a drop-down menu that lets the user change the account type. Additionally, an account icon can automatically appear next to the account's name in the Accounts list (can be toggled off globally in settings, perhaps).

@gabeklavans gabeklavans added the feature This issue is a feature request label Jul 10, 2024
@github-actions github-actions bot added the needs votes Please upvote this feature request if you would like to see it implemented! label Jul 10, 2024
Copy link
Contributor

✨ Thanks for sharing your idea! ✨

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 👍!

@gabeklavans
Copy link
Author

Just thought of another potential feature. Credit card type accounts can be configured to set a credit line amount, so the current utilization can be displayed in percentage somewhere in the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue is a feature request needs votes Please upvote this feature request if you would like to see it implemented!
Projects
None yet
Development

No branches or pull requests

1 participant