mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-13 10:45:32 +00:00
Testing
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user