Part-DB.Part-DB-server/src/Entity
Treeed 9e85b70c17
Added capability to scan Digikey barcodes and open the local part part page based on the result (#811)
* added capability to scan digikey barcodes and open the local part page based on the digikey part number or manufacturer part number

* had replaced one too many doublequotes

* Generalized interpretation of format06 barcodes, added ids for mouser

* Renamed vendor_barcode to user_barcode in entities

* Added a own class to parse EIGP114 barcodes

* Added tests to EIGP114Barcode parser

* Refactored code

* Changed BarcodeRedirector to support the new Barcode EIGP114BarcodeScanResult class

* Added possibility to just show all information contained in a barcode

* Dont require trailer for EIGP114 barcodes, as digikey does not seem to put them onto their  barcodes

* Fixed inspection issues

---------

Co-authored-by: jona <a@b.c>
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
2025-01-04 01:20:51 +01:00
..
Attachments Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0 2024-12-28 23:08:08 +01:00
Base Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0 2024-12-28 23:08:08 +01:00
Contracts Removed unused import statements 2024-03-03 20:34:36 +01:00
EDA Allow to import attachments and parameters via entity import 2024-06-23 00:41:25 +02:00
LabelSystem Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0 2024-12-28 23:08:08 +01:00
LogSystem Correctly handle IP addresses containing RFC 4007 scoping 2024-12-01 19:19:04 +01:00
Parameters Allow to import attachments and parameters via entity import 2024-06-23 00:41:25 +02:00
Parts Added capability to scan Digikey barcodes and open the local part part page based on the result (#811) 2025-01-04 01:20:51 +01:00
PriceInformations Allow to import attachments and parameters via entity import 2024-06-23 00:41:25 +02:00
ProjectSystem Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0 2024-12-28 23:08:08 +01:00
UserSystem Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0 2024-12-28 23:08:08 +01:00
.gitignore Initial commit 2019-02-23 16:49:38 +01:00
OAuthToken.php Use DatetimeImmutable instead of DateTime wherever possible 2024-06-22 17:36:54 +02:00