Public Member Functions | |
| __construct ($p_cn=null, $orientation= 'P', $unit= 'mm', $format= 'A4') | |
| Cell ($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='') | |
| Footer () | |
| get_tiers ($p_jr_id, $p_jrn_type) | |
| retrieve the client name and quick_code | |
| Header () | |
| Ln ($p_step=null) | |
| LongLine ($w, $h, $txt, $border=0, $align='', $fill=false) | |
| setDossierInfo ($dossier="n/a") | |
Data Fields | |
| $cn = null | |
| $date = "" | |
| $dossier = "n/a" | |
| $own = null | |
| $soc = "" | |
Definition at line 29 of file class_pdf.php.
| PDF::__construct | ( | $p_cn = null, |
|
$orientation = 'P', |
|||
$unit = 'mm', |
|||
$format = 'A4' |
|||
| ) |
Definition at line 38 of file class_pdf.php.
References cn.
| PDF::Cell | ( | $w, | |
$h = 0, |
|||
$txt = '', |
|||
$border = 0, |
|||
$ln = 0, |
|||
$align = '', |
|||
$fill = false, |
|||
$link = '' |
|||
| ) |
Definition at line 84 of file class_pdf.php.
Referenced by Print_Ledger_Financial\export(), Print_Ledger_Misc\export(), Print_Ledger_Misc\Footer(), Print_Ledger_Financial\Footer(), Footer(), PDFLand\Footer(), Print_Ledger_Misc\Header(), Print_Ledger_Financial\Header(), Header(), PDFLand\Header(), and PDFBalance_simple\Header().
| PDF::Footer | ( | ) |
Definition at line 72 of file class_pdf.php.
| PDF::get_tiers | ( | $p_jr_id, | |
| $p_jrn_type | |||
| ) |
retrieve the client name and quick_code
| $p_jr_id | jrn.jr_id |
| $p_jrn_type | ledger type ACH VEN FIN |
Definition at line 112 of file class_pdf.php.
References $array, $fiche, and cn.
Referenced by Print_Ledger_Simple_Without_Vat\export(), and Print_Ledger_Simple\export().
| PDF::Header | ( | ) |
| PDF::Ln | ( | $p_step = null | ) |
Definition at line 100 of file class_pdf.php.
Referenced by Print_Ledger_Financial\export(), Print_Ledger_Misc\export(), Print_Ledger_Detail\export(), Print_Ledger_Simple_Without_Vat\export(), Print_Ledger_Simple\export(), Print_Ledger_Financial\Footer(), Print_Ledger_Misc\Footer(), Print_Ledger_Detail\Footer(), Footer(), Print_Ledger_Simple_Without_Vat\Footer(), Print_Ledger_Simple\Footer(), PDFLand\Footer(), Print_Ledger_Financial\Header(), Print_Ledger_Misc\Header(), Print_Ledger_Detail\Header(), Print_Ledger_Simple_Without_Vat\Header(), Header(), Print_Ledger_Simple\Header(), PDFLand\Header(), and PDFBalance_simple\Header().
| PDF::LongLine | ( | $w, | |
| $h, | |||
| $txt, | |||
$border = 0, |
|||
$align = '', |
|||
$fill = false |
|||
| ) |
Definition at line 89 of file class_pdf.php.
References $align, $tmp, and $w.
Referenced by Print_Ledger_Financial\export(), Print_Ledger_Misc\export(), Print_Ledger_Detail\export(), Print_Ledger_Simple_Without_Vat\export(), and Print_Ledger_Simple\export().
| PDF::setDossierInfo | ( | $dossier = "n/a" | ) |
Definition at line 58 of file class_pdf.php.
| PDF::$cn = null |
Definition at line 32 of file class_pdf.php.
| PDF::$date = "" |
Definition at line 36 of file class_pdf.php.
| PDF::$dossier = "n/a" |
Definition at line 35 of file class_pdf.php.
Referenced by Print_Ledger_Detail\setDossierInfo(), Print_Ledger_Simple_Without_Vat\setDossierInfo(), setDossierInfo(), and Print_Ledger_Simple\setDossierInfo().
| PDF::$own = null |
Definition at line 33 of file class_pdf.php.
| PDF::$soc = "" |
Definition at line 34 of file class_pdf.php.