dolibarr  16.0.5
Functions
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. More...
 

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.