From 7e61f6cb63f1042a50a71eff75364fc76b9cd242 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 14 Sep 2005 11:02:27 +0000 Subject: [PATCH] Ajout graphs --- htdocs/telephonie/distributeurs/comm/commercial.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/distributeurs/comm/commercial.php b/htdocs/telephonie/distributeurs/comm/commercial.php index 644c9922a18..afe054dd656 100644 --- a/htdocs/telephonie/distributeurs/comm/commercial.php +++ b/htdocs/telephonie/distributeurs/comm/commercial.php @@ -30,6 +30,7 @@ llxHeader('','Telephonie - Statistiques - Distributeur'); * */ $h = 0; +$year = strftime("%Y",time()); if ($user->distributeur_id) { @@ -52,7 +53,7 @@ if ($_GET["id"] && $_GET["did"]) $head[$h][1] = $commercial->prenom ." ". $commercial->nom; $hselected = $h; $h++; - + /* $head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/po.php?id='.$distri->id; $head[$h][1] = "Prises d'ordre"; $h++; @@ -60,7 +61,7 @@ if ($_GET["id"] && $_GET["did"]) $head[$h][0] = DOL_URL_ROOT.'/telephonie/distributeurs/stats.php?id='.$distri->id; $head[$h][1] = "Statistiques"; $h++; - + */ dolibarr_fiche_head($head, $hselected, "Distributeur"); print ''; @@ -108,6 +109,8 @@ if ($_GET["id"] && $_GET["did"]) print '
'; + print 'Nouveaux clients (moy)

'."\n"; + print 'Nouveaux clients

'."\n"; print 'Nouveaux clients (moy)

'."\n";