ajout du cours dans la liste d'actifs
This commit is contained in:
@@ -90,6 +90,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Classe</th>
|
<th>Classe</th>
|
||||||
<th>Libellé</th>
|
<th>Libellé</th>
|
||||||
|
<th class="text-right">Cours</th>
|
||||||
<th class="text-right">Valeur</th>
|
<th class="text-right">Valeur</th>
|
||||||
<th class="text-right">+/- Valeur</th>
|
<th class="text-right">+/- Valeur</th>
|
||||||
<th class="text-right">% de +/-</th>
|
<th class="text-right">% de +/-</th>
|
||||||
@@ -105,6 +106,7 @@
|
|||||||
<td class="${ligne.bg_color}">${ligne.classe}</td>
|
<td class="${ligne.bg_color}">${ligne.classe}</td>
|
||||||
<td tal:condition="ligne.type=='ACTION'"><a href="actif_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
<td tal:condition="ligne.type=='ACTION'"><a href="actif_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
||||||
<td tal:condition="ligne.type<>'ACTION'"><a href="actif2_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
<td tal:condition="ligne.type<>'ACTION'"><a href="actif2_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
||||||
|
<td class="text-right">${layout.to_euro(ligne.cours)}</td>
|
||||||
<td class="text-right">${layout.to_euro(ligne.valeur)}</td>
|
<td class="text-right">${layout.to_euro(ligne.valeur)}</td>
|
||||||
<td tal:condition="ligne.plus_value>=0" class="text-right" style="color: green;">${layout.to_euro(ligne.plus_value)}</td>
|
<td tal:condition="ligne.plus_value>=0" class="text-right" style="color: green;">${layout.to_euro(ligne.plus_value)}</td>
|
||||||
<td tal:condition="ligne.plus_value <0" class="text-right" style="color: red;">${layout.to_euro(ligne.plus_value)}</td>
|
<td tal:condition="ligne.plus_value <0" class="text-right" style="color: red;">${layout.to_euro(ligne.plus_value)}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user