mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Add "stocktake" button
This commit is contained in:
@ -61,6 +61,11 @@
|
|||||||
<h4>{% trans "Part Stocktake" %}</h4>
|
<h4>{% trans "Part Stocktake" %}</h4>
|
||||||
{% include "spacer.html" %}
|
{% include "spacer.html" %}
|
||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
|
{% if roles.part.add %}
|
||||||
|
<button class='btn btn-success' type='button' id='btn-stocktake' title='{% trans "Add stocktake information" %}'>
|
||||||
|
<span class='fas fa-plus-circle'></span> {% trans "Stocktake" %}
|
||||||
|
</button>
|
||||||
|
{% endif %}
|
||||||
<!-- TODO: Buttons -->
|
<!-- TODO: Buttons -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user