manage the CA listing More...
Public Member Functions | |
| display_csv () | |
| Compute the csv export. | |
| display_form ($p_string="") | |
| display_html () | |
| compute the html display | |
| get_request () | |
| complete the object with the data in $_REQUEST | |
| load () | |
| load the data from the database | |
| show_button ($p_string='') | |
| show the export button to pdf and CSV | |
Public Member Functions inherited from Anc_Print | |
| Anc_Print ($p_cn) | |
| check () | |
| display_form ($p_hidden="") | |
| Compute the form to display. | |
| get_request () | |
| complete the object with the data in $_REQUEST | |
| set_sql_filter () | |
| Set the filter (account_date) | |
Static Public Member Functions | |
| static | test_me () |
| debugging and test function for dev. only | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
| $db | |
| $from | |
| $from_poste | |
| $to | |
| $to_poste | |
| Anc_Listing::display_csv | ( | ) |
| Anc_Listing::display_form | ( | $p_string = "" | ) |
Definition at line 39 of file class_anc_listing.php.
References $r, and HtmlInput\submit().
| Anc_Listing::display_html | ( | ) |
compute the html display
Definition at line 64 of file class_anc_listing.php.
References $array, $detail, $r, $row, HtmlInput\detail_op(), HtmlInput\history_account(), HtmlInput\history_card(), load(), td(), and th().
| Anc_Listing::get_request | ( | ) |
complete the object with the data in $_REQUEST
Definition at line 52 of file class_anc_listing.php.
References $_REQUEST.
| Anc_Listing::load | ( | ) |
load the data from the database
Definition at line 119 of file class_anc_listing.php.
References $array, $op, db, from, from_poste, to, and to_poste.
Referenced by display_csv(), and display_html().
| Anc_Listing::show_button | ( | $p_string = '' | ) |
show the export button to pdf and CSV
| $p_string | string containing some HTML tag as hidden field |
| \param |
Definition at line 167 of file class_anc_listing.php.
References $_REQUEST, $hidden, $r, from, from_poste, HtmlInput\hidden(), HtmlInput\submit(), to, and to_poste.
|
static |
debugging and test function for dev. only
| \param | |
| \return |
Definition at line 210 of file class_anc_listing.php.