|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
API for creating PDF, unicode, based on tfpdf. More...
Inheritance diagram for PDF:
Collaboration diagram for PDF:Public Member Functions | |
| __construct (Database $p_cn, $orientation='P', $unit='mm', $format='A4') | |
| Footer () | |
| get_tiers ($p_jr_id, $p_jrn_type) | |
| retrieve the client name and quick_code | |
| Header () | |
| set_filter_operation ($filter_operation) | |
| setDossierInfo ($dossier="n/a") | |
Public Member Functions inherited from PDF_Core | |
| __construct ( $orientation='P', $unit='mm', $format='A4') | |
| get_margin_bottom () | |
| get_margin_left () | |
| get_margin_right () | |
| get_margin_top () | |
| get_orientation () | |
| get_page_size () | |
| get_unit () | |
| is_fill ($p_step) | |
| If the step is even then return 1 and set the backgroup color to blue , otherwise returns 0, and set the background color to white It is use to compute alternated colored row , it the parameter fill in write_cell and cell. | |
| line_new ($p_step=null) | |
| Print all the cell stored and call Ln (new line) | |
| LongLine ($w, $h, $txt, $border=0, $align='', $fill=false) | |
| write_cell ($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='') | |
Data Fields | |
| $cn = null | |
| $date = "" | |
| $dossier = "n/a" | |
| $own = null | |
| $soc = "" | |
Additional Inherited Members | |
Protected Member Functions inherited from PDF_Core | |
| print_row () | |
| print the current array of cell and reset it , if different colors are set on the same row you have to print it before changing | |
API for creating PDF, unicode, based on tfpdf.
Definition at line 33 of file pdf.class.php.
| PDF::__construct | ( | Database | $p_cn, |
| $orientation = 'P', | |||
| $unit = 'mm', | |||
| $format = 'A4' ) |
Reimplemented in Print_Ledger_Misc.
Definition at line 41 of file pdf.class.php.
References cn.
| PDF::Footer | ( | ) |
Reimplemented in PDFLand, Print_Ledger_Detail, Print_Ledger_Detail_Item, Print_Ledger_Financial, Print_Ledger_Misc, Print_Ledger_Simple, and Print_Ledger_Simple_Without_Vat.
Definition at line 65 of file pdf.class.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 84 of file pdf.class.php.
References $array, $fiche, and cn.
Referenced by Print_Ledger_Simple\export(), and Print_Ledger_Simple_Without_Vat\export().
| PDF::Header | ( | ) |
Reimplemented in PDFBalance_simple, PDFLand, Print_Ledger_Detail, Print_Ledger_Detail_Item, Print_Ledger_Financial, Print_Ledger_Misc, Print_Ledger_Simple, and Print_Ledger_Simple_Without_Vat.
Definition at line 56 of file pdf.class.php.
| PDF::set_filter_operation | ( | $filter_operation | ) |
Reimplemented in Print_Ledger.
Definition at line 148 of file pdf.class.php.
References $filter_operation, and _.
| PDF::setDossierInfo | ( | $dossier = "n/a" | ) |
Reimplemented in Print_Ledger_Detail, Print_Ledger_Detail_Item, Print_Ledger_Simple, and Print_Ledger_Simple_Without_Vat.
Definition at line 52 of file pdf.class.php.
References $dossier.
Referenced by Card_PDF\__construct().
| PDF::$cn = null |
Definition at line 35 of file pdf.class.php.
Referenced by Card_PDF\__construct(), Print_Ledger\available_ledger(), and Print_Ledger\factory().
| PDF::$date = "" |
Definition at line 39 of file pdf.class.php.
| PDF::$dossier = "n/a" |
Definition at line 38 of file pdf.class.php.
Referenced by setDossierInfo(), Print_Ledger_Detail\setDossierInfo(), Print_Ledger_Detail_Item\setDossierInfo(), Print_Ledger_Simple\setDossierInfo(), and Print_Ledger_Simple_Without_Vat\setDossierInfo().
| PDF::$own = null |
Definition at line 36 of file pdf.class.php.
Referenced by Print_Ledger\factory().
| PDF::$soc = "" |
Definition at line 37 of file pdf.class.php.