2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00
Files
InvenTree/docs/docs/plugins/builtin/index.md
Matthias Mair 170d9a2187 refactor(docs): restructure barcode plugin section (#9828)
* refactor(docs): restructure barcode plugin section

* rename doc files

* add barcode index

* add missing link

* fix refs
2025-06-23 09:15:05 +10:00

2.3 KiB

title
title
Builtin Plugins

Builtin Plugins

InvenTree comes with a number of builtin plugins, which provide additional functionality to the system. These plugins are installed by default, and do not require any additional configuration.

Some of the provided builtin plugins are mandatory, as they provide core functionality to the system. Other plugins are optional, and can be enabled or disabled as required.

Available Plugins

The following builtin plugins are available in InvenTree:

Plugin Name Description Mandatory
Auto Create Child Builds Automatically create child build orders for sub-assemblies No
Auto Issue Orders Automatically issue pending orders when target date is reached No
BOM Exporter Custom exporter for BOM data Yes
Currency Exchange Currency exchange rate plugin Yes
DigiKey DigiKey barcode support No
InvenTree Barcode Internal barcode support Yes
InvenTree Core Notifications Core notification system Yes
InvenTree Exporter Custom exporter for InvenTree data Yes
Label Printer Custom label for InvenTree data Yes
Label Machine Custom label for InvenTree data Yes
Label Sheet Custom label for InvenTree data Yes
LCSC LCSC barcode support No
Mouser Mouser barcode support No
Parameter Exporter Custom exporter for part parameter data Yes
Part Notifications Notifications for part changes No
TME TME barcode support No

Plugin Table

In the admin center, the plugins table can be filtered to display only builtin plugins. This is done by selecting the "Builtin" filter in the table toolbar:

{{ image("filter_plugins.png", base="plugin/builtin", title="Builtin Plugin Filter") }}