2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-30 00:21:34 +00:00

Plugin doc tweaks (#10084)

Organize builtin plugins by category
This commit is contained in:
Oliver
2025-07-26 16:48:33 +10:00
committed by GitHub
parent 9ca406278a
commit 16f7051d25

View File

@@ -12,26 +12,26 @@ Some of the provided builtin plugins are *mandatory*, as they provide core funct
The following builtin plugins are available in InvenTree:
| Plugin Name | Description | Mandatory |
| ----------- | ----------- | --------- |
| [Auto Create Child Builds](./auto_create_builds.md) | Automatically create child build orders for sub-assemblies | No |
| [Auto Issue Orders](./auto_issue.md) | Automatically issue pending orders when target date is reached | No |
| [BOM Exporter](./bom_exporter.md) | Custom [exporter](../mixins/export.md) for BOM data | Yes |
| [Currency Exchange](./currency_exchange.md) | Currency exchange rate plugin | Yes |
| [DigiKey](./barcode_digikey.md) | DigiKey barcode support | No |
| [Email Notification](./email_notification.md) | Email notification plugin | Yes |
| [InvenTree Barcode](./inventree_barcode.md) | Internal barcode support | Yes |
| [InvenTree Exporter](./inventree_exporter.md) | Custom [exporter](../mixins/export.md) for InvenTree data | Yes |
| [Label Printer](./inventree_label.md) | Custom [label](../mixins/label.md) for InvenTree data | Yes |
| [Label Machine](./inventree_label_machine.md) | Custom [label](../mixins/label.md) for InvenTree data | Yes |
| [Label Sheet](./inventree_label_sheet.md) | Custom [label](../mixins/label.md) for InvenTree data | Yes |
| [LCSC](./barcode_lcsc.md) | LCSC barcode support | No |
| [Mouser](./barcode_mouser.md) | Mouser barcode support | No |
| [Parameter Exporter](./part_parameter_exporter.md) | Custom [exporter](../mixins/export.md) for part parameter data | Yes |
| [Part Update Notifications](./part_notifications.md) | Notifications for part changes | No |
| [Slack Notification](./slack_notification.md) | Slack notification plugin | No |
| [TME](./barcode_tme.md) | TME barcode support | No |
| [UI Notification](./ui_notification.md) | UI notification plugin | Yes |
| Category | Plugin Name | Description | Mandatory |
| -------- | ----------- | ----------- | --------- |
| Barcodes | [DigiKey](./barcode_digikey.md) | DigiKey barcode support | No |
| Barcodes | [InvenTree Barcode](./inventree_barcode.md) | Internal barcode support | Yes |
| Barcodes | [LCSC](./barcode_lcsc.md) | LCSC barcode support | No |
| Barcodes | [Mouser](./barcode_mouser.md) | Mouser barcode support | No |
| Barcodes | [TME](./barcode_tme.md) | TME barcode support | No |
| Data Export | [BOM Exporter](./bom_exporter.md) | Custom [exporter](../mixins/export.md) for BOM data | Yes |
| Data Export | [InvenTree Exporter](./inventree_exporter.md) | Custom [exporter](../mixins/export.md) for InvenTree data | Yes |
| Data Export | [Parameter Exporter](./part_parameter_exporter.md) | Custom [exporter](../mixins/export.md) for part parameter data | Yes |
| Events | [Auto Create Child Builds](./auto_create_builds.md) | Automatically create child build orders for sub-assemblies | No |
| Events | [Auto Issue Orders](./auto_issue.md) | Automatically issue pending orders when target date is reached | No |
| Label Printing | [Label Printer](./inventree_label.md) | Custom [label](../mixins/label.md) for InvenTree data | Yes |
| Label Printing | [Label Machine](./inventree_label_machine.md) | Custom [label](../mixins/label.md) for InvenTree data | Yes |
| Label Printing | [Label Sheet](./inventree_label_sheet.md) | Custom [label](../mixins/label.md) for InvenTree data | Yes |
| Notifications | [Email Notification](./email_notification.md) | Email notification plugin | Yes |
| Notifications | [Part Update Notifications](./part_notifications.md) | Notifications for part changes | No |
| Notifications | [Slack Notification](./slack_notification.md) | Slack notification plugin | No |
| Notifications | [UI Notification](./ui_notification.md) | UI notification plugin | Yes |
| Pricing | [Currency Exchange](./currency_exchange.md) | Currency exchange rate plugin | Yes |
### Plugin Table