[Feature] Account Types #3025
Labels
feature
This issue is a feature request
needs votes
Please upvote this feature request if you would like to see it implemented!
Verified feature request does not already exist?
💻
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
oraccount_type
field to theAccountEntity
. 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).
The text was updated successfully, but these errors were encountered: