Ajout graphique

This commit is contained in:
Rodolphe Quiedeville 2005-02-28 14:18:44 +00:00
parent 47c83db117
commit d99c000e49
2 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,13 @@ if ($verbose) print "Graph : Lignes actives$file\n";
$graph = new GraphLignesActives($db, $file);
$graph->GraphMakeGraph();
require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/lignes/statut.class.php");
$file = $img_root . "lignes/lignes.statut.png";
if ($verbose) print "Graph : Lignes statut $file\n";
$graph = new GraphLignesStatut($db, $file);
$graph->GraphMakeGraph();
/***********************************************************************/
/*
/* Lignes commandes

View File

@ -39,6 +39,8 @@ print '<tr><td valign="top">';
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=lignes/lignes.actives.png" alt="Lignes Actives" title="Lignes Actives"><br /><br />'."\n";
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=lignes/lignes.statut.png" alt="Lignes Actives" title="Lignes Actives"><br /><br />'."\n";
print '</td><td valign="top">';
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=lignes/resiliations.hebdomadaire.png" alt="Résiliation de lignes" title="Résiliation de Lignes"><br /><br />'."\n";