mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-12-19 18:43:21 +00:00
Added context variables for purchase orders (#471)
* Changed IDs of pictures * Added context variables for pruchase order * Name change * Removed PO variables from context_variables because of double * Typo
This commit is contained in:
@@ -17,11 +17,31 @@ In addition to the default report context variables, the following variables are
|
||||
| Variable | Description |
|
||||
| --- | --- |
|
||||
| order | The specific Purchase Order object |
|
||||
| reference | The order reference field (can also be accessed as `{% raw %}{{ order.description }}{% endraw %}`) |
|
||||
| reference | The order reference field (can also be accessed as `{% raw %}{{ order.reference }}{% endraw %}`) |
|
||||
| description | The order description field |
|
||||
| supplier | The [supplier](../buy/supplier.md) associated with this purchase order |
|
||||
| lines | A list of available line items for this order |
|
||||
| extra_lines | A list of available *extra* line items for this order |
|
||||
| order.created_by | The user who created the order |
|
||||
| order.responsible | The user or group who is responsible for the order |
|
||||
| order.creation_date | The date when the order was created |
|
||||
| order.target_date | The date when the order should arrive |
|
||||
| order.if_overdue | Boolean value that tells if the target date has passed |
|
||||
|
||||
#### Lines
|
||||
The lines have sub variables.
|
||||
|
||||
| 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 |
|
||||
| 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 |
|
||||
| price | The price the part supplierpart |
|
||||
| destination | The stock location where the part will be stored |
|
||||
|
||||
|
||||
### Default Report Template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user