{% extends "panel.html" %} {% load i18n %} {% block label %}sales-order{% endblock label %} {% block heading %} {% trans "Sales Order Settings" %} {% endblock heading %} {% block content %} {% include "InvenTree/settings/setting.html" with key="SALESORDER_REFERENCE_PATTERN" %} {% include "InvenTree/settings/setting.html" with key="SALESORDER_REQUIRE_RESPONSIBLE" %} {% include "InvenTree/settings/setting.html" with key="SALESORDER_DEFAULT_SHIPMENT" icon="fa-truck-loading" %} {% include "InvenTree/settings/setting.html" with key="SALESORDER_EDIT_COMPLETED_ORDERS" icon='fa-edit' %} {% include "InvenTree/settings/setting.html" with key="SALESORDER_SHIP_COMPLETE" %}
{% endblock content %}