2
0
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:
Oliver
2025-10-28 16:59:42 +11:00
committed by GitHub
parent 548f05e61c
commit 7b4da23981
2 changed files with 8 additions and 4 deletions

View File

@@ -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 |

View File

@@ -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)