2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 03:05:28 +00:00

Plugin external dir (#322)

* Additional information on plugin configuration options

* Better information on plugin installation

* Update label printing docs

* Rearrange plugin menu

* More menu tweaks

* Fix links to app images
This commit is contained in:
Oliver
2022-07-23 22:40:05 +10:00
committed by GitHub
parent 2e99477478
commit 3def121be2
6 changed files with 81 additions and 30 deletions

View File

@ -154,11 +154,11 @@ This barcode can then be used to track the stock item.
If the server supports [label printing plugins](../extend/plugins/label.md), then an option to print a label for the selected stock item:
{% with id="label_print_1", url="app/stock_print_label_1.png", description="Print label via plugin" %}
{% with id="label_print_1", url="stock_print_label_1.png", description="Print label via plugin" %}
{% include 'app_img.html' %}
{% endwith %}
{% with id="label_print_2", url="app/stock_print_label_2", description="Print label via plugin" %}
{% with id="label_print_2", url="stock_print_label_2.png", description="Print label via plugin" %}
{% include 'app_img.html' %}
{% endwith %}