2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2026-05-31 06:25:28 +00:00

Added doc about manufacturer parts management

This commit is contained in:
eeintech
2021-04-14 10:28:11 -04:00
parent b26e704acf
commit c60646700e
4 changed files with 35 additions and 20 deletions
+15 -6
View File
@@ -42,15 +42,24 @@ Manufacturer parts are linked to a manufacturer and defined as manufacturable it
### Add Manufacturer Part
!!! warning
TODO
To create a manufacturer part, you have the following options:
* either navigate to a Part detail page then click on the "Manufacturers" tab
* or navigate to a Manufacturer detail page then click on the "Manufactured Parts" tab.
Whichever you pick, click on the "<span class='fas fa-plus-circle'></span> New Manufacturer Part" button to load the "Create New Manufacturer Part" form. Fill out the form with the manufacturer part information then click on the "Submit" button.
### Edit Manufacturer Part
!!! warning
TODO
To edit a manufacturer part, first access the manufacturer part detail page with one of the following options:
* either navigate to a Part detail page, click on the "Manufacturers" tab then click on the "MPN" link
* or navigate to a Manufacturer detail page, click on the "Manufactured Parts" tab then click on the "MPN" link.
After the manufacturer part details are loaded, click on the <span class='fas fa-edit'></span> icon next to the manufacturer part image. Edit the manufacturer part information then click on the "Submit" button.
### Delete Manufacturer Part
!!! warning
TODO
To delete a manufacturer part, first access the manufacturer part detail page like in the [Edit Manufacturer Part](#edit-manufacturer-part) section.
After the manufacturer part details are loaded, click on the <span class='fas fa-trash-alt'></span> icon next to the manufacturer part image. Review the the information for the manufacturer part to be deleted, confirm the deletion using the checkbox then click on the "Submit" button.
+7 -4
View File
@@ -43,8 +43,10 @@ Supplier parts are linked to a supplier and defined as purchasable items.
### Add Supplier Part
To create a supplier part, you have the following options:
* either navigate to a Part detail page then click on the "Suppliers" tab
* or navigate to a Supplier detail page then click on the "Parts" tab.
1. navigate to a Part detail page then click on the "Suppliers" tab
0. navigate to a Supplier detail page then click on the "Supplied Parts" tab
0. navigate to a Manufacturer detail page then click on the "Supplied Parts" tab.
Whichever you pick, click on the "<span class='fas fa-plus-circle'></span> New Supplier Part" button to load the "Create new Supplier Part" form. Fill out the form with the supplier part information then click on the "Submit" button.
@@ -52,8 +54,9 @@ Whichever you pick, click on the "<span class='fas fa-plus-circle'></span> New S
To edit a supplier part, first access the supplier part detail page with one of the following options:
* either navigate to a Part detail page, click on the "Suppliers" tab then click on the corresponding "Supplier Part" row value
* or navigate to a Supplier detail page, click on the "Parts" tab then click on the corresponding "Supplier Part" row value.
1. navigate to a Part detail page, click on the "Suppliers" tab then click on the corresponding "Supplier Part" link
0. navigate to a Supplier detail page, click on the "Supplied Parts" tab then click on the corresponding "Supplier Part" link
0. navigate to a Manufacturer detail page, click on the "Supplied Parts" tab then click on the corresponding "Supplier Part" link.
After the supplier part details are loaded, click on the <span class='fas fa-edit'></span> icon next to the supplier part image. Edit the supplier part information then click on the "Submit" button.