showing stock uuid in stocks detail list

This commit is contained in:
Stefan Strobel 2025-01-25 15:25:26 +01:00
parent 3aa4225acb
commit 6eaef98c86

View File

@ -84,6 +84,9 @@
<span class="text-secondary"><br>Lot: {{stock.lot}}</span> <span class="text-secondary"><br>Lot: {{stock.lot}}</span>
{% endif %} {% endif %}
</div> </div>
<div class="flex-grow-2 ms-3 d-none d-lg-block">
{% qr_from_text stock.get_qr_code size="6" image_format="svg" %}
</div>
<div class="ms-3"> <div class="ms-3">
Amount: {{stock.amount}} Amount: {{stock.amount}}
{% if stock.watermark >= 0 %} {% if stock.watermark >= 0 %}