mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
* Remove django-import-export requirement * Update settings.py * Clean up admin files * Remove much of the old BOM exporter framework * Add note for future self * Remove dead unit test files * Remove defunct AjaxView classes * Remove InvenTreeRoleMixin * Update docs for data import * Export docs
14 lines
457 B
Markdown
14 lines
457 B
Markdown
---
|
|
title: Exporting Data
|
|
---
|
|
|
|
## Exporting Data
|
|
|
|
InvenTree provides data export functionality for a variety of data types. Most data tables provide an "Export Data" button, which allows the user to export the data in a variety of formats.
|
|
|
|
In the top right corner of the table, click the "Export Data" button to export the data in the table.
|
|
|
|
{% with id="export", url="admin/export.png", description="Export data" %}
|
|
{% include 'img.html' %}
|
|
{% endwith %}
|