mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-15 16:58:14 +00:00
docs fixes
This commit is contained in:
@@ -15,4 +15,4 @@ Parameters can be associated with various InvenTree models.
|
||||
|
||||
Any model which supports attachments will have an "Attachments" tab on its detail page. This tab displays all attachments associated with that object:
|
||||
|
||||
{{ image("concepts/attachment-tab.png", "Order Attachments Example") }}
|
||||
{{ image("concepts/attachments-tab.png", "Order Attachments Example") }}
|
||||
|
||||
@@ -65,7 +65,7 @@ Parametric tables gather all parameters from all objects of a particular type, t
|
||||
|
||||
Tables views which support parametric filtering and sorting will have a "Parametric View" button above the table:
|
||||
|
||||
{{ image("common/parametric-parts.png", "Parametric Parts Table") }}
|
||||
{{ image("concepts/parametric-parts.png", "Parametric Parts Table") }}
|
||||
|
||||
### Sorting by Parameter Value
|
||||
|
||||
|
||||
@@ -39,12 +39,6 @@ A Part is defined in the system by the following parameters:
|
||||
|
||||
The Part view page organizes part data into sections, displayed as tabs. Each tab has its own function, which is described in this section.
|
||||
|
||||
### Parameters
|
||||
|
||||
Parts can have multiple defined parameters.
|
||||
|
||||
[Read about Part parameters](./parameter.md)
|
||||
|
||||
### Variants
|
||||
|
||||
If a part is a *Template Part* then the *Variants* tab will be visible.
|
||||
@@ -125,10 +119,18 @@ Related parts can be added and are shown under a table of the same name in the "
|
||||
|
||||
This feature can be enabled or disabled in the global part settings.
|
||||
|
||||
### Parameters
|
||||
|
||||
Parts can have multiple defined parameters.
|
||||
|
||||
[Read about parameters](../concepts/parameters.md).
|
||||
|
||||
### Attachments
|
||||
|
||||
The *Part Attachments* tab displays file attachments associated with the selected *Part*. Multiple file attachments (such as datasheets) can be uploaded for each *Part*.
|
||||
|
||||
[Read about attachments](../concepts/attachments.md).
|
||||
|
||||
### Notes
|
||||
|
||||
A part may have notes attached, which support markdown formatting.
|
||||
|
||||
Reference in New Issue
Block a user