noalyss Version-9
|
manage the CA listing More...
Public Member Functions | |
display_csv () | |
Compute the csv export. More... | |
display_form ($p_string="") | |
Compute the form to display. More... | |
display_html () | |
compute the html display More... | |
get_request () | |
complete the object with the data in $_REQUEST More... | |
load () | |
load the data from the database More... | |
show_button ($p_string='') | |
show the export button to pdf and CSV More... | |
Public Member Functions inherited from Anc_Print | |
__construct ($p_cn) | |
check () | |
display_form ($p_hidden="") | |
Compute the form to display. More... | |
get_request () | |
complete the object with the data in $_REQUEST More... | |
set_sql_filter () | |
Set the filter (account_date) More... | |
Static Public Member Functions | |
static | test_me () |
debugging and test function for dev. only More... | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
$db | |
$from | |
$from_poste | |
$to | |
$to_poste | |
Anc_Listing::display_csv | ( | ) |
Compute the csv export.
Definition at line 152 of file anc_listing.class.php.
References $array, $csv, $row, from, from_poste, load(), to, and to_poste.
Anc_Listing::display_form | ( | $p_hidden = "" | ) |
Compute the form to display.
$p_hidden | hidden tag to be included (gDossier,...) |
Reimplemented from Anc_Print.
Definition at line 34 of file anc_listing.class.php.
References $r, and HtmlInput\submit().
Anc_Listing::display_html | ( | ) |
compute the html display
Definition at line 59 of file anc_listing.class.php.
References $array, $class, $cred, $deb, $detail, $idx, $r, $row, $solde, HtmlInput\detail_op(), findSide(), h, HtmlInput\history_account(), HtmlInput\history_card(), load(), nbm(), td(), and th().
Anc_Listing::get_request | ( | ) |
complete the object with the data in $_REQUEST
Reimplemented from Anc_Print.
Definition at line 47 of file anc_listing.class.php.
Anc_Listing::load | ( | ) |
load the data from the database
Definition at line 132 of file anc_listing.class.php.
References $array, $op, $pa_id, 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 191 of file anc_listing.class.php.
References $_REQUEST, $hidden, $r, from, from_poste, HtmlInput\hidden(), pa_id, HtmlInput\submit(), to, and to_poste.
|
static |
debugging and test function for dev. only
param
return
Definition at line 234 of file anc_listing.class.php.