-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automatic entry of 1 into first currency field #69
Comments
This isn't a "currency conversion" workflow, it's a "unit conversion" workflow. Currencies are just another unit, so FOREX conventions aren't really interesting for determining the workflow's behaviour. |
That's true. In which case if you wouldn't mind, could you point me to where in the code I could edit it myself? I'd just add an if statement that passes undefined currency units e.g. 'usd eur' through to the same output as '1 usd eur'. |
It doesn't work that way. The input format is |
The typical finance terminology for foreign exchange would be: USD GBP
The assumption is obviously that the first currency is set to one, however the workflow requires me to type 1 each time for a conversion.
Would it be possible to update the workflow so it recognises the first item in the currency pair will be set to 1 should the user not specify otherwise?
The text was updated successfully, but these errors were encountered: