Duplicate Account names should not be possible. #27

Closed
opened 2026-02-28 18:46:02 -06:00 by GiteaMirror · 9 comments
Owner

Originally created by @bpaulien on GitHub (Dec 5, 2021).

Originally created by @bpaulien on GitHub (Dec 5, 2021).
GiteaMirror added the buggood first issueuser interface labels 2026-02-28 18:46:02 -06:00
Author
Owner

@DistroByte commented on GitHub (Oct 18, 2022):

Can confirm you can have duplicate account names screenshot
here

@DistroByte commented on GitHub (Oct 18, 2022): Can confirm you can have duplicate account names screenshot ![here](https://i.dbyte.xyz/firefox_uJVGEksxl.png)
Author
Owner

@CharlesEkkel commented on GitHub (Oct 29, 2022):

I've made a PR for this issue as you can see above ^ I figure the simplest way to deal with this is just to add a validation rule when creating accounts.

@CharlesEkkel commented on GitHub (Oct 29, 2022): I've made a PR for this issue as you can see above ^ I figure the simplest way to deal with this is just to add a validation rule when creating accounts.
Author
Owner

@MatissJanis commented on GitHub (May 5, 2023):

👋 May I ask: why not? Why should I not be able to have two accounts with the same name if I wanted to?

For example: I might have multiple accounts with the same bank. But these accounts might be of different types: checking, savings, mortgage, investments.

@MatissJanis commented on GitHub (May 5, 2023): 👋 May I ask: why not? Why should I not be able to have two accounts with the same name if I wanted to? For example: I might have multiple accounts with the same bank. But these accounts might be of different types: checking, savings, mortgage, investments.
Author
Owner

@rich-howell commented on GitHub (May 6, 2023):

👋 May I ask: why not? Why should I not be able to have two accounts with the same name if I wanted to?

For example: I might have multiple accounts with the same bank. But these accounts might be of different types: checking, savings, mortgage, investments.

How would this work for things like importing? How would you differentiate between the two accounts in a drop down?

If I look in my bank I have my bank called starling but inside that is current account and savings account

Having two accounts in the account register with the same name will become confusing.

@rich-howell commented on GitHub (May 6, 2023): > 👋 May I ask: why not? Why should I not be able to have two accounts with the same name if I wanted to? > > > > For example: I might have multiple accounts with the same bank. But these accounts might be of different types: checking, savings, mortgage, investments. How would this work for things like importing? How would you differentiate between the two accounts in a drop down? If I look in my bank I have my bank called **starling** but inside that is **current account** and **savings account** Having two accounts in the account register with the same name will become confusing.
Author
Owner

@j-f1 commented on GitHub (May 6, 2023):

Having two accounts in the account register with the same name will become confusing

Agreed, I name mine “USAA Checking” and “USAA Savings” to disambiguate.

Since people might already have duplicate account names I think we should just block any new attempts to save an account name that’s already used rather than having some preemptive approach.

@j-f1 commented on GitHub (May 6, 2023): > Having two accounts in the account register with the same name will become confusing Agreed, I name mine “USAA Checking” and “USAA Savings” to disambiguate. Since people might already have duplicate account names I think we should just block any new attempts to save an account name that’s already used rather than having some preemptive approach.
Author
Owner

@MatissJanis commented on GitHub (May 6, 2023):

Ok, you convinced me. For import purposes it does make sense to require unique names so we could map 1:1 (we could also use account iDs for that, but it would be.. quite "clunky" experience).

Should we make this a feature request?

@MatissJanis commented on GitHub (May 6, 2023): Ok, you convinced me. For import purposes it does make sense to require unique names so we could map 1:1 (we could also use account iDs for that, but it would be.. quite "clunky" experience). Should we make this a feature request?
Author
Owner

@rich-howell commented on GitHub (May 6, 2023):

Should we make this a feature request?

Or is it a bug?

@rich-howell commented on GitHub (May 6, 2023): > Should we make this a feature request? Or is it a bug?
Author
Owner

@rich-howell commented on GitHub (May 27, 2023):

Should we make this a feature request?

Or is it a bug?

Took an executive decision, it is a bug.

@rich-howell commented on GitHub (May 27, 2023): > > Should we make this a feature request? > > Or is it a bug? Took an executive decision, it is a bug.
Author
Owner

@Tigatok commented on GitHub (May 18, 2024):

We can handle this on the front-end if we want a quick win, not sure how intense this would be for the backend/at the API level. Let me know if you want me to move to BE.

https://github.com/actualbudget/actual/assets/3906461/80f56440-1b09-4823-bc09-e785e07668b3

@Tigatok commented on GitHub (May 18, 2024): We can handle this on the front-end if we want a quick win, not sure how intense this would be for the backend/at the API level. Let me know if you want me to move to BE. https://github.com/actualbudget/actual/assets/3906461/80f56440-1b09-4823-bc09-e785e07668b3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#27