2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-14 16:19:54 +00:00

Add picklist example (#412)

* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos

* Added example for a warehouse pick list
This commit is contained in:
Michael
2023-01-02 12:09:09 +01:00
committed by GitHub
parent e5d388d9ad
commit 65773f0706
3 changed files with 47 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ will result in the first part of the list. Each query set has again its own cont
| --- | --- |
| .bom_item | The bom item where this part belongs to |
| .stock_item | The allocated [StockItem](./context_variables.md#stockitem) |
| .quantity | The number of components needed for the build (components in BOM x parts to build) |
### Example