Post #516084
2026-02-25 13:51 UTC
Replies (2)
-
@inventaire@mamot.fr 2026-02-25 13:55
Implementation details: - Entity editor menu https://codeberg.org/inventaire/inventaire-client/pulls/565 - Barcode scanner, using a ponyfill of the (incoming 🤞 ) Barcode Detection web standard, based on zxing-wasm https://codeberg.org/inventaire/inventaire-client/pulls/566 #svelte #zxing #wasm
-
@Yom@mas.to 2026-03-31 20:55
@inventaire@mamot.fr Also, for quick book inventory or cataloging via an external Android phone: Check out hid-barcode-scanner, which turns your phone into a plug-and-play wireless scanner. * Purpose: Scan a book's barcode and send data to inventaire.io without drivers or extra software. * Tech: Uses Bluetooth HID (Android 9+) to mimic a standard hardware keyboard. * Open Source: Licensed under GPL-3.0. Another great way to scan books without using a webcam or buying hardware. https://github.com/Fabi019/hid-barcode-scanner