noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
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. | |
get_request () | |
complete the object with the data in $_REQUEST | |
set_sql_filter () | |
Set the filter (account_date) | |
Data Fields | |
$db | |
$from | |
$from_poste | |
$has_data | |
$pa_id | |
$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 207 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_Balance_Double, Anc_Balance_Simple, Anc_Listing, and Anc_Table.
Definition at line 85 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(), 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 58 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 191 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::$has_data |
array of data
Definition at line 40 of file anc_print.class.php.
Anc_Print::$pa_id |
axis for analytic : plan
Definition at line 41 of file anc_print.class.php.
Referenced by display_form(), and Anc_Listing\load().
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().