/[dolibarr]/dolibarr/htdocs/telephonie/stats/distributeurs/distributeur.resultat.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/distributeurs/distributeur.resultat.class.php

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

revision 1.5 by rodolphe, Mon Nov 14 13:50:52 2005 UTC revision 1.6 by rodolphe, Wed Nov 16 12:43:13 2005 UTC
# Line 29  class GraphDistributeurResultat extends Line 29  class GraphDistributeurResultat extends
29      $this->db = $DB;      $this->db = $DB;
30      $this->file = $file;      $this->file = $file;
31      $this->client = 0;      $this->client = 0;
32      $this->titre = "Resultat mensuel";      $this->year = strftime("%Y",time());
33        $this->titre = "Resultat mensuel ".$this->year." (marges - commissions)";
34      $this->year = strftime("%Y",time());      $this->year = strftime("%Y",time());
35      $this->barcolor = "green";      $this->barcolor = "green";
36      $this->showframe = true;      $this->showframe = true;

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

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