|
dolibarr
x.y.z
|
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... | |
Set of functions for reporting.
Definition in file report.lib.php.
| report_header | ( | $reportname, | |
| $notused, | |||
| $period, | |||
| $periodlink, | |||
| $description, | |||
| $builddate, | |||
$exportlink = '', |
|||
$moreparam = array(), |
|||
$calcmode = '', |
|||
$varlink = '' |
|||
| ) |
Show header of a report.
| string | $reportname | Name of report |
| string | $notused | Not used |
| string | $period | Period of report |
| string | $periodlink | Link to switch period |
| string | $description | Description |
| integer | $builddate | Date generation |
| string | $exportlink | Link for export or '' |
| array | $moreparam | Array with list of params to add into form |
| string | $calcmode | Calculation mode |
| string | $varlink | Add a variable into the address of the page |
Definition at line 41 of file report.lib.php.