correction new_home + stats + dem_devis
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-calendar"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">AGENDA</span>
|
||||
<span class="info-box-text">Rendez-vous : </span>
|
||||
<span class="info-box-text">RDV DU JOUR : </span>
|
||||
<span class="info-box-number"><span class="badge bg-red">${nb_rdv.nb_rdv}</span></span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -22,7 +22,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-tint"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">RDF</span>
|
||||
<span class="info-box-text">A traiter : </span>
|
||||
<span class="info-box-text">À VALIDER </span>
|
||||
<span class="info-box-number"><span class="badge bg-red">${nb_rdf.nb_rdf}</span></span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="info-box bg-prod">
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-search"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">RECHERCHE</span>
|
||||
<span class="info-box-number">RECHERCHE: DOSSIER</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
@@ -68,7 +68,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-envelope"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">EMAILS</span>
|
||||
<span class="info-box-text">A traiter : </span>
|
||||
<span class="info-box-text">À IMPORTER : </span>
|
||||
<span class="info-box-number"><span class="badge bg-purple">${nb_mails}</span></span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -95,7 +95,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-folder-open"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">DEM. DEVIS</span>
|
||||
<span class="info-box-text">A traiter (<2) </span>
|
||||
<span class="info-box-text">À TRAITER </span>
|
||||
<span class="info-box-number"><span class="badge bg-PE">${nb_dd_restants.nb_PE}</span>
|
||||
<span class="badge bg-ME">${nb_dd_restants.nb_ME}</span>
|
||||
<span class="badge bg-PL">${nb_dd_restants.nb_PL}</span></span>
|
||||
@@ -109,7 +109,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-file"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">DEVIS</span>
|
||||
<span class="info-box-text">A traiter : </span>
|
||||
<span class="info-box-text">EN ATTENTE </span>
|
||||
<span class="info-box-number"><span class="badge bg-PE">${nb_de_restants.nb_PE}</span>
|
||||
<span class="badge bg-ME">${nb_de_restants.nb_ME}</span>
|
||||
<span class="badge bg-PL">${nb_de_restants.nb_PL}</span></span>
|
||||
@@ -123,7 +123,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-inbox"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">FACTURES</span>
|
||||
<span class="info-box-text">A traiter : </span>
|
||||
<span class="info-box-text">À RÉGLER </span>
|
||||
<span class="info-box-number"><span class="badge bg-PE">${nb_fa_restants.nb_PE}</span>
|
||||
<span class="badge bg-ME">${nb_fa_restants.nb_ME}</span>
|
||||
<span class="badge bg-PL">${nb_fa_restants.nb_PL}</span></span>
|
||||
@@ -140,6 +140,7 @@
|
||||
<span class="info-box-icon"><i class="glyphicon glyphicon-stats"></i></span>
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-number">STATS</span>
|
||||
<span class="info-box-text">DÉLAIS ET CA</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -63,14 +63,17 @@
|
||||
|
||||
var options_ca_3y_1 = {
|
||||
title: '${title1}',
|
||||
colors: ['0099c6', '990099', '109618', 'ff9900', '#dc3912', '3366cc'],
|
||||
};
|
||||
|
||||
var options_ca_3y_2 = {
|
||||
title: '${title2}',
|
||||
colors: ['0099c6', '990099', '109618', 'ff9900', '#dc3912', '3366cc'],
|
||||
};
|
||||
|
||||
var options_ca_3y_3 = {
|
||||
title: '${title3}',
|
||||
colors: ['0099c6', '990099', '109618', 'ff9900', '#dc3912', '3366cc'],
|
||||
};
|
||||
|
||||
var chart_ca_12m = new google.visualization.ColumnChart(document.getElementById('chart_ca_12m'));
|
||||
|
||||
@@ -58,19 +58,23 @@
|
||||
var options_ca_12m = {
|
||||
title: '${title}',
|
||||
vAxis: {title: "Chiffre d'Affaires en €"},
|
||||
colors: ['#dc3912', 'ff9900', 'green', 'purple', '3366cc'],
|
||||
isStacked: true
|
||||
};
|
||||
|
||||
var options_ca_3y_1 = {
|
||||
title: '${title1}',
|
||||
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
|
||||
};
|
||||
|
||||
var options_ca_3y_2 = {
|
||||
title: '${title2}',
|
||||
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
|
||||
};
|
||||
|
||||
var options_ca_3y_3 = {
|
||||
title: '${title3}',
|
||||
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
|
||||
};
|
||||
|
||||
var chart_ca_12m = new google.visualization.ColumnChart(document.getElementById('chart_ca_12m'));
|
||||
|
||||
Reference in New Issue
Block a user