replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Export BOM missing items #152

Closed interbiznw closed 1 year ago

interbiznw commented 1 year ago

I have an example BOM with 23 parts (according to binner list and quantity on BOM screen)

and when I export the excel file only has 20 rows, including header row so 19 part rows

It does not appear to have a specific pattern that I can see as to what is missing...

Also since these are "missing" somehow, and not exported... When you "Produce PCB" it does not remove this specific quantities for these missing parts, so its like they do not exist in the BOM.....

But they ARE being displayed on the BOM page

replaysMike commented 1 year ago

Just to make sure I have all the available information, in Excel there should be multiple worksheet tabs. The parts are organized by PCB and there should be an Unassociated tab to list the parts that are not assigned to any PCB.

Are you saying the sheet is actually missing parts - or are they on one of the other worksheet tabs?

interbiznw commented 1 year ago

in all instances I had the parts not associated with a PCB, so the parts were showing up on the unassociated parts tab, but missing parts... and the other tab had no parts either

replaysMike commented 1 year ago

Hmm I'll have to see if I can replicate what you're seeing, I'm not sure what could cause that. The same service is used to query the parts, and pagination is done in the UI. I'll experiment a bit