mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
* refactor(docs): restructure barcode plugin section * rename doc files * add barcode index * add missing link * fix refs
20 lines
862 B
Markdown
20 lines
862 B
Markdown
---
|
|
title: TME Barcode Plugin
|
|
---
|
|
|
|
## TME Barcode Plugin
|
|
|
|
The **TME Barcode Plugin** provides barcode support for [TME](http://tme.eu/) products. When receiving items from TME, the barcode on the product can be scanned to automatically identify the product in InvenTree.
|
|
|
|
This plugin implements the [BarcodeMixin](../mixins/barcode.md) mixin to provide custom barcode support - see [Barcode Plugins](./barcode_index.md).
|
|
|
|
### Activation
|
|
|
|
This plugin is an *optional* plugin, and must be enabled in the InvenTree admin center.
|
|
|
|
### Plugin Settings
|
|
|
|
After activating the plugin, the user must specify which [supplier](../../purchasing/supplier.md) the plugin should be associated with. This is done by selecting the supplier from the dropdown list in the plugin settings:
|
|
|
|
{{ image("tme_plugin_settings.png", base="plugin/builtin", title="TME Plugin Settings") }}
|