|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Inheritance diagram for PDF_Anc_Acc_List:
Collaboration diagram for PDF_Anc_Acc_List:Public Member Functions | |
| __construct (Anc_Acc_List $p_anc_acc_list) | |
| export_pdf () | |
| Main function , export the ANCBCC list to PDF, crossed by activity , account or card. | |
| get_a_size () | |
| get_anc_acc_list () | |
| get_str_title () | |
| set_a_size ($a_size) | |
| set_anc_acc_list ($anc_acc_list) | |
| set_str_title ($str_title) | |
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 Member Functions | |
| get_previous ($n_row_idx) | |
| Return the previous item : card or account or activity depending of the crossing method. | |
| pdf_card () | |
| put_title ($p_pdf, $n_row_idx) | |
| Print the title. | |
| put_total ($a_size, $p_pdf, $p_total) | |
| Display the total amount. | |
Private Attributes | |
| $a_size | |
| $anc_acc_list | |
| $str_title | |
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 | |
Definition at line 31 of file pdf_anc_acc_list.class.php.
| PDF_Anc_Acc_List::__construct | ( | Anc_Acc_List | $p_anc_acc_list | ) |
Definition at line 38 of file pdf_anc_acc_list.class.php.
References _.
| PDF_Anc_Acc_List::export_pdf | ( | ) |
Main function , export the ANCBCC list to PDF, crossed by activity , account or card.
| Exception |
Definition at line 244 of file pdf_anc_acc_list.class.php.
References _, and pdf_card().
Here is the call graph for this function:| PDF_Anc_Acc_List::get_a_size | ( | ) |
| PDF_Anc_Acc_List::get_anc_acc_list | ( | ) |
|
private |
Return the previous item : card or account or activity depending of the crossing method.
| type | $n_row_idx |
Definition at line 113 of file pdf_anc_acc_list.class.php.
Referenced by pdf_card().
| PDF_Anc_Acc_List::get_str_title | ( | ) |
|
private |
Definition at line 135 of file pdf_anc_acc_list.class.php.
References $a_size, $i, $nb_row, $pdf, $prev, _, elseif, get_previous(), nbm(), put_title(), and put_total().
Referenced by export_pdf().
Here is the call graph for this function:
|
private |
Print the title.
| $p_pdf | ||
| int | $n_row_idx,idx | of anc_acc_list->arow |
Definition at line 70 of file pdf_anc_acc_list.class.php.
Referenced by pdf_card().
|
private |
Display the total amount.
| type | $p_pdf | |
| type | $p_total |
Definition at line 58 of file pdf_anc_acc_list.class.php.
References $a_size, _, and nbm().
Referenced by pdf_card().
Here is the call graph for this function:| PDF_Anc_Acc_List::set_a_size | ( | $a_size | ) |
Definition at line 212 of file pdf_anc_acc_list.class.php.
References $a_size.
| PDF_Anc_Acc_List::set_anc_acc_list | ( | $anc_acc_list | ) |
Definition at line 228 of file pdf_anc_acc_list.class.php.
References $anc_acc_list.
| PDF_Anc_Acc_List::set_str_title | ( | $str_title | ) |
Definition at line 234 of file pdf_anc_acc_list.class.php.
References $str_title.
|
private |
Definition at line 36 of file pdf_anc_acc_list.class.php.
Referenced by get_a_size(), pdf_card(), put_total(), and set_a_size().
|
private |
Definition at line 34 of file pdf_anc_acc_list.class.php.
Referenced by get_anc_acc_list(), and set_anc_acc_list().
|
private |
Definition at line 35 of file pdf_anc_acc_list.class.php.
Referenced by get_str_title(), and set_str_title().