mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-10-08 18:12:15 +00:00
.github
_includes
ci
docs
app
assets
build
companies
extend
javascripts
part
releases
report
settings
MFA.md
SSO.md
admin.md
email.md
export.md
global.md
import.md
logs.md
permissions.md
shell.md
tasks.md
user.md
start
stock
stylesheets
webfonts
0.6.2.md
contribute.md
credits.md
demo.md
faq.md
features.md
hooks.py
index.md
privacy.md
terminology.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
18 lines
533 B
Markdown
18 lines
533 B
Markdown
---
|
|
title: Exporting Data
|
|
---
|
|
|
|
## Exporting Data
|
|
|
|
The Admin Interface provides powerful data exporting capability. When displaying a list of items which support exporting (e.g. Part objects), select the "Export" button from the top-right corner:
|
|
|
|
{% with id="export", url="admin/export.png", description="Data export" %}
|
|
{% include 'img.html' %}
|
|
{% endwith %}
|
|
|
|
Multiple data formats are supported for exported data:
|
|
|
|
{% with id="formats", url="admin/formats.png", description="Data formats" %}
|
|
{% include 'img.html' %}
|
|
{% endwith %}
|