Skip to content
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

Allow alternate MPNs to be searched for each part #530

Open
dbriscoe511 opened this issue Aug 29, 2022 · 1 comment
Open

Allow alternate MPNs to be searched for each part #530

dbriscoe511 opened this issue Aug 29, 2022 · 1 comment

Comments

@dbriscoe511
Copy link

dbriscoe511 commented Aug 29, 2022

Feature / Enhancement request

On production designs there are typically multiple MPN options available for each part. kicost currently can only search for one MPN for each part, which has the following disadvantages:

  • May show the part as out of stock when an alternate is available
  • May not show the cheapest price option with a list of alternates
  • not easy to change what part is searched for

It would be nice if there was a few options on how alternate searches are performed. Having this functionality at all would be incredibly helpful, even without more options. These would be helpful because on larger designs it can already take a few minutes to generate a kicost spreadsheet, and searching for every single part and alternate could really extend that time.
-On-out-of-stock Only search for alternates if there is not stock available on the main MPN of the part
-Always search all alternates, display the cheapest one that is in stock
-Cost threshold Search for alternates if a part costs more that (x) dollars

In excel, a dropdown menu could be used to select the alternate that is displayed.

@mik1234mc
Copy link

I ended up with a solution to put multiple MPN into manf# field separated with a comma. Then, you can easily see the availability of the listed parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants