/[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.4 by rodolphe, Tue Dec 6 10:41:40 2005 UTC revision 1.5 by rodolphe, Tue Dec 6 11:02:30 2005 UTC
# Line 38  if ($user->societe_id > 0) Line 38  if ($user->societe_id > 0)
38    $socidp = $user->societe_id;    $socidp = $user->societe_id;
39  }  }
40    
41  $year = defined($_GET["year"])?$_GET["year"]:strftime("%Y", time());  $year = ($_GET["year"]>0)?$_GET["year"]:strftime("%Y", time());
42    
43  $h = 0;  $h = 0;
44  $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php';  $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php';
# Line 54  $head[$h][0] = DOL_URL_ROOT.'/telephonie Line 54  $head[$h][0] = DOL_URL_ROOT.'/telephonie
54  $head[$h][1] = "Méthode de paiement";  $head[$h][1] = "Méthode de paiement";
55  $h++;  $h++;
56    
57  dolibarr_fiche_head($head, $hselected, "Satistiques Factures");  dolibarr_fiche_head($head, $hselected, "Satistiques Factures $year");
58  print '<div class="onglet_inf">';  print '<div class="onglet_inf">';
59  print '<a class="onglet_inf" href="marge.php?year=2004">2004</a>';  print '<a class="onglet_inf" href="marge.php?year=2004">2004</a>';
60  print '<a class="onglet_inf" href="marge.php?year=2005">2005</a>';  print '<a class="onglet_inf" href="marge.php?year=2005">2005</a>';

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