dolibarr 21.0.0-alpha
report.lib.php File Reference

Set of functions for reporting. More...

Go to the source code of this file.

Functions

 report_header ($reportname, $notused, $period, $periodlink, $description, $builddate, $exportlink='', $moreparam=array(), $calcmode='', $varlink='')
 Show header of a report.
 

Detailed Description

Set of functions for reporting.

Definition in file report.lib.php.

Function Documentation

◆ report_header()

report_header ( $reportname,
$notused,
$period,
$periodlink,
$description,
$builddate,
$exportlink = '',
$moreparam = array(),
$calcmode = '',
$varlink = '' )

Show header of a report.

Parameters
string$reportnameName of report
string$notusedNot used
string$periodPeriod of report
string$periodlinkLink to switch period
string$descriptionDescription
integer$builddateDate generation
string$exportlinkLink for export or ''
array$moreparamArray with list of params to add into form
string$calcmodeCalculation mode
string$varlinkAdd a variable into the address of the page
Returns
void

Definition at line 41 of file report.lib.php.

References dol_get_fiche_end(), dol_get_fiche_head(), dol_print_date(), and print_barre_liste().