Skip to content
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

Disable the display of certain fields in ibom #458

Closed
dmkuzmin opened this issue Jul 19, 2024 · 4 comments
Closed

Disable the display of certain fields in ibom #458

dmkuzmin opened this issue Jul 19, 2024 · 4 comments

Comments

@dmkuzmin
Copy link

dmkuzmin commented Jul 19, 2024

I am trying to add fields to ibom using the options "--extra-fields References,Case,Part Number,Value_SUCH,Quantity" and "-show-fields References,Case,PartNumber,Value_SCH,Quantity". As a result, I have the necessary fields displayed and additionally what was the default "Reference,Value,Footprint,Quantity". How can I disable the display of certain fields? Well, it would be good not to show duplicates. I can disable the display in the dialog box.

Kicad 8.0.4 is used and the InteractiveBomHtml plugin 2.9.0 installed on it

@qu1ck
Copy link
Member

qu1ck commented Jul 19, 2024

Don't use --extra-fields with --show-fields. Use --show-fields and --group-fields

From the cli help:

  --extra-fields EXTRA_FIELDS
                        Passing --extra-fields "X,Y" is a shortcut for --show-fields    
                        and --group-fields with values "Value,Footprint,X,Y" (default:  
                        None)
  --show-fields SHOW_FIELDS
                        List of fields to show in the BOM. (default: Value,Footprint)   
  --group-fields GROUP_FIELDS
                        Fields that components will be grouped by. (default:
                        Value,Footprint)

@dmkuzmin
Copy link
Author

Do the Reference and Quantity fields have an unchangeable position? At the beginning and end of the table?

@qu1ck
Copy link
Member

qu1ck commented Jul 19, 2024

You can drag and drop the columns in html but you can't affect their position at generation time.

@dmkuzmin
Copy link
Author

I understood. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants