|
dolibarr
x.y.z
|
Class to generate event report. More...
Public Member Functions | |
| __construct ($db, $month, $year) | |
| Constructor. More... | |
| write_file ($socid=0, $catid=0, $outputlangs='') | |
| Write the object to document file to disk. More... | |
Private Member Functions | |
| _pages (&$pdf, $outputlangs) | |
| Write content of pages. More... | |
| _pagehead (&$pdf, $outputlangs, $pagenb) | |
| Show top header of page. More... | |
Class to generate event report.
Definition at line 36 of file rapport.class.php.
| CommActionRapport::__construct | ( | $db, | |
| $month, | |||
| $year | |||
| ) |
Constructor.
Definition at line 82 of file rapport.class.php.
|
private |
Show top header of page.
| Object PDF | ||
| Translate | $outputlangs | Object lang for output |
| int | $pagenb | Page nb |
Definition at line 353 of file rapport.class.php.
|
private |
Write content of pages.
| Object pdf | ||
| Translate | $outputlangs | Object langs |
Definition at line 224 of file rapport.class.php.
| CommActionRapport::write_file | ( | $socid = 0, |
|
$catid = 0, |
|||
$outputlangs = '' |
|||
| ) |
Write the object to document file to disk.
| int | $socid | Thirdparty id |
| int | $catid | Cat id |
| Translate | $outputlangs | Lang object for output language |
Definition at line 119 of file rapport.class.php.