From 74cbc1536f3bbce30b2bfa388775c64f8b04c7df Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 23 Sep 2003 17:24:18 +0000 Subject: [PATCH] Modif affichage --- htdocs/compta/stats/cabyuser.php | 14 ++++++-------- htdocs/compta/stats/comp.php | 8 ++++---- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php index 1382fc6aab8..6edd5c53451 100644 --- a/htdocs/compta/stats/cabyuser.php +++ b/htdocs/compta/stats/cabyuser.php @@ -78,9 +78,9 @@ if ($result) $i = 0; print "

"; print ""; - print ""; - print ''; - print "\n"; + print ""; + print ''; + print "\n"; $var=True; while ($i < $num) { @@ -88,12 +88,10 @@ if ($result) $var=!$var; print ""; - print "\n"; - print ''; + print "\n"; + print ''; print ''; - print "\n"; - - print "\n"; + print "\n"; $i++; } print "
SociétéMontantPourcentage 
UtilisateurMontantPourcentage
idp\">$objp->name'.price($objp->ca).'$objp->firstname $objp->name'.price($objp->ca).''.price(100 / $catotal * $objp->ca).'%idp\">Voir les factures
"; diff --git a/htdocs/compta/stats/comp.php b/htdocs/compta/stats/comp.php index 0515120b823..be54187b50d 100644 --- a/htdocs/compta/stats/comp.php +++ b/htdocs/compta/stats/comp.php @@ -235,13 +235,13 @@ function ppt ($db, $year, $socidp) global $bc; print ""; - print ""; - print ""; + print ""; + print ""; - print "
"; + print '
'; print "CA Prévisionnel basé sur les propal $year"; - print "CA Réalisé $yearDelta $year
CA Réalisé $yearDelta $year
"; + print '
'; $sql = "SELECT sum(f.price) as sum, round(date_format(f.datep,'%m')) as dm"; $sql .= " FROM llx_propal as f WHERE fk_statut in (1,2,4) AND date_format(f.datep,'%Y') = $year ";