mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Report helper docs (#4845)
* Add docs for more helper functions * add docs about dot notation lookup
This commit is contained in:
parent
b732b4ceb5
commit
d5caa98936
@ -310,3 +310,12 @@ Length: {{ parameters.length }}
|
|||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that for parameters which include a `space` character in their name, lookup using the "dot" notation won't work! In this case, try using the [key lookup](./helpers.md#key-access) method:
|
||||||
|
|
||||||
|
```html
|
||||||
|
{% raw %}
|
||||||
|
|
||||||
|
Voltage Rating: {% getkey parameters "Voltage Rating" %}
|
||||||
|
{% endraw %}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user