afkiwers / inventree_kicad

KiCad EDA conform API endpoint for KiCad's parts library tool. This plugin provides metadata only and requires matching symbol and footprint libraries within the KiCad EDA.
MIT License
38 stars 8 forks source link

Split parts according to manufacturer part entries #84

Closed afkiwers closed 8 months ago

afkiwers commented 8 months ago

Let's assume we've got a capacitor 0603_100n0_100V_COG.

This capacitor could come from several manufacturers and one might want to specify a certain manufacturer to comply with certification related requirements. It would be hand if there was a switch where InvenTree could be told to offer the same cap just with specific manufacturer data.

Example: we've got manufacturers A, B, C and D with different MPNs. When activated, the plugin should offer the 0603_100n0_100V_COG in 5 different versions:

The information would be visible in the overview description and of course as a field.

@SchrodingersGat any thoughts?