/[dolibarr]/dolibarr/htdocs/telephonie/stats/ProcessGraphLignes.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/ProcessGraphLignes.class.php

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

revision 1.6 by rodolphe, Wed Aug 24 08:55:11 2005 UTC revision 1.7 by rodolphe, Wed Oct 19 08:50:34 2005 UTC
# Line 136  class ProcessGraphLignes Line 136  class ProcessGraphLignes
136      $graphx->GraphDraw($file, $this->nbminutes, $this->labels);          $graphx->GraphDraw($file, $this->nbminutes, $this->labels);    
137    }    }
138    
   
139    Function GetDatas()    Function GetDatas()
140    {    {
141      $sql = "SELECT date_format(td.date,'%m'), sum(duree), count(*), sum(cout_vente), sum(fourn_montant)";      $sql = "SELECT date_format(td.date,'%m'), sum(duree), count(*), sum(cout_vente), sum(fourn_montant)";
# Line 170  class ProcessGraphLignes Line 169  class ProcessGraphLignes
169          dolibarr_syslog("Error");          dolibarr_syslog("Error");
170        }        }
171    }    }
   
172  }  }
173  ?>  ?>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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