correction new_home + stats + dem_devis

This commit is contained in:
thienan
2021-07-07 12:04:03 +02:00
parent 31ed53f0f1
commit f742176c1e
8 changed files with 48 additions and 17 deletions

View File

@@ -4,8 +4,16 @@
<br />
<table class="table table-condensed">
<tr>
<th>DATE DE MAJ</th>
<th>ID DOSSIER</th>
<th>NOM DU CLIENT</th>
<th>NOM</th>
<th>DERNIER UTILISATEUR</th>
<th>STATUT</th>
</tr>
<tr tal:repeat="item dossiers_traites">
<td>${item.DATEMAJ.strftime('%d %b')}</td>
<td>${item.DATEMAJ.strftime('%d-%m-%Y')}</td>
<td><a href="${request.application_url}/dossier_view/${item.societe}-${item.NO_ID}">${item.societe}-${item.NO_ID}</td>
<td>${item.NOMCLI}</td>
<td>${item.C_NOM}</td>