mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Added details about category templates, added Currency section
This commit is contained in:
parent
151f91c111
commit
9112b46bd4
51
docs/new.md
51
docs/new.md
@ -34,22 +34,61 @@ Related Part denotes a relationship between two parts, when users want to show t
|
|||||||
{% include 'img.html' %}
|
{% include 'img.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
||||||
#### InvenTree Settings
|
#### InvenTree "Global" Settings
|
||||||
##### Dedicated sections
|
|
||||||
|
|
||||||
Dedicated sections were added for:
|
Global settings control the default value of fields across the entire web interface, for all-users.
|
||||||
|
|
||||||
|
!!! TODO
|
||||||
|
More information to come soon
|
||||||
|
|
||||||
|
Also, dedicated settings sections were added for:
|
||||||
|
|
||||||
- Category
|
- Category
|
||||||
- Build
|
- Build
|
||||||
- Purchase Order
|
- Purchase Order
|
||||||
- Sales Order
|
- Sales Order
|
||||||
|
|
||||||
!!! TODO
|
For Category section, read [Category Parameter Templates](#category-parameter-templates)
|
||||||
More information to come soon
|
|
||||||
|
|
||||||
##### Category Parameter Templates
|
Other section allows to set the prefix of build, puchase and sales orders.
|
||||||
|
|
||||||
|
#### Category Parameter Templates
|
||||||
|
|
||||||
Added support for configuring parameter templates defined by categories.
|
Added support for configuring parameter templates defined by categories.
|
||||||
|
|
||||||
|
##### Features
|
||||||
|
|
||||||
|
* User can now setup a list of parameter templates for each (or all) part category(ies) in InvenTree settings
|
||||||
|
* During part creation, part parameters are automatically created using the list of parameter templates from the parent category it belongs to (if option is enabled)
|
||||||
|
|
||||||
|
##### Screenshots
|
||||||
|
|
||||||
|
* Select category
|
||||||
|
|
||||||
|
{% with id="related_parts_example", url="https://user-images.githubusercontent.com/4020546/98037571-c2ef9a00-1de9-11eb-96a1-542b18cdda7e.png", description="Select Category" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
* Add parameter template
|
||||||
|
|
||||||
|
{% with id="related_parts_example", url="https://user-images.githubusercontent.com/4020546/98145792-1cfb6880-1e99-11eb-82eb-c96d1ba9541a.png", description="Add Parameter Template" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
* Control global behavior within part settings
|
||||||
|
|
||||||
|
{% with id="related_parts_example", url="https://user-images.githubusercontent.com/4020546/98130420-39db7000-1e88-11eb-9ca0-78370e19ccdd.png", description="Global Settings For Category Templates" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
* Control instance behavior during part creation
|
||||||
|
|
||||||
|
{% with id="related_parts_example", url="https://user-images.githubusercontent.com/4020546/98130496-4f509a00-1e88-11eb-9239-4dc215cbc620.png", description="Instance Settings For Category Templates" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
|
||||||
|
#### Currency Support
|
||||||
|
|
||||||
!!! TODO
|
!!! TODO
|
||||||
More information to come soon
|
More information to come soon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user