2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Fixed various typos

This commit is contained in:
Michael 2022-04-26 20:20:45 +02:00 committed by GitHub
parent f1fc6b44b9
commit e1ff148024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ title: BOM Generation
---
## BOM Generation
The bill of materials is an essential part of the documentation that needs to be send to the facctory. A sinple csv export is OK to be importet into SMT machines. But for human redable documentation it might not be suficcient. Additional information ist needed. The Inventree report system allows to generate BOM well formatted BOM reports.
The bill of materials is an essential part of the documentation that needs to be sent to the factory. A simple csv export is OK to be important into SMT machines. But for human readable documentation it might not be sufficient. Additional information is needed. The Inventree report system allows to generate BOM well formatted BOM reports.
### A simple example
The following picture shows a simple example for a PCB with just three components from two different parts.
@ -108,6 +108,6 @@ table td {
| --- | --- |
| bom_items | Query set that contains all BOM items |
| bom_items...sub_part | One component of the BOM |
| bom_items...qualtity | Numeber of parts |
| bom_items...quantity | Number of parts |
| bom_items...reference | Reference designators of the part |
| bom_items...substitutes | Query set that contains sunstitutes of the part if any exist in the BOM |
| bom_items...substitutes | Query set that contains substitutes of the part if any exist in the BOM |