diff --git a/docs/docs/concepts/company.md b/docs/docs/concepts/company.md index 5fa7cb2df7..ae70295ab8 100644 --- a/docs/docs/concepts/company.md +++ b/docs/docs/concepts/company.md @@ -61,7 +61,7 @@ Addresses are composed differently across the world, and InvenTree reflects this | Field | Description | | ----- | ----------- | -| Title: A descriptive name for the address (e.g. "Head Office", "Warehouse", etc) +| Title | A descriptive name for the address (e.g. "Head Office", "Warehouse", etc) | Line 1 | Main street address | | Line 2 | Extra street address line | | Postal Code: Also known as ZIP code, this is normally a number 3-5 digits in length | diff --git a/docs/docs/concepts/custom_states.md b/docs/docs/concepts/custom_states.md index 659af0e726..aab4e37ea0 100644 --- a/docs/docs/concepts/custom_states.md +++ b/docs/docs/concepts/custom_states.md @@ -10,6 +10,10 @@ States can be added in the [Admin Center](../settings/admin.md#admin-center) und States need to be assigned to a model, state (for example status on a StockItem) and a logical key - that will be used for business logic. These 3 values combined need to be unique throughout the system. -Custom states can be used in the following models: -- StockItem -- Orders (PurchaseOrder, SalesOrder, ReturnOrder, ReturnOrderLine) +Custom states can be defined for the following models: + +- [Stock Item](../stock/index.md) +- [Build Order](../manufacturing/build.md) +- [Purchase Order](../purchasing/purchase_order.md) +- [Sales Order](../sales/sales_order.md) +- [Return Order](../sales/return_order.md)