remettre la notion de jour validé hors schedule et ajout notion de frais (fixes #76)
This commit is contained in:
@@ -83,11 +83,14 @@
|
||||
<th width="70px" class="no-sort no-print">Action</th>
|
||||
<th width="200px">Client</th>
|
||||
<th>Projet</th>
|
||||
<th width="250px">Proposition</th>
|
||||
<th width="150px">Ref</th>
|
||||
<th width="100px" class="text-center no-string">Qt</th>
|
||||
<th width="100px" class="text-center no-string">PU</th>
|
||||
<th width="100px">Proposition</th>
|
||||
<th width="100px">Ref</th>
|
||||
<th width="70px" class="text-center no-string">Validé hors</th>
|
||||
<th width="70px" class="text-center no-string">Frais</th>
|
||||
<th width="70px" class="text-center no-string">Qt</th>
|
||||
<th width="70px" class="text-center no-string">PU</th>
|
||||
<th width="100px" class="text-center no-string">Total</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -107,6 +110,9 @@
|
||||
{% if offer.typedolibarr == "propal" %}<td><a href="https://doli.cadoles.com/dolibarr/comm/propal/card.php?id={{offer.iddolibarr}}" target="_blank">{{offer.ref}}</td>{% endif %}
|
||||
{% endif %}
|
||||
<td>{{offer.ref}}</td>
|
||||
<td class="text-right">{{offer.validate|number_format(2, '.', ' ')}}</td>
|
||||
<td class="text-right">{{offer.cost|number_format(2, '.', ' ')}}</td>
|
||||
|
||||
<td class="text-right">{{offer.quantity|number_format(2, '.', ' ')}}</td>
|
||||
<td class="text-right">{{offer.pu|number_format(2, '.', ' ')}}</td>
|
||||
<td class="text-right">{{offer.total|number_format(2, '.', ' ')}}</td>
|
||||
|
Reference in New Issue
Block a user