phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5224 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5224 - phpcompta/trunk/include/template
Date: Fri, 10 May 2013 21:34:31 +0200 (CEST)

Author: danydb
Date: 2013-05-10 21:34:30 +0200 (Fri, 10 May 2013)
New Revision: 5224

Modified:
   phpcompta/trunk/include/template/forecast_result.php
Log:
task #0000835: FORECAST : ajout totaux

Ajout du total r?\195?\169el dans les pr?\195?\169visions

Modified: phpcompta/trunk/include/template/forecast_result.php
===================================================================
--- phpcompta/trunk/include/template/forecast_result.php        2013-05-07 
23:59:05 UTC (rev 5223)
+++ phpcompta/trunk/include/template/forecast_result.php        2013-05-10 
19:34:30 UTC (rev 5224)
@@ -76,7 +76,21 @@
 <?php echo nbm( $tot);?>
 </td>
 </tr>
+               <tr>
+                       <td>
+                                               <?php echo _('Total réel');
+                                               $tot_cat_real = 0;?>
+                                       </td>
+                               <?php for ($h = 0; $h < count($aPeriode); 
$h++):?>
+                               <td align="right">
+                               <?php 
+                               $tot_cat_real = bcadd($tot_cat_real, 
$aReal[$i][$e][$h]);
+                               echo nbm($tot_cat_real);
+                       ?>
+                       </td>
+                               <?php endfor;?>
 
+               </tr>
 <tr>
 <td>
 <?php echo _('Différence');?>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]