Skip to content
Snippets Groups Projects
Commit d99c000e authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout graphique

parent 47c83db1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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="Rsiliation de lignes" title="Rsiliation de Lignes"><br /><br />'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment