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
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 standard one not specifying any specific but rather list all MPNs
one only specifying A
Then B
C
and last but not least D.
The information would be visible in the overview description and of course as a field.
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?