mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Testing
This commit is contained in:
parent
35fc12c8dd
commit
cc8bac2895
@ -4,7 +4,11 @@ title: Parts
|
|||||||
|
|
||||||
## Part
|
## Part
|
||||||
|
|
||||||
<b>config.site_url:</b> {{ config.site_url }}
|
<ul>
|
||||||
|
{% for key in config.keys() %}
|
||||||
|
<li><b>{{ key}}</b> - {{ config[key] }}</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
The *Part* is the core element of the InvenTree ecosystem. A Part object is the archetype of any stock item in your inventory. Parts are arranged in heirarchical categories which are used to organise and filter parts by function.
|
The *Part* is the core element of the InvenTree ecosystem. A Part object is the archetype of any stock item in your inventory. Parts are arranged in heirarchical categories which are used to organise and filter parts by function.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user