mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-18 05:05:26 +00:00
.github
_includes
ci
docs
api
app
app.md
barcode.md
connect.md
issues.md
part.md
po.md
privacy.md
settings.md
stock.md
translation.md
assets
barcodes
build
buy
extend
javascripts
part
releases
report
sell
settings
start
stock
stylesheets
webfonts
credits.md
demo.md
faq.md
features.md
hooks.py
index.md
privacy.md
terminology.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
32 lines
755 B
Markdown
32 lines
755 B
Markdown
---
|
|
title: App Barcode Support
|
|
---
|
|
|
|
## Barcode Support
|
|
|
|
One of the key elements of functionality provided by the InvenTree app is the native support for context-sensitive barcode scanning.
|
|
|
|
Barcode integration allows extremely efficient stock control, for information lookup and also performing various actions.
|
|
|
|
### Supported Codes
|
|
|
|
The following code types are known to be supported
|
|
|
|
**1D Codes**
|
|
|
|
- Code-39
|
|
- Code-93
|
|
- Code-128
|
|
- ITF
|
|
|
|
**2D Codes**
|
|
|
|
- QR Code
|
|
- Data Matrix
|
|
- Aztec
|
|
|
|
## Actions
|
|
|
|
The InvenTree app uses barcodes where possible to provide efficient stock control operations.
|
|
|
|
If there is a new barcode feature you would like to see, [let us know on GitHub](https://github.com/inventree/InvenTree/issues?q=is%3Aopen+is%3Aissue+label%3Aapp)! |