noalyss Version-9
|
Manage the class for reporting about Analytic Accountancy and Accountancy : card - analytic account, accounting - analytic account,. More...
Public Member Functions | |
display_form ($p_hidden='') | |
display form to get the parameter More... | |
display_html () | |
Display the result of accountancy and analytic , Axis / Card Card / Axis Accounting / Axis Axis / Accounting. More... | |
export_csv () | |
load_anc_account () | |
load the data does not return anything but give a value to this->aheader and this->arow More... | |
load_anc_card () | |
load the data does not return anything but give a value to this->aheader and this->arow More... | |
load_card () | |
load the data does not return anything but give a value to this->aheader and this->arow More... | |
load_poste () | |
load the data does not return anything but give a value to this->aheader and this->arow More... | |
show_button ($p_hidden="") | |
display the button export CSV More... | |
Public Member Functions inherited from Anc_Acc_Link | |
__contruct ($p_cn) | |
get_request () | |
get the parameters More... | |
set_sql_filter () | |
Set the filter (account_date) 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... | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
$db | |
$from | |
$from_poste | |
$to | |
$to_poste | |
Manage the class for reporting about Analytic Accountancy and Accountancy : card - analytic account, accounting - analytic account,.
Definition at line 33 of file anc_acc_list.class.php.
Anc_Acc_List::display_form | ( | $p_hidden = '' | ) |
display form to get the parameter
Reimplemented from Anc_Print.
Definition at line 44 of file anc_acc_list.class.php.
References $r, and HtmlInput\request_to_hidden().
Anc_Acc_List::display_html | ( | ) |
Display the result of accountancy and analytic , Axis / Card Card / Axis Accounting / Axis Axis / Accounting.
Definition at line 345 of file anc_acc_list.class.php.
References $amount, $i, $prev, $style, alert(), Anc_Print\check(), load_anc_account(), load_anc_card(), load_card(), load_poste(), nbm(), and td().
Anc_Acc_List::export_csv | ( | ) |
Definition at line 566 of file anc_acc_list.class.php.
References $amount, $csv, $i, $prev, Anc_Print\check(), load_anc_account(), load_anc_card(), load_card(), and load_poste().
Anc_Acc_List::load_anc_account | ( | ) |
load the data does not return anything but give a value to this->aheader and this->arow
Definition at line 65 of file anc_acc_list.class.php.
References $date, db, DatabaseCore\escape_string(), from_poste, pa_id, Anc_Acc_Link\set_sql_filter(), and to_poste.
Referenced by display_html(), and export_csv().
Anc_Acc_List::load_anc_card | ( | ) |
load the data does not return anything but give a value to this->aheader and this->arow
Definition at line 115 of file anc_acc_list.class.php.
References $date, db, DatabaseCore\escape_string(), from_poste, pa_id, Anc_Acc_Link\set_sql_filter(), and to_poste.
Referenced by display_html(), and export_csv().
Anc_Acc_List::load_card | ( | ) |
load the data does not return anything but give a value to this->aheader and this->arow
Definition at line 216 of file anc_acc_list.class.php.
References $date, db, DatabaseCore\escape_string(), from_poste, pa_id, Anc_Acc_Link\set_sql_filter(), and to_poste.
Referenced by display_html(), and export_csv().
Anc_Acc_List::load_poste | ( | ) |
load the data does not return anything but give a value to this->aheader and this->arow
Definition at line 163 of file anc_acc_list.class.php.
References $date, db, DatabaseCore\escape_string(), from_poste, pa_id, Anc_Acc_Link\set_sql_filter(), and to_poste.
Referenced by display_html(), and export_csv().
Anc_Acc_List::show_button | ( | $p_hidden = "" | ) |
display the button export CSV
$p_hidden | is a string containing hidden items |
Definition at line 307 of file anc_acc_list.class.php.
References $r, from, from_poste, HtmlInput\hidden(), pa_id, HtmlInput\submit(), to, and to_poste.