2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-09-14 06:31:20 +00:00

Reference docs (#308)

* Add information on build order reference

* Add reference field description for purchase order

* Add reference information for SalesOrder

* Updated images for build orders

* Update settings information

* Add note regarding python string formatting

* Add some more screenshots

* Improved BOM documentation

* Improve BOM documentation further

* Split  "BOM Export" onto separate page

* Rearrange docs pages

* Add image to fill TODO entry

* Split out part scheduling page
This commit is contained in:
Oliver
2022-07-09 22:28:12 +10:00
committed by GitHub
parent e143c2ab12
commit f2a9404c8a
25 changed files with 241 additions and 85 deletions

View File

@@ -8,6 +8,16 @@ Purchase orders allow to track which parts are bought from suppliers and manufac
To access the purchase order page, click on the <span class="badge inventree nav main"><span class='fas fa-shopping-cart'></span> Buy</span> navigation tab and click on <span class="badge inventree nav main"><span class='fas fa-list'></span> Purchase Orders</span> option in the dropdown list.
{% with id="purchase_order_list", url="buy/po_list.png", description="Purchase Order List" %}
{% include "img.html" %}
{% endwith %}
### Purchase Order Reference
{% with prefix="PO-", label="Purchase Order" %}
{% include "reference.html" %}
{% endwith %}
### Create Purchase Order
Once the purchase order page is loaded, click on <span class="badge inventree add"><span class='fas fa-plus-circle'></span> New Purchase Order</span> which opens the "Create Purchase Order" form.