|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Manage the class for reporting about Analytic Accountancy and Accountancy : card - analytic account, accounting - analytic account,. More...
Inheritance diagram for Anc_Acc_List:
Collaboration diagram for Anc_Acc_List:Public Member Functions | |
| display_form ($p_hidden='') | |
| display form to get the parameter | |
| display_html () | |
| Display the result of accountancy and analytic , Axis / Card Card / Axis Accounting / Axis Axis / Accounting. | |
| export_csv () | |
| load_anc_account () | |
| load the data does not return anything but give a value to this->aheader and this->arow | |
| load_anc_card () | |
| load the data does not return anything but give a value to this->aheader and this->arow | |
| load_card () | |
| load the data does not return anything but give a value to this->aheader and this->arow | |
| load_poste () | |
| load the data does not return anything but give a value to this->aheader and this->arow | |
| show_button ($p_hidden="") | |
| display the button export CSV | |
Public Member Functions inherited from Anc_Acc_Link | |
| __contruct ($p_cn) | |
| get_request () | |
| get the parameters | |
| set_sql_filter () | |
| Set the filter (account_date) | |
Public Member Functions inherited from Anc_Print | |
| __construct ($p_cn) | |
| check () | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
| $db | |
| $from | |
| $from_poste | |
| $has_data | |
| $pa_id | |
| $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.
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.