diff --git a/htdocs/telephonie/script/graph-statistiques-week.php b/htdocs/telephonie/script/graph-statistiques-week.php index bcfe55d58e22afef6177312a2c79120c5cbc11c6..72ef4267578bf27548e963094c2b973926a15696 100644 --- a/htdocs/telephonie/script/graph-statistiques-week.php +++ b/htdocs/telephonie/script/graph-statistiques-week.php @@ -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 diff --git a/htdocs/telephonie/stats/lignes/index.php b/htdocs/telephonie/stats/lignes/index.php index 11aab4a0c52dd14480dc384ac29fadeec505a1ee..67e92b03c2bfc5e3ced84e1fa738532333fbf6c8 100644 --- a/htdocs/telephonie/stats/lignes/index.php +++ b/htdocs/telephonie/stats/lignes/index.php @@ -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";