added CSV upload to enable fast creation of similar components

This commit is contained in:
2024-11-17 19:54:15 +01:00
parent 254bf2bdf0
commit 20a83c7e91
10 changed files with 211 additions and 8 deletions

View File

@@ -37,7 +37,7 @@
<a href="{% url 'parts-stocks-detail' uuid=storage.id %}" class="text-decoration-none">
<li class="list-group-item list-group-item-action justify-content-between align-items-center d-flex">
<div>
<h5>{{storage.name}}</h5>
<h5>{{storage.name}}{% if storage.verbose_name %}<small> ({{storage.verbose_name}})</small>{% endif %}</h5>
Responsible: {{ storage.responsible }}
</div>
<span class="badge bg-primary rounded-pill">{{storage.get_total_stock_amount}}</span>