Jan Böhmer
910ad939df
Replaced the custom controller for fragment replacements with symfony streams
...
This does not require a complete new endpoint
2026-02-22 19:14:35 +01:00
swdee
c5ea4d243f
fix bug with manual form submission where a part does not exist but decodes properly which causes the camera to not redraw on page reload due to unclean shutdown. this is an existing bug in the scanner interface.
...
steps to produce the issue:
- have camera active
- put in code in Input
- info mode ticked
- click submit button
on page reload the camera does not reactivate
2026-02-19 12:19:46 +13:00
swdee
b31cbf8234
fix @d-buchmann bug: after scanning in Info mode, if Info mode is turned off when scanning a part that did not exist, it now redirects user to create part page
2026-02-19 10:55:12 +13:00
swdee
a39eeb47be
fix @d-buchmann bug: clear 'scan-augmented-result' field upon rescan of new barcode
2026-02-18 23:00:02 +13: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
df68e3ac80
shrink camera height on mobile so augmented information can been viewed onscreen
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
86a6342b86
when a part is scanned and not found, the scanner did not redraw so scanning subsequent parts was not possible without reloading the browser page. fixed the barcode scanner initialization and shutdown so it redraws properly after part not found
2026-02-18 17:56:02 +13:00
swdee
131023da67
change barcode scan form to use requestSubmit() to fix CSRF token not being generated on submission ( #1191 )
2026-01-18 22:14:17 +01:00
Jan Böhmer
4421917333
Revert "Removed baarcode scanner inbox, as we now have enough performance to apply the decoder to the full image"
...
This reverts commit de0832bece .
2025-01-06 00:49:16 +01:00
Jan Böhmer
de0832bece
Removed baarcode scanner inbox, as we now have enough performance to apply the decoder to the full image
2025-01-06 00:08:42 +01:00
Jan Böhmer
22fba37d28
Pause the camera and scanner, when navigating away from the scanner page, so that the camera feed is closed
2025-01-04 18:10:26 +01:00
Jan Böhmer
0c627a5636
Use forked version of html5-qrcode to avoid including zxing-js which will never be used then
2025-01-04 18:09:56 +01:00
Jan Böhmer
53dcd24216
Improved scanning FPS to 10
2025-01-04 16:57:41 +01:00
Jan Böhmer
498cc07583
Added copyright/license info to files
2022-11-29 21:21:26 +01:00
Jan Böhmer
ca5823819d
Use html5-qrcode instead of @zxing/library directly for label scanner.
...
This improves the usability a bit
2022-08-13 22:41:54 +02:00
Jan Böhmer
cb683f611c
Use stimulus controller to implement barcode scanner.
2022-03-07 01:28:32 +01:00