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 '
| Mois | '; +print '||
| Mois | '; $year_current = strftime("%Y",time()); @@ -100,6 +100,13 @@ for ($annee = $year_start ; $annee <= $year_end ; $annee++) print ''.$annee.' | '; } print '|
| Débits | Crédits | '; +} +print '|
| Total annuel | "; +for ($annee = $year_start ; $annee <= $year_end ; $annee++) +{ + print ''.$totsorties[$annee].' | '.$totentrees[$annee].' | '; +} +print "