2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-17 00:38:46 +00:00

chore(backend): bump devtools (#9088)

* chore(backend):Bump devtools

* fix typos that are now detected
This commit is contained in:
Matthias Mair
2025-02-18 08:57:48 +01:00
committed by GitHub
parent 480536a023
commit 1d0540948f
6 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ title: Part Templates
There are various purposes for using Part Templates, among them:
* Template parts can hold information that can be re-used across "Variants", a template part could be useful for creating a base variant of an assembly which can be derived from, with BoM changes for instance.
* Template parts can hold information that can be reused across "Variants", a template part could be useful for creating a base variant of an assembly which can be derived from, with BoM changes for instance.
* Variants can be used as "manufacturing variants" where the variant dictates a particular configuration which a customer can order: a variant might determine the particular options that come with a part, like harnesses, enclosure, color, specs, etc.
"Variants" parts will reference the "Template" part therefore explicitly creating and showing direct relationship.