dolibarr
x.y.z
|
Classe permettant de generer les rapports de paiement. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
write_file ($_dir, $month, $year, $outputlangs) | |
Fonction generant la rapport sur le disque. More... | |
Body (&$pdf, $page, $lines, $outputlangs) | |
Output body. More... | |
Protected Member Functions | |
_pagehead (&$pdf, $page, $showaddress, $outputlangs) | |
Show top header of page. More... | |
Classe permettant de generer les rapports de paiement.
Definition at line 34 of file pdf_paiement.class.php.
pdf_paiement::__construct | ( | $db | ) |
Constructor.
DoliDb | $db | Database handler |
Reimplemented in pdf_paiement_fourn.
Definition at line 41 of file pdf_paiement.class.php.
|
protected |
Show top header of page.
TCPDF | Object PDF | |
int | $page | Object to show |
int | $showaddress | 0=no, 1=yes |
Translate | $outputlangs | Object lang for output |
Definition at line 365 of file pdf_paiement.class.php.
pdf_paiement::Body | ( | & | $pdf, |
$page, | |||
$lines, | |||
$outputlangs | |||
) |
Output body.
TCPDF | PDF object | |
string | $page | Page |
array | $lines | Array of lines |
Translate | $outputlangs | Object langs |
Definition at line 439 of file pdf_paiement.class.php.
pdf_paiement::write_file | ( | $_dir, | |
$month, | |||
$year, | |||
$outputlangs | |||
) |
Fonction generant la rapport sur le disque.
string | $_dir | repertoire |
int | $month | mois du rapport |
int | $year | annee du rapport |
string | $outputlangs | Lang output object |
Definition at line 96 of file pdf_paiement.class.php.