Исправил закрытие сделки. добавил черновик страницы для списания в 1С
All checks were successful
Deploy MES Core / deploy (push) Successful in 13s

This commit is contained in:
2026-04-06 21:15:43 +03:00
parent e88b861f68
commit eb708a3ab7
9 changed files with 339 additions and 16 deletions

View File

@@ -33,6 +33,11 @@
</li>
{% endif %}
{% if user_role in 'admin,clerk,observer' %}
<li class="nav-item">
<a class="nav-link {% if request.resolver_match.url_name == 'writeoffs' %}active{% endif %}" href="{% url 'writeoffs' %}">Списание</a>
</li>
{% endif %}
{% if user_role == 'admin' %}
<li class="nav-item">