mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-29 20:30:39 +00:00
Docs tweak (#10695)
* Cleanup docs page for custom states * Fix for address docs
This commit is contained in:
@@ -61,7 +61,7 @@ Addresses are composed differently across the world, and InvenTree reflects this
|
|||||||
|
|
||||||
| Field | Description |
|
| 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 1 | Main street address |
|
||||||
| Line 2 | Extra street address line |
|
| Line 2 | Extra street address line |
|
||||||
| Postal Code: Also known as ZIP code, this is normally a number 3-5 digits in length |
|
| 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.
|
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:
|
Custom states can be defined for the following models:
|
||||||
- StockItem
|
|
||||||
- Orders (PurchaseOrder, SalesOrder, ReturnOrder, ReturnOrderLine)
|
- [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)
|
||||||
|
|||||||
Reference in New Issue
Block a user