mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:19:37 +00:00
Add KiCad API v2, orderdetail export control, EDA status indicator, BOM improvements
- Add KiCad API v2 endpoints (/kicad-api/v2) with volatile field support for stock and storage location (shown but not saved to schematic) - Add kicad_export flag to Orderdetail entity for per-supplier SPN control (backward compatible: if no flag set, all SPNs exported as before) - Add EDA completeness indicator column in parts datatable (bolt icon) - Add ?minimal=true query param for faster category parts loading - Improve category descriptions (use comment instead of URL when available) - Improve BOM importer multi-footprint support: merge entries by Part-DB part ID when linked, tracking footprint variants in comments - Fix KiCost manf/manf# fields always present (not conditional on orderdetails) - Fix duplicate getEdaInfo() call in shouldPartBeVisible - Consolidate supplier SPN and KiCost field generation into single loop
This commit is contained in:
parent
59e36fb824
commit
9831db30c8
11 changed files with 359 additions and 45 deletions
|
|
@ -2930,6 +2930,42 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
|
|||
<target>Attachments</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="eda_table_status" name="part.table.eda_status">
|
||||
<segment state="translated">
|
||||
<source>part.table.eda_status</source>
|
||||
<target>EDA</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="eda_status_symbol" name="eda.status.symbol_set">
|
||||
<segment state="translated">
|
||||
<source>eda.status.symbol_set</source>
|
||||
<target>KiCad symbol set</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="eda_status_footprint" name="eda.status.footprint_set">
|
||||
<segment state="translated">
|
||||
<source>eda.status.footprint_set</source>
|
||||
<target>KiCad footprint set</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="eda_status_reference" name="eda.status.reference_set">
|
||||
<segment state="translated">
|
||||
<source>eda.status.reference_set</source>
|
||||
<target>Reference prefix set</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="eda_status_complete" name="eda.status.complete">
|
||||
<segment state="translated">
|
||||
<source>eda.status.complete</source>
|
||||
<target>EDA fields complete (symbol, footprint, reference)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="eda_status_partial" name="eda.status.partial">
|
||||
<segment state="translated">
|
||||
<source>eda.status.partial</source>
|
||||
<target>EDA fields partially set</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="bMkafCp" name="flash.login_successful">
|
||||
<segment state="translated">
|
||||
<source>flash.login_successful</source>
|
||||
|
|
@ -3272,6 +3308,12 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
|
|||
<target>No longer available</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="kicad_od_export" name="orderdetails.edit.kicad_export">
|
||||
<segment state="translated">
|
||||
<source>orderdetails.edit.kicad_export</source>
|
||||
<target>Export to KiCad</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="ZsO5AKM" name="orderdetails.edit.supplierpartnr.placeholder">
|
||||
<segment state="translated">
|
||||
<source>orderdetails.edit.supplierpartnr.placeholder</source>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue