|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Inheritance diagram for Card_PDF:
Collaboration diagram for Card_PDF:Public Member Functions | |
| __construct ($p_card_id) | |
| export () | |
| getCardId () | |
| setCardId ($card_id) | |
Public Member Functions inherited from PDF | |
| __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='') | |
Private Attributes | |
| $card | |
Additional Inherited Members | |
Data Fields inherited from PDF | |
| $cn = null | |
| $date = "" | |
| $dossier = "n/a" | |
| $own = null | |
| $soc = "" | |
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 | |
Class Card_PDF.
Definition at line 11 of file card_pdf.class.php.
| Card_PDF::__construct | ( | $p_card_id | ) |
Definition at line 14 of file card_pdf.class.php.
References PDF\$cn, ATTR_DEF_QUICKCODE, and PDF\setDossierInfo().
Here is the call graph for this function:| Card_PDF::export | ( | ) |
Definition at line 40 of file card_pdf.class.php.
References $i, _, PDF_Core\line_new(), sanitize_filename(), and PDF_Core\write_cell().
Here is the call graph for this function:| Card_PDF::getCardId | ( | ) |
Definition at line 26 of file card_pdf.class.php.
| Card_PDF::setCardId | ( | $card_id | ) |
| mixed | $card_id |
Definition at line 34 of file card_pdf.class.php.
References $card_id.
|
private |
Definition at line 13 of file card_pdf.class.php.