mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-05 11:31:34 +00:00
Company docs updates (#4710)
* Refactor order documentation into simpler consolidated pages * Reorganize images * Add documentation on "Contact" * Add imgae
This commit is contained in:
@@ -55,7 +55,7 @@ Trackable parts can be assigned batch numbers or serial numbers which uniquely i
|
||||
|
||||
### Purchaseable
|
||||
|
||||
If a part is designated as *Purchaseable* it can be purchased from external suppliers. Setting this flag allows parts to be added to [purchase orders](../buy/po.md).
|
||||
If a part is designated as *Purchaseable* it can be purchased from external suppliers. Setting this flag allows parts to be added to [purchase orders](../order/purchase_order.md).
|
||||
|
||||
### Salable
|
||||
|
||||
|
@@ -25,11 +25,11 @@ Pricing information can be determined from multiple sources:
|
||||
| Pricing Source | Description | Linked to |
|
||||
| --- | --- | ---|
|
||||
| Internal Price | How much a part costs to make | [Part](../part/part.md) |
|
||||
| Supplier Price | The price to theoretically purchase a part from a given supplier (with price-breaks) | [Supplier](../buy/supplier.md) |
|
||||
| Purchase Cost | Historical cost information for parts purchased | [Purchase Order](../buy/po.md) |
|
||||
| Supplier Price | The price to theoretically purchase a part from a given supplier (with price-breaks) | [Supplier](../order/company.md#suppliers) |
|
||||
| Purchase Cost | Historical cost information for parts purchased | [Purchase Order](../order/purchase_order.md) |
|
||||
| BOM Price | Total price for an assembly (total price of all component items) | [Part](../part/part.md) |
|
||||
| Sale Price | How much a salable item is sold for (with price-breaks) | [Part](../part/part.md) |
|
||||
| Sale Cost | How much an item was sold for | [Sales Order](../sell/so.md) |
|
||||
| Sale Cost | How much an item was sold for | [Sales Order](../order/sales_order.md) |
|
||||
|
||||
### Currency Support
|
||||
|
||||
@@ -97,7 +97,7 @@ If the **Internal Price Override** setting is enabled, then internal pricing dat
|
||||
|
||||
### Purchase History
|
||||
|
||||
If the Part is designated as *purchaseable*, then historical purchase cost information is displayed (and used to calculate overall pricing). Purchase history data is collected from *completed* [purchase orders](../buy/po.md).
|
||||
If the Part is designated as *purchaseable*, then historical purchase cost information is displayed (and used to calculate overall pricing). Purchase history data is collected from *completed* [purchase orders](../order/purchase_order.md).
|
||||
|
||||
{% with id="pricing_purchase_history", url="part/pricing_purchase_history.png", description="Purchase History" %}
|
||||
{% include 'img.html' %}
|
||||
@@ -144,7 +144,7 @@ If the Part is designated as *Salable* then sale price breaks are made available
|
||||
|
||||
### Sale History
|
||||
|
||||
If the Part is designated as *Salable* then historical sale cost information is available. Sale history data is collected from *completed* [sales orders](../sell/so.md).
|
||||
If the Part is designated as *Salable* then historical sale cost information is available. Sale history data is collected from *completed* [sales orders](../order/sales_order.md).
|
||||
|
||||
{% with id="pricing_sale_history", url="part/pricing_sale_history.png", description="Sale History" %}
|
||||
{% include 'img.html' %}
|
||||
|
@@ -8,7 +8,7 @@ Denoting a part as *Trackble* changes the way that [stock items](../../stock/sto
|
||||
|
||||
For many parts in an InvenTree database, simply tracking current stock levels (and locations) is sufficient. However, some parts require more extensive tracking than simple stock level knowledge.
|
||||
|
||||
Any stock item associated with a trackable part *must* have either a batch number or a serial number. This includes stock created manually or via an internal process (such as a [Purchase Order](../buy/po.md) or a [Build Order](../build/build.md)).
|
||||
Any stock item associated with a trackable part *must* have either a batch number or a serial number. This includes stock created manually or via an internal process (such as a [Purchase Order](../order/purchase_order.md) or a [Build Order](../build/build.md)).
|
||||
|
||||
|
||||
## Assign Serial Numbers
|
||||
|
Reference in New Issue
Block a user