Docs tweak (#10695)
* Cleanup docs page for custom states * Fix for address docs
This commit is contained in:
parent
548f05e61c
commit
7b4da23981
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue