actual icon indicating copy to clipboard operation
actual copied to clipboard

Duplicate Account names should not be possible.

Open bpaulien opened this issue 3 years ago • 9 comments

bpaulien avatar Dec 05 '21 21:12 bpaulien

Can confirm you can have duplicate account names screenshot here

DistroByte avatar Oct 18 '22 17:10 DistroByte

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 avatar Oct 29 '22 02:10 CharlesEkkel

👋 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 avatar May 05 '23 20:05 MatissJanis

👋 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 avatar May 06 '23 10:05 rich-howell

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 avatar May 06 '23 12:05 j-f1

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 avatar May 06 '23 20:05 MatissJanis

Should we make this a feature request?

Or is it a bug?

rich-howell avatar May 06 '23 21:05 rich-howell

Should we make this a feature request?

Or is it a bug?

Took an executive decision, it is a bug.

rich-howell avatar May 27 '23 09:05 rich-howell

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 avatar May 18 '24 00:05 Tigatok