/[dolibarr]/dolibarr/htdocs/telephonie/stats/factures/marge.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/factures/marge.php

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

revision 1.2 by rodolphe, Tue Dec 6 10:13:59 2005 UTC revision 1.3 by rodolphe, Tue Dec 6 10:33:17 2005 UTC
# Line 39  if ($user->societe_id > 0) Line 39  if ($user->societe_id > 0)
39  }  }
40    
41  $year = strftime("%Y", time());  $year = strftime("%Y", time());
42    $year = $_GET["year"];
43    
44    
45  $h = 0;  $h = 0;
46    
# Line 56  $head[$h][1] = "Méthode de paiement"; Line 58  $head[$h][1] = "Méthode de paiement";
58  $h++;  $h++;
59    
60  dolibarr_fiche_head($head, $hselected, "Satistiques Factures");  dolibarr_fiche_head($head, $hselected, "Satistiques Factures");
61    print '<div class="onglet_inf">';
62    print '<a class="onglet_inf" href="marge.php?year=2004">2004</a>';
63    print '<a class="onglet_inf" href="marge.php?year=2005">2005</a>';
64    print '<a class="onglet_inf" href="marge.php?year=2006">2006</a></div>';
65    
66  print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';  print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
67    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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