diff --git a/docs/assets/images/part/part_manufacturers_suppliers.png b/docs/assets/images/part/part_manufacturers_suppliers.png new file mode 100644 index 0000000..734e958 Binary files /dev/null and b/docs/assets/images/part/part_manufacturers_suppliers.png differ diff --git a/docs/assets/images/part/part_stock.png b/docs/assets/images/part/part_stock.png index 86af371..40951c0 100644 Binary files a/docs/assets/images/part/part_stock.png and b/docs/assets/images/part/part_stock.png differ diff --git a/docs/assets/images/part/part_suppliers.png b/docs/assets/images/part/part_suppliers.png deleted file mode 100644 index 32c94fb..0000000 Binary files a/docs/assets/images/part/part_suppliers.png and /dev/null differ diff --git a/docs/part/template.md b/docs/part/template.md index 33ba0d4..c050adb 100644 --- a/docs/part/template.md +++ b/docs/part/template.md @@ -36,9 +36,4 @@ Any part can be set as "Template" part. To do so: When a part's [*Template option*](#enable-template-part) is turned-on, "Variants" of this part can be created. To create a variant, navigate to a specific part detail page, click on the "Variants" tab then click on the "New Variant" button. -The `Create Variant` form will be displayed: -{% with id="create_part_variant", url="part/create_part_variant.png", description="Create Part Variant Form" %} -{% include 'img.html' %} -{% endwith %} - -Fill-out the form then click on <span class="badge inventree confirm">Submit</span> to create the variant. \ No newline at end of file +The `Duplicate Part` form will be displayed. Fill it out then click on <span class="badge inventree confirm">Submit</span> to create the variant. \ No newline at end of file diff --git a/docs/part/views.md b/docs/part/views.md index 8380745..c743c3d 100644 --- a/docs/part/views.md +++ b/docs/part/views.md @@ -17,7 +17,7 @@ The main part view is divided into 4 different panels: ## Categories The categories of each part is displayed on the top navigation bar as show in the above screenshot. -[Click here](../part/#part-category) for more information about categories. +[Click here](./part.md#part-category) for more information about categories. ## Part Details @@ -52,7 +52,9 @@ The Part view page organizes part data into sections, displayed as tabs. Each ta ### Parameters -Parts can have multiple defined [parameters](./parameter.md). +Parts can have multiple defined parameters. + +[Read about Part parameters](./parameter.md) ### Variants @@ -102,11 +104,11 @@ The *Used In* tab displays a list of other parts that this part is used to make. ### Suppliers -The *Suppliers* tab displays all the *Supplier Parts* for the selected *Part*. +The *Suppliers* tab displays all the *Part Suppliers* and *Part Manufacturers* for the selected *Part*. This tab is only visible if the *Part* is designated as *Purchaseable*. -{% with id="part_suppliers", url="part/part_suppliers.png", description="Part Suppliers" %} +{% with id="part_manufacturers_suppliers", url="part/part_manufacturers_suppliers.png", description="Part Suppliers and Manufacturers" %} {% include 'img.html' %} {% endwith %}