-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New Account Setup Dialog #128
Comments
I think it would be quite an interesting idea indeed |
I'm thinking of creating a whole Account Setup dialog when you make a new account. In this dialog will be currency (locale or custom), default transaction (income vs expense), and other customizable options. Of course, this dialog will be able to be accessed at any time from the account view to change settings whenever. |
A mockup (made in Python, will rewrite in C# when the app will be ported). EDIT: I totally forgot about requested feature to set account as personal or business. It will be added of course, just one more ComboRow at the bottom with the title "Account type" and the subtitle "This is only a useful label that doesn't affect how the app works". |
The country flag emojis could be used for accounts in different countries. Example:
See #118 |
Users who don't have accounts in multiple jurisdictions, or who don't use multiple currencies, or who track money not from real world, don't need this, so this feature is redundant. |
Well it could be an optional feature that those people don't have to use. It could also include icons for crypto currencies maybe. |
Major developments on account-setup-dialog branch. GNOME dialog is coming soon :) Feel free to play around with it BUT DO NOT USE IMPORTANT |
Courtesy of @fsobolev :) |
And if you don't use a custom currency, so you use your system reported currency, then you change your system settings, what happens then? I think it would be better to avoid the the term "custom currency", remove the "Use Custom Currency" switch, and always require the user to specify a currency, however that currency can be set by the default to the system reported currency. |
AFAIU once the currency is set for an account it’s not affected by system locale at all |
Good, it shouldn't, but it isn't clear, hence why I think it would be better to remove any ambiguity by removing the Use Custom Currency switch. |
The However, Money still uses the system locale to determine the number formating used. For example, if i change my currency symbol to |
If |
It's not like people usually change locale after OS is installed, so I don't think most of users will even care about what will happen if locale is changed - but if they will care, they will find out, without any destructive changes, that the app tries to get currency and numbers format from locale every time it starts. And if a user wants to use something different than a system currency, only then they will need to do extra actions to change currency to whatever cryptodabloons they want. |
Emojis are fully supported in the AccountName on GNOME and WinUI for this :) |
Although toggles are not shown in the dialog, Money will remember |
I think outcomes are created more often than incomes, so why not either set outcome as default or add an option to choose the default transaction type?
The text was updated successfully, but these errors were encountered: