diff --git a/htdocs/compta/stats/cumul.php b/htdocs/compta/stats/cumul.php index 593bab6c560..1c5de8faf53 100644 --- a/htdocs/compta/stats/cumul.php +++ b/htdocs/compta/stats/cumul.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,11 +20,15 @@ * $Source$ * */ + +/** + \file htdocs/compta/stats/cumul.php + \brief Page reporting compta chiffre affaire cumulé + \version $Revision$ +*/ + require("./pre.inc.php"); -/* - * - */ llxHeader(); @@ -88,6 +92,8 @@ llxFooter("Dernière modification $Date$ révision $Revision$num_rows($resql); $i = 0; $total = 0 ; - print ''; + print '
'; print ""; print ""; - print ""; - print "\n"; + print ""; + print "\n"; print "\n"; $var=True; while ($i < $num) @@ -115,7 +121,7 @@ function pt ($db, $sql, $date) $i++; } - print "\n"; + print "\n"; print "
$dateMontantCumul".$langs->trans("Amount")."".$langs->trans("Total")."
Cumul : ".price($total)."
".$langs->trans("Total")." ".price($total)."
\n"; $db->free($resql); @@ -123,4 +129,5 @@ function pt ($db, $sql, $date) } +llxFooter('$Date$ - $Revision$'); ?>