2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 01:08:12 +00:00
Files
InvenTree/docs/docs/plugins/builtin/part_parameter_exporter.md
Matthias Mair b5f899f732 fix doc links
2025-11-26 21:22:10 +01:00

957 B

title
title
Part Parameter Exporter

Part Parameter Exporter

The Part Parameter Exporter plugin provides custom export functionality for Parameter data.

It utilizes the ExporterMixin mixin to provide a custom export format for part parameter data.

Activation

This plugin is a mandatory plugin, and is always enabled.

Plugin Settings

This plugin has no configurable settings.

Usage

This plugin is used in the same way as the InvenTree Exporter Plugin, but provides a custom export format for part parameter data.

When exporting part parameter data, the Part Parameter Exporter plugin is available for selection in the export dialog. When selected, the plugin provides some additional export options to control the data export process.

{{ image("parameter_export_options.png", base="plugin/builtin", title="Part Parameter Export Options") }}