feat: max simultaneous printers enforced + capacity bands on Gantt
Deploy via Portainer / deploy (push) Successful in 0s

This commit is contained in:
Jo
2026-07-07 10:39:50 +02:00
parent 00518c3f3c
commit 10fdeb3ebc
5 changed files with 269 additions and 26 deletions
+2
View File
@@ -41,6 +41,7 @@
<div class="card mb-3">
<div class="card-header py-3">Informations</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-sm mb-0">
<tr><th class="text-muted fw-normal" style="width:45%">Client</th><td>{{ job.client_name or '—' }}</td></tr>
<tr><th class="text-muted fw-normal">Matiere</th>
@@ -97,6 +98,7 @@
<tr><th class="text-muted fw-normal">Profil tarif</th><td>{{ job.pricing_profile_name }}</td></tr>
{% endif %}
</table>
</div>
{% if job.notes %}
<hr>
<small class="text-muted">{{ job.notes }}</small>