Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 98 KiB |
BIN
docs/assets/images/build/build_list.png
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 152 KiB |
5
docs/build/bom.md
vendored
@ -116,7 +116,7 @@ Once the BOM file is uploaded, the following view will load:
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
InvenTree will attempt to automatically match the BOM file columns with InvenTree part fields. `Part_Name` is a **required** field for the upload process and moving on to the next step. Sprcifying the `Part_IPN` field matching is very powerful as it allows to create direct pointers to InvenTree parts.
|
||||
InvenTree will attempt to automatically match the BOM file columns with InvenTree part fields. `Part_Name` is a **required** field for the upload process and moving on to the next step. Specifying the `Part_IPN` field matching is very powerful as it allows to create direct pointers to InvenTree parts.
|
||||
|
||||
Once you have selected the corresponding InvenTree fields, click on the "Submit Selections" button to move on to the next step.
|
||||
|
||||
@ -129,9 +129,6 @@ Once the BOM file columns and InvenTree fields are correctly matched, the follow
|
||||
|
||||
InvenTree automatically tries to match parts from the BOM file with parts in its database. For parts that are found in InvenTree's database, the `Select Part` field selection will automatically point to the matching database part.
|
||||
|
||||
!!! info "Create New Part"
|
||||
The <span class='fas fa-plus-circle'></span> icon in the `Select Part` column let's you load the `Create New Part` form which allows you to create an InvenTree part during the BOM upload process.
|
||||
|
||||
In this view, you can also edit the parts `Reference` and `Quantity` fields.
|
||||
|
||||
Once you have selected the corresponding InvenTree parts, click on the "Submit BOM" button to complete the BOM upload process.
|
||||
|
16
docs/build/build.md
vendored
@ -22,6 +22,10 @@ To navigate to the Build Order display, select *Build* from the main navigation
|
||||
|
||||
*Table View* provides a table of Build Orders, which can be filtered to only show the orders you are interested in.
|
||||
|
||||
{% with id="build_list", url="build/build_list.png", description="Build List" %}
|
||||
{% include "img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
#### Calendar View
|
||||
|
||||
*Calendar View* shows a calendar display with upcoming build orders, based on the various dates specified for each build.
|
||||
@ -165,19 +169,11 @@ To create a build order for your part, you have two options:
|
||||
### Build Order Page
|
||||
|
||||
- Navigate to the Build Order overview page
|
||||
- Select *New Build Order*
|
||||
|
||||
-----
|
||||
|
||||
Either of these options will launch the *Start new Build* form:
|
||||
|
||||
{% with id="build_start_new", url="build/build_start_new.png", description="Start New Build Form" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
- Click on *New Build Order*
|
||||
|
||||
Fill-out the form as required, then click the "Submit" button to create the build.
|
||||
|
||||
### Complete Build Order
|
||||
## Complete Build Order
|
||||
|
||||
To complete a build, click on <span class='fas fa-tools'></span> icon on the build detail page, the `Complete Build` form will be displayed.
|
||||
|
||||
|