-
Notifications
You must be signed in to change notification settings - Fork 34
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
Make a quantity column to prevent superlong BOM #415
Comments
@Abse2001 i like this, we should give it a name so circuit json to bom can optionally generate in this format For example "withMergedQuantities" or something |
I wish to work on this, @Abse2001 it would be really helpful if you could assist me in reproducing this issue |
@karthik-nair-20 ok go to this link to open the snippet for a live example |
@karthik-nair-20 fork both snippet and https://github.com/[tscircuit/circuit-json-to-bom-csv](https://github.com/tscircuit/circuit-json-to-bom-csv) idk how is this generated exactly so you need to check snippet how the bill of materials work and I think you need to implement in circuit-json-to-bom-csv repo you can then test your work locally with yalc
to recreate the issue just add 2 componentes with different names with the same part number |
/bounty $10 |
💎 $10 bounty • tscircuitSteps to solve:
Thank you for contributing to tscircuit/snippets! Add a bounty • Share on socials
|
Note: The fix is inside circuit-json-to-bom as @Abse2001 mentioned, then you have to come back here and update the dep (or to tscircuit core) |
💡 @techmannih submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
This issue needs to be transferred to runframe |
This is what we have now.
I have this in mind. It will be clean, and we will keep track of the quantity of every part.
Notice that they share the same row when there is more than one name with the same part number.
cc @seveibar
The text was updated successfully, but these errors were encountered: