mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-15 11:45:35 +00:00
Initial commit
- Copied from inventree.github.io
This commit is contained in:
43
docs/admin/admin.md
Normal file
43
docs/admin/admin.md
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
title: InvenTree Admin Interface
|
||||
layout: page
|
||||
---
|
||||
|
||||
## Admin Interface
|
||||
|
||||
Users which have administrator privileges have access to an Admin interface which provides extremely low level control of the database. Every item in the database is available and this interface provides a convenient option for directly viewing and modifying database objects.
|
||||
|
||||
!!! warning "Caution"
|
||||
Admin users should exercise extreme care when modifying data via the admin interface, as performing the wrong action may have unintended consequences!
|
||||
|
||||
### Access Admin Interface
|
||||
|
||||
To access the admin interface, select the "Admin" option from the drop-down user menu in the top-right corner of the screen. You will be presented with an adminstation panel as shown below:
|
||||
|
||||
{% with id="admin", url="admin/admin.png", description="InvenTree Admin Panel" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
### View Database Objects
|
||||
|
||||
Database objects can be listed and filtered directly. The image below shows an example of displaying existing part categories.
|
||||
|
||||
{% with id="part_cats", url="admin/part_cats.png", description="Display part categories" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
#### Filtering
|
||||
|
||||
Some admin views support filtering of results against specified criteria. For example, the list of Part objects can be filtered as follows:
|
||||
|
||||
{% with id="filter", url="admin/filter.png", description="Filter part list" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
### Edit Database Objects
|
||||
|
||||
Individual database objects can be edited directly in the admin interface. The image below shows an exmple of editing a Part object:
|
||||
|
||||
{% with id="edit_part", url="admin/edit_part.png", description="Edit Part object" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
18
docs/admin/export.md
Normal file
18
docs/admin/export.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Exporting Data
|
||||
layout: page
|
||||
---
|
||||
|
||||
## Exporting Data
|
||||
|
||||
The [Admin Interface](/admin/admin) 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 %}
|
9
docs/admin/import.md
Normal file
9
docs/admin/import.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Importing Data
|
||||
layout: page
|
||||
---
|
||||
|
||||
## Importing Data
|
||||
|
||||
!!! missing "TODO"
|
||||
This section requires further work
|
Reference in New Issue
Block a user