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

Component Quantity Column - LCSC BOM tool improvement #528

Closed
lilindian16 opened this issue Aug 28, 2024 · 0 comments
Closed

Component Quantity Column - LCSC BOM tool improvement #528

lilindian16 opened this issue Aug 28, 2024 · 0 comments

Comments

@lilindian16
Copy link
Contributor

I used the LCSC BOM tool to automatically create an inventory purchase for a board I will hand populate. LCSC does not recognise how many of each component is required and defaults to a quantity of 1.

This is the BOM produced by jlcpcb-tools
Screenshot 2024-08-28 at 2 35 23 PM

This is what the LCSC BOM tool reads from the CSV generated by jlcpcb-tools

Screenshot 2024-08-28 at 2 23 14 PM

This results in LCSC assuming only 1 of each part is required
Screenshot 2024-08-28 at 2 23 45 PM

It would be good if this tool created a Quantity column in the BOM CSV output. This allows us to easily upload the BOM and push an inventory purchase instantly. JLC and LCSC tend to be used hand-in-hand.

I have a working proof of concept. This is the output BOM with the changes, note the Quantity column
Screenshot 2024-08-28 at 2 22 43 PM
LCSC picks up the quantity column and adds it to their tool
Screenshot 2024-08-28 at 2 22 57 PM
The LCSC BOM tool assigns the appropriate quantity of parts to the inventory order
Screenshot 2024-08-28 at 2 26 23 PM

If you think this would be appropriate to add as a feature, I can create a pull request

@Bouni Bouni closed this as completed in 8f56a92 Sep 20, 2024
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

1 participant