Ajout graphique
This commit is contained in:
parent
47c83db117
commit
d99c000e49
@ -67,6 +67,13 @@ if ($verbose) print "Graph : Lignes actives$file\n";
|
|||||||
$graph = new GraphLignesActives($db, $file);
|
$graph = new GraphLignesActives($db, $file);
|
||||||
$graph->GraphMakeGraph();
|
$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
|
/* 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.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 '</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";
|
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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user