mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-11 05:37:54 +00:00
[docs] Docs updates (#10678)
* Display PendingShipments panel - Overview of all outstanding shipments * Update UI tests * add separate page for troubleshooting * Restructure menus a bit * Fix top-level page for mobile app * Add option to override default value in docs * Update global.md * Formatting updates * Update sales pages * Move order images to "purchasing" * Small tweaks * Make "Concepts" a top-level documentation item * Update image
This commit is contained in:
@@ -4,14 +4,14 @@ title: Manufacturers
|
||||
|
||||
## Manufacturers
|
||||
|
||||
A manufacturer is an external **producer** of parts and raw materials.
|
||||
A manufacturer is a [company](../concepts/company.md) which acts as an external producer of parts and raw materials. A manufacturer may or may not also be a [supplier](./supplier.md) of those parts.
|
||||
|
||||
!!! info
|
||||
**Viewing**, **adding**, **editing** and **deleting** manufacturers require the corresponding [Purchase Orders user permissions](../settings/permissions.md)
|
||||
|
||||
To access the list of manufacturers , click on the <span class="badge inventree nav main">{{ icon("shopping-cart") }} Buy</span> navigation tab and click on <span class="badge inventree nav main">{{ icon("building-factory-2") }} Manufacturers</span> option in the dropdown list.
|
||||
|
||||
{{ image("order/manufacturer_list.png", "Manufacturer List") }}
|
||||
{{ image("purchasing/manufacturer_list.png", "Manufacturer List") }}
|
||||
|
||||
### Add Manufacturer
|
||||
|
||||
@@ -32,8 +32,8 @@ Manufacturer parts are linked to a manufacturer and defined as manufacturable it
|
||||
|
||||
To create a manufacturer part, you have the following options:
|
||||
|
||||
* either navigate to a Part detail page then click on the <span class="badge inventree nav side">{{ icon("building") }} Suppliers</span> tab
|
||||
* or navigate to a Manufacturer detail page then click on the <span class="badge inventree nav side">{{ icon("building-factory-2") }} Manufactured Parts</span> tab.
|
||||
* Navigate to a Part detail page then click on the <span class="badge inventree nav side">{{ icon("building") }} Suppliers</span> tab
|
||||
* Navigate to a Manufacturer detail page then click on the <span class="badge inventree nav side">{{ icon("building-factory-2") }} Manufactured Parts</span> tab.
|
||||
|
||||
Whichever you pick, click on the <span class="badge inventree add">{{ icon("plus-circle") }} New Manufacturer Part</span> button to load the "Create New Manufacturer Part" form. Fill out the form with the manufacturer part information then click on <span class="badge inventree confirm">Submit</span>
|
||||
|
||||
@@ -41,8 +41,8 @@ Whichever you pick, click on the <span class="badge inventree add">{{ icon("plus
|
||||
|
||||
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 <span class="badge inventree nav side">{{ icon("building") }} Suppliers</span> tab then, in the <span class="badge inventree nav main">Part Manufacturers</span> table, click on the _MPN_ link
|
||||
* or navigate to a Manufacturer detail page, click on the <span class="badge inventree nav side">{{ icon("building-factory-2") }} Manufactured Parts</span> tab then click on the _MPN_ link.
|
||||
* Navigate to a Part detail page, click on the <span class="badge inventree nav side">{{ icon("building") }} Suppliers</span> tab then, in the <span class="badge inventree nav main">Part Manufacturers</span> table, click on the _MPN_ link
|
||||
* Navigate to a Manufacturer detail page, click on the <span class="badge inventree nav side">{{ icon("building-factory-2") }} Manufactured Parts</span> tab then click on the _MPN_ link.
|
||||
|
||||
After the manufacturer part details are loaded, click on the {{ icon("edit", color="blue", title="Edit") }} icon next to the manufacturer part image. Edit the manufacturer part information then click on <span class="badge inventree confirm">Submit</span>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Purchase orders allow to track which parts are bought from suppliers and manufac
|
||||
|
||||
To navigate to the Purchase Order display, select *Purchasing* from the main navigation menu, and *Build Orders* from the sidebar:
|
||||
|
||||
{{ image("order/po_display.png", "Purchase Order Display") }}
|
||||
{{ image("purchasing/po_display.png", "Purchase Order Display") }}
|
||||
|
||||
The following view modes are available:
|
||||
|
||||
@@ -18,13 +18,13 @@ The following view modes are available:
|
||||
|
||||
*Table View* provides a list of Purchase Orders, which can be filtered to display a subset of orders according to user supplied parameters.
|
||||
|
||||
{{ image("order/po_list.png", "Purchase Order List") }}
|
||||
{{ image("purchasing/po_list.png", "Purchase Order List") }}
|
||||
|
||||
#### Calendar View
|
||||
|
||||
*Calendar View* shows a calendar display with outstanding purchase orders, based on the various dates specified for each order.
|
||||
|
||||
{{ image("order/po_calendar.png", "Purchase Order Calendar") }}
|
||||
{{ image("purchasing/po_calendar.png", "Purchase Order Calendar") }}
|
||||
|
||||
### Purchase Order Status Codes
|
||||
|
||||
@@ -153,15 +153,15 @@ Duplicating a Purchase Order allows the user to quickly create a new *copy* of a
|
||||
|
||||
To duplicate an existing order, select the *Duplicate Order* action from the menu in the top-right of the screen (as shown below):
|
||||
|
||||
{{ image("order/po_duplicate.png", "Duplicate Purchase Order") }}
|
||||
{{ image("purchasing/po_duplicate.png", "Duplicate Purchase Order") }}
|
||||
|
||||
This opens the following dialog, where you can adjust the parameters of the new order before proceeding to actually create the new order. You can see in the screenshot below that some extra options are provided in this form, to control duplication of individual line items.
|
||||
|
||||
{{ image("order/po_duplicate_2.png", "Duplicate Purchase Order") }}
|
||||
{{ image("purchasing/po_duplicate_2.png", "Duplicate Purchase Order") }}
|
||||
|
||||
A new purchase order is then created based on the currently selected order:
|
||||
|
||||
{{ image("order/po_duplicate_3.png", "Duplicate Purchase Order") }}
|
||||
{{ image("purchasing/po_duplicate_3.png", "Duplicate Purchase Order") }}
|
||||
|
||||
## Order Scheduling
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ title: Suppliers
|
||||
|
||||
## Suppliers
|
||||
|
||||
A supplier is an external **vendor** of parts and raw materials.
|
||||
A supplier is a [company](../concepts/company.md) which acts as an external vendor of parts and raw materials.
|
||||
|
||||
To access the supplier page, click on the <span class="badge inventree nav main">{{ icon("shopping-cart") }} Buy</span> navigation tab and click on <span class="badge inventree nav main">{{ icon("building") }} Suppliers</span> option in the dropdown list.
|
||||
|
||||
{{ image("order/supplier_list.png", "Supplier List") }}
|
||||
{{ image("purchasing/supplier_list.png", "Supplier List") }}
|
||||
|
||||
!!! info
|
||||
**Viewing**, **adding**, **editing** and **deleting** suppliers require the corresponding [Purchase Orders user permissions](../settings/permissions.md)
|
||||
@@ -54,11 +54,11 @@ Supplier parts can be individually disabled - for example, if a supplier part is
|
||||
|
||||
The "active" status of a supplier part is clearly visible within the user interface:
|
||||
|
||||
{{ image("order/disable_supplier_part.png", "Disable Supplier Part") }}
|
||||
{{ image("purchasing/disable_supplier_part.png", "Disable Supplier Part") }}
|
||||
|
||||
To change the "active" status of a supplier part, simply edit the supplier part details and set the `active` attribute:
|
||||
|
||||
{{ image("order/disable_supplier_part_edit.png", "Disable Supplier Part Edit") }}
|
||||
{{ image("purchasing/disable_supplier_part_edit.png", "Disable Supplier Part Edit") }}
|
||||
|
||||
It is recommended to disable a supplier part rather than deleting it, as this will preserve the integrity of historical data.
|
||||
|
||||
@@ -76,11 +76,11 @@ A custom can periodically request availability information (via a supplier API),
|
||||
|
||||
If provided, availability information is displayed on the Supplier Part detail page.
|
||||
|
||||
{{ image("order/supplier_part_availability.png", "Supplier Part Availability") }}
|
||||
{{ image("purchasing/supplier_part_availability.png", "Supplier Part Availability") }}
|
||||
|
||||
Availability information can be manually updated via the user interface:
|
||||
|
||||
{{ image("order/update_availability.png", "Update Availability") }}
|
||||
{{ image("purchasing/update_availability.png", "Update Availability") }}
|
||||
|
||||
## Supplier Part Pack Size
|
||||
|
||||
|
||||
Reference in New Issue
Block a user