mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-30 04:35:42 +00:00
* Display PendingShipments panel - Overview of all outstanding shipments * Update UI tests * add separate page for troubleshooting * Restructure menus a bit * Fix top-level page for mobile app * Add option to override default value in docs * Update global.md * Formatting updates * Update sales pages * Move order images to "purchasing" * Small tweaks * Make "Concepts" a top-level documentation item * Update image
26 lines
997 B
Markdown
26 lines
997 B
Markdown
---
|
|
title: Exporting Data
|
|
---
|
|
|
|
## Exporting Data
|
|
|
|
InvenTree provides data export functionality for a variety of data types. Most data tables provide an "Download" button, which allows the user to export the data in a variety of formats.
|
|
|
|
In the top right corner of the table, click the "Download" button to export the data in the table.
|
|
|
|
{{ image("admin/export.png", "Download") }}
|
|
|
|
This will present a dialog box with the available export options:
|
|
|
|
{{ image("admin/export_options.png", "Export Dialog") }}
|
|
|
|
## Plugin Support
|
|
|
|
InvenTree plugins can also provide custom export functionality for specific data types. If a plugin provides export functionality, it will be listed in the export options.
|
|
|
|
Refer to the [export plugin mixin documentation](../plugins/mixins/export.md) for more information on how to create export plugins.
|
|
|
|
## API Export
|
|
|
|
Data can also be exported via the InvenTree REST API, by appending the appropriate format suffix (and other export options) to the API endpoint URL.
|