2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +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:
Oliver
2023-04-27 22:27:21 +10:00
committed by GitHub
parent bb860227c8
commit e2c3b28640
42 changed files with 290 additions and 307 deletions

View File

@ -4,7 +4,7 @@ title: Reference Patterns
## Reference Patterns
InvenTree contains a number of data models which require a *unique* reference field (such as [Purchase Orders](../buy/po.md)). In addition to being *unique* these reference values must conform to a specific *pattern* (which can be defined by the user). Defined reference patterns also make it simple for the user to control how references are generated.
InvenTree contains a number of data models which require a *unique* reference field (such as [Purchase Orders](../order/purchase_order.md)). In addition to being *unique* these reference values must conform to a specific *pattern* (which can be defined by the user). Defined reference patterns also make it simple for the user to control how references are generated.
### Default Patterns