2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00
This commit is contained in:
Oliver 2021-10-11 19:04:43 +11:00
parent 35fc12c8dd
commit cc8bac2895

View File

@ -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.