Commit graph

7 commits

Author SHA1 Message Date
Jan Böhmer
bfa9b9eee0 Improved augmentented info styling and allow to use it with normal form submit too 2026-02-22 14:16:01 +01:00
Jan Böhmer
851061aae3 Fixed exception when submitting form for info mode 2026-02-21 23:53:25 +01:00
swdee
5885ac130c removed augmented checkbox and combined functionality into info mode checkbox. changed barcode scanner to use XHR callback for barcode decoding to avoid problems with form submission and camera caused by page reloaded when part not found. 2026-02-18 17:56:02 +13:00
swdee
1571e7565e added augmented mode to label scanner to use vendor labels for part lookup to see part storage location quickly 2026-02-18 17:56:02 +13:00
swdee
7900d309c5 added redirection to part page on successful scan of lcsc, digikey, and mouser barcodes. added create part button if part does not exist in database 2026-02-18 17:56:02 +13:00
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
Jan Böhmer
12d4c2f4d9 Renamed label_system templates folder to recommended snake_style style 2023-02-04 23:15:11 +01:00
Renamed from templates/LabelSystem/Scanner/dialog.html.twig (Browse further)