/[dolibarr]/dolibarr/htdocs/telephonie/ca/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/ca/index.php

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

revision 1.4 by rodolphe, Mon Feb 28 08:16:25 2005 UTC revision 1.5 by rodolphe, Tue Aug 9 14:06:24 2005 UTC
# Line 74  if ($db->query($sql)) Line 74  if ($db->query($sql))
74        print "<td>".substr($row[0],5,2)." ".substr($row[0],0,4)."</td>\n";        print "<td>".substr($row[0],5,2)." ".substr($row[0],0,4)."</td>\n";
75        print '<td align="right">'.price($row[1])." HT</td>\n";        print '<td align="right">'.price($row[1])." HT</td>\n";
76        print '<td align="right">'.price($row[2])." HT</td>\n";        print '<td align="right">'.price($row[2])." HT</td>\n";
77        print '<td align="right">'.round(($row[2]/$row[1])*100,2)." %</td>\n";        print '<td align="right">'.number_format(round(($row[2]/$row[1])*100,2),2)." %</td>\n";
78        print "</tr>\n";        print "</tr>\n";
79        $i++;        $i++;
80      }      }

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