Replies: 2 comments 1 reply
-
I like the idea, but I don't think adding automatic conversion rate is the good idea, because:
I think that if you transfer money between different currencies you're already aware of the conversion rate and can manually set it. What do you think about that? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Moved to #144 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Implementing #93 will be great, but it will open one new problem: what if the user wants to make transfer between accounts with different currencies? I suggest this solution.
After transfer is started, the app checks if accounts use the same currency. If not, a new dialog is opened, allowing the user to set conversion rate. It will also be useful to have "Set automatically" button, so the app will search somewhere for the rate and fill entries. It should not be used automatically tho, only on click, because currencies can be something not from real world. It will also be useful if the app would remember last used rate for two given currencies.
An example:
Let's say I have an account to track my 💠 primogems in Genshin Impact. There is daily transaction for daily quests, transaction for abyss, for events etc. Then I decided to donate some real money into the game: I open my wallet account, start a transfer. The app sees that there are two different currencies: ₽→💠. I can't use automatic conversion because primogems is not a real currency. I fill the rate manually: 10:16 (just as example, I don't remember the real cost). And the app remembers that, so the next time it sees ₽→💠 transfer it automatically fills the dialog entries with 10 and 16 respectively. And so after transfer is complete, there's expense transaction for 1000₽ in my wallet and income transaction for 1600💠 in my Genshin account.
Beta Was this translation helpful? Give feedback.
All reactions