From d2660bff6c4662e4a76a462aef7ab8489bd40253 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 14:35:24 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20libell=E9=20d=E9bit-cr=E9dit=20dans=20l?= =?UTF-8?q?'en-tete=20des=20colonnes=20et=20ajout=20ligne=20total.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/caisse/annuel.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php index 4ad2dea78a7..09ec43f13e5 100644 --- a/htdocs/compta/caisse/annuel.php +++ b/htdocs/compta/caisse/annuel.php @@ -80,7 +80,7 @@ if ($db->query($sql)) } print ''; -print ''; +print ''; $year_current = strftime("%Y",time()); @@ -100,6 +100,13 @@ for ($annee = $year_start ; $annee <= $year_end ; $annee++) print ''; } print ''; +print ''; +for ($annee = $year_start ; $annee <= $year_end ; $annee++) +{ + print ''; +} +print ''; + for ($mois = 1 ; $mois < 13 ; $mois++) { print ''; @@ -126,6 +133,13 @@ for ($mois = 1 ; $mois < 13 ; $mois++) print ''; } +print ""; +for ($annee = $year_start ; $annee <= $year_end ; $annee++) +{ + print ''; +} +print "\n"; + print "
Mois
Mois'.$annee.'
DébitsCrédits
Total annuel'.$totsorties[$annee].''.$totentrees[$annee].'
"; $db->close();