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();