mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 07:10:55 +00:00
Added dropdown menu to the example panel (#5898)
* Fix errors in variable names of examples * Added drop down example * Added drop down example * Fixed picture name * Fixed context variable in purchase order report
This commit is contained in:
@ -37,8 +37,7 @@ Each line item have sub variables, as follows:
|
||||
| Variable | Description |
|
||||
| --- | --- |
|
||||
| quantity | The quantity of the part to be ordered |
|
||||
| part | The supplier part to be ordered |
|
||||
| part | The [supplierpart ](./context_variables.md#supplierpart) object that the build references |
|
||||
| part | The [supplierpart ](./context_variables.md#supplierpart) object to be ordered |
|
||||
| reference | The reference given in the part of the order |
|
||||
| notes | The notes given in the part of the order |
|
||||
| target_date | The date when the part should arrive. Each part can have an individual date |
|
||||
|
Reference in New Issue
Block a user