kitspace / 1clickBOM

A browser extension to quickly fill shopping carts with electronic components.
https://1clickBOM.com
Other
83 stars 13 forks source link

Manufacturer field #7

Closed kasbah closed 8 years ago

kasbah commented 8 years ago

Split out from #2

  • 'Manufacturer' field is sort of supported now as well. It was it's own column originally but is currently parsed and added in front of the part number. This was done to allow multiple manufacturers and manufacturer part numbers per line like in this Arduino Uno BOM. Recently I have been considering the convention to separate the manufacturer and manufacturer part with a : like so:
References Qty Description Part Number Part Number
C9, C11 2 22pF capacitor ceramic Johanson: 500R14N220JV4T Multicomp: MC0603N220J500CT

The alternative I am currently considering is putting the manufacturer field back:

References Qty Description Manufacturer MPN Manufacturer MPN
C9, C11 2 22pF capacitor ceramic Johanson 500R14N220JV4T Multicomp MC0603N220J500CT
kasbah commented 8 years ago

This is resolved with the 1.0.0 release of npm-1-click-bom. I went for the latter option.