noalyss Version-9
|
this class is the mother class for the CA printing More...
Public Member Functions | |
__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... | |
Data Fields | |
$db | |
$from | |
$from_poste | |
$to | |
$to_poste | |
this class is the mother class for the CA printing
Definition at line 33 of file anc_print.class.php.
Anc_Print::__construct | ( | $p_cn | ) |
Anc_Print::check | ( | ) |
Definition at line 205 of file anc_print.class.php.
References from, isDate(), and to.
Referenced by Anc_Acc_List\display_html(), Anc_Group\display_html(), Anc_Table\display_html(), Anc_Acc_List\export_csv(), and Anc_Table\export_csv().
Anc_Print::display_form | ( | $p_hidden = "" | ) |
Compute the form to display.
$p_hidden | hidden tag to be included (gDossier,...) |
Reimplemented in Anc_Acc_List, Anc_Table, Anc_Balance_Simple, Anc_Listing, and Anc_Balance_Double.
Definition at line 83 of file anc_print.class.php.
References $from, $from_poste, $hidden, $pa, $pa_id, $r, $to, $to_poste, db, Icon_Action\icon_magnifier(), Icon_Action\infobulle(), HtmlInput\request_to_hidden(), span(), style, table, td(), and tr().
Anc_Print::get_request | ( | ) |
complete the object with the data in $_REQUEST
Reimplemented in Anc_Acc_Link, Anc_Balance_Double, and Anc_Listing.
Definition at line 56 of file anc_print.class.php.
References $_REQUEST, $http, from, from_poste, pa_id, to, and to_poste.
Anc_Print::set_sql_filter | ( | ) |
Set the filter (account_date)
Reimplemented in Anc_Acc_Link, Anc_Balance_Simple, Anc_GrandLivre, and Anc_Group.
Definition at line 189 of file anc_print.class.php.
Anc_Print::$db |
$db database connection
Definition at line 35 of file anc_print.class.php.
Anc_Print::$from |
$from end date
Definition at line 37 of file anc_print.class.php.
Referenced by __construct(), and display_form().
Anc_Print::$from_poste |
$from_poste from poste
Definition at line 38 of file anc_print.class.php.
Referenced by display_form().
Anc_Print::$to |
$to start date
Definition at line 36 of file anc_print.class.php.
Referenced by __construct(), and display_form().
Anc_Print::$to_poste |
$to_poste to the poste
Definition at line 39 of file anc_print.class.php.
Referenced by display_form().