correction new_home + stats + dem_devis
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -4,6 +4,14 @@
|
||||
<br />
|
||||
|
||||
<table class="table table-condensed">
|
||||
<tr>
|
||||
<th>DATE DE MAJ</th>
|
||||
<th>ID DEVIS</th>
|
||||
<th>NOM DU CLIENT</th>
|
||||
<th>NOM</th>
|
||||
<th>DERNIER UTILISATEUR</th>
|
||||
<th>STATUT</th>
|
||||
</tr>
|
||||
<tr tal:repeat="item list_devis_en_att">
|
||||
<td>${item.DATEMAJ.strftime('%d %b')}</td>
|
||||
<td><a href="${request.application_url}/devis_view/${item.societe}-DE${item.NO_ID}">${item.societe}-DE${item.NO_ID}</td>
|
||||
|
||||
@@ -4,6 +4,14 @@
|
||||
<br />
|
||||
|
||||
<table class="table table-condensed">
|
||||
<tr>
|
||||
<th>DATE DE MAJ</th>
|
||||
<th>ID FACTURE</th>
|
||||
<th>NOM DU CLIENT</th>
|
||||
<th>NOM</th>
|
||||
<th>DERNIER UTILISATEUR</th>
|
||||
<th>STATUT</th>
|
||||
</tr>
|
||||
<tr tal:repeat="item list_factures_en_att">
|
||||
<td>${item.DATEMAJ.strftime('%d %b')}</td>
|
||||
<td><a href="${request.application_url}/devis_view/${item.societe}-FA${item.NO_ID}">${item.societe}-FA${item.NO_ID}</td>
|
||||
|
||||
Reference in New Issue
Block a user