Autres taxes CFE param, % marge sur HT, Prix HT/TVA/TTC séparés, clients sans coeff
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
<table class="table table-hover mb-0">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>Nom</th><th>Email</th><th>Coeff design par défaut</th>
|
||||
<th>Commandes</th><th>CA total</th><th></th>
|
||||
<th>Nom</th><th>Email</th><th>Commandes</th><th>CA total</th><th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -24,13 +23,6 @@
|
||||
<tr>
|
||||
<td class="fw-semibold">{{ c.name }}</td>
|
||||
<td class="text-muted">{{ c.email or '—' }}</td>
|
||||
<td>
|
||||
{% if c.design_multiplier <= 0.80 %}
|
||||
<span class="badge bg-success">×{{ c.design_multiplier }} (STL fourni)</span>
|
||||
{% else %}
|
||||
<span class="badge bg-primary">×{{ c.design_multiplier }}</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ c.job_count }}</td>
|
||||
<td class="fw-semibold">{{ c.total_revenue or 0 }} €</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user