mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Add "stocktake" button
This commit is contained in:
@ -61,6 +61,11 @@
|
||||
<h4>{% trans "Part Stocktake" %}</h4>
|
||||
{% include "spacer.html" %}
|
||||
<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 -->
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user