Ajout onglet
This commit is contained in:
parent
5db85b3c82
commit
d25eb5ab5d
@ -44,12 +44,19 @@ $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php';
|
|||||||
$head[$h][1] = "Global";
|
$head[$h][1] = "Global";
|
||||||
$hselected = $h;
|
$hselected = $h;
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/gain.php';
|
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/gain.php';
|
||||||
$head[$h][1] = "Gain";
|
$head[$h][1] = "Gain";
|
||||||
$h++;
|
$h++;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/lastmonth.php';
|
|
||||||
$head[$h][1] = "3 derniers mois";
|
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/type.php';
|
||||||
|
$head[$h][1] = "Méthode de paiement";
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
//$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/lastmonth.php';
|
||||||
|
//$head[$h][1] = "3 derniers mois";
|
||||||
|
//$h++;
|
||||||
|
|
||||||
dolibarr_fiche_head($head, $hselected, "Satistiques Factures");
|
dolibarr_fiche_head($head, $hselected, "Satistiques Factures");
|
||||||
|
|
||||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user