Sort currencies by name as a second order #1216
Reference in New Issue
Block a user
Delete Branch "currency-sort"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The currency sorting is very chaotic only relying on the "priority"


so I've also set the "name" as a second order parameter
BTW, related with the second screenshot, why does the "Belarusian Ruble" has a higher priority compared with other currencies? To me looks like an unintended error, so I was thinking to change it to 100 in this same PR, but maybe this Ruble is really very important in the world economy 🤷
@alagos good idea, I think adding the name as a secondary sort is helpful.
In regards to the priorities of these currencies—there has not been a ton of work done around this yet and the few currencies that have been assigned a priority were a quick guess when we originally set up the list.
We'd be glad to accept any contribution that provides an updated priorities list given there is reasonable data to back up those changes.
Right, I'm not sure that I have in mind a reliable source of currency priorities (actually, I think is out of the scope of what I was thinking to fix here).
I set up the project yesterday and started using it locally.

Set the default currency in http://localhost:3000/settings/preferences to "BRL". When I went to add accounts in http://localhost:3000/accounts the default currency was USD and I had to manually change it every time when creating an account.
Could it be like
@ssjr auto-population of the family currency is fixed now:
e8eb4b0eb9