-
Notifications
You must be signed in to change notification settings - Fork 99
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
usage of --currency switch on prices and excel sheet #425
Comments
Yes, the conversion was introduced by me, it prioritize the values passed by the distributors and made conversion by You can update Because of this behavior: the currency rate may not be up-to-date and to use a online server to do that was necessary an API and user login and, the comments-balloons are static (doesn't change with the update of the cell with the current rate). I kept them as original distributor currency, it is not the best but it was what I though at the moment. |
Hi @hildogjr, |
Yes, just not use Some distributor have native USD and EUR and KiCost prioritize USD, but I didn't remember if EUR get deleted in this case on The difference in qty is because we use KitSpace API, that update it database time-by-time on demand. The ffinal solution to this is have suport for all distributors APIs, but it demands some code #386. |
Now I'm confused. I removed the switch --currency and I have the same results. I thought everything would be in USD in this case... |
No sorry. I talked too fast sorry. USD by default without the switch. |
I think, specific Mouser (I am not sure) just have EUR in the KitSpace API, so USD is internally generated. Yes, you can use Octopart instead Kitspace, just need to manually change the code that call into |
For Mouser, I don't know. it seems to me everything out of the call to KitSpace API is in USD or GBP. I tried to switch to Octopart as you suggested: |
You need you on KEY / license / registration to run Octopart. GBP is the base currency for RS, if I remember... |
yes indeed, there is a key required along with a registration. |
I have a personal roadmap, second some needs mine and others After fix this bunch of issue, we can return to v2 discussion #396. Feel free if you can fix any of those issues. The forum is also missing Windows users to test the new features before release. |
There was some changes @set-soft of how the prices currencies are converted. @sebo83910, could you check the last code on this repository? |
For the above reasons, and the lack of reply, I'm closing this issue |
Hello,
I use kicost 1.1.4 with the switch currency set to EUR.
I have two remarks.
Thanks for your excellent work!!
The text was updated successfully, but these errors were encountered: