/[dolibarr]/dolibarr/htdocs/compta/bank/graph.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/graph.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rodolphe, Wed Aug 10 10:08:59 2005 UTC revision 1.5 by rodolphe, Wed Aug 10 10:09:45 2005 UTC
# Line 55  if ($account > 0) Line 55  if ($account > 0)
55    
56    print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=bank&file='.$file.'" alt="" title="">';    print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=bank&file='.$file.'" alt="" title="">';
57    
   print '</td></tr><tr><td>';  
   
   if ($month == 1)  
     {  
       $monthprev = "12";  
       $yearprev = $year - 1;  
     }  
   else  
     {  
       $monthprev = substr("00".($month - 1), -2) ;  
       $yearprev = $year ;  
     }  
   
   $file = "solde.$account.$yearprev.png";  
   
   print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=bank&file='.$file.'" alt="" title="">';  
   
58    print '</td></tr></table>';    print '</td></tr></table>';
59  }  }
60  ?>  ?>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26