{% extends "panel.html" %} {% load i18n %} {% block label %}stocktake{% endblock label %} {% block heading %} {% trans "Stocktake Settings" %} {% endblock heading %} {% block panel_content %}
{% include "InvenTree/settings/setting.html" with key="STOCKTAKE_ENABLE" icon="fa-clipboard-check" %} {% include "InvenTree/settings/setting.html" with key="STOCKTAKE_EXCLUDE_EXTERNAL" icon="fa-sitemap" %} {% include "InvenTree/settings/setting.html" with key="STOCKTAKE_AUTO_DAYS" icon="fa-calendar-alt" %} {% include "InvenTree/settings/setting.html" with key="STOCKTAKE_DELETE_REPORT_DAYS" icon="fa-trash-alt" %}

{% trans "Stocktake Reports" %}

{% include "spacer.html" %}
{% if roles.stocktake.add %} {% endif %}
{% include "filter_list.html" with id="stocktakereport" %}
{% endblock panel_content %}