Part-DB-server/src/Entity
Sebastian Almberg 9831db30c8 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
2026-02-16 21:12:40 +01:00
..
Attachments Fixed PHPstan issue 2026-02-08 19:37:44 +01:00
Base Increase DB field length for URLs to 2048 chars 2025-12-04 23:04:44 +01:00
Contracts Removed unused import statements 2024-03-03 20:34:36 +01:00
EDA Set "Excluded from sim" to false by default for new categories to avoid annoying symbol at kicad parts. 2026-01-18 22:35:37 +01:00
InfoProviderSystem Refactored constraints, to reuse existing mechanisms 2025-09-21 20:45:18 +02:00
LabelSystem Added API endpoint for generating labels (#1234) 2026-02-15 16:03:07 +01:00
LogSystem Added a modal to stocktake / set part lots amount from info page 2026-02-10 23:17:10 +01:00
Parameters Add configurable KiCad field export for part parameters 2026-02-16 21:10:59 +01:00
Parts Allow to edit the GTIN property of a part and validate the GTIN 2026-02-08 14:44:56 +01:00
PriceInformations Add KiCad API v2, orderdetail export control, EDA status indicator, BOM improvements 2026-02-16 21:12:40 +01:00
ProjectSystem Revert "Declare nativeType of parent property explicitly as workaround for bug in symfony TypeInfo" 2026-01-03 22:18:10 +01:00
UserSystem Automatically set the stocktake permission if a user can already add and withdraw from a lot 2026-02-10 23:24:40 +01:00
.gitignore Initial commit 2019-02-23 16:49:38 +01:00
OAuthToken.php Fixed "implicitly marking parameter as nullable" deprecations in PHP 8.4 fixed 2025-02-08 00:19:20 +01:00
SettingsEntry.php Use a doctrine entity for storing the settings 2025-07-06 22:15:48 +02:00