mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-14 08:19:54 +00:00
Barcode scan tweaks (#10992)
* Remove duplicate tooltip * Adjust default value * docs update * Tweak unit test * Fix playwright tests
This commit is contained in:
BIN
docs/docs/assets/images/barcode/barcode_allocate_stock.png
Normal file
BIN
docs/docs/assets/images/barcode/barcode_allocate_stock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@@ -69,7 +69,7 @@ To access this page, select *Scan Barcode* from the main navigation menu:
|
||||
{{ image("barcode/barcode_nav_menu.png", "Barcode menu item") }}
|
||||
{{ image("barcode/barcode_scan_page.png", "Barcode scan page") }}
|
||||
|
||||
### Barcodes in Forms
|
||||
## Barcodes in Forms
|
||||
|
||||
The InvenTree user interface supports direct scanning of barcodes within certain forms in the web UI. This means that any form field which points to a model which supports barcodes can accept barcode input. If barcode scanning is supported for a particular field, a barcode icon will be displayed next to the input field:
|
||||
|
||||
@@ -83,6 +83,14 @@ Once scanned, the form field will be automatically populated with the correct it
|
||||
|
||||
{{ image("barcode/barcode_field_filled.png", "Barcode field populated") }}
|
||||
|
||||
Any field which supports barcode input will have this functionality, such as allocating stock items to an order:
|
||||
|
||||
{{ image("barcode/barcode_allocate_stock.png", "Allocate stock via barcode") }}
|
||||
|
||||
### User Configuration
|
||||
|
||||
By default, barcode scanning in form fields is disabled. Each user can enable this feature via their [user preferences](../settings/user.md#display-settings).
|
||||
|
||||
## App Integration
|
||||
|
||||
Barcode scanning is a key feature of the [companion mobile app](../app/barcode.md). When running on a device with an integrated camera, the app can scan barcodes directly from the camera feed.
|
||||
|
||||
Reference in New Issue
Block a user