|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
printing analytic and accountancy as a table More...
Inheritance diagram for Anc_Table:
Collaboration diagram for Anc_Table:Public Member Functions | |
| __construct ($p_cn) | |
| display_form ($p_hidden='') | |
| display form to get the parameter | |
| display_html () | |
| export_csv () | |
| 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 | |
| check () | |
Private Member Functions | |
| create_temp_table_account () | |
| create the temporary table TABLE_ANALYTIC to store values for an account. | |
| create_temp_table_card () | |
| create the temporary table TABLE_ANALYTIC to store values for a card | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
| $db | |
| $from | |
| $from_poste | |
| $has_data | |
| $pa_id | |
| $to | |
| $to_poste | |
printing analytic and accountancy as a table
Definition at line 32 of file anc_table.class.php.
| Anc_Table::__construct | ( | $p_cn | ) |
Reimplemented from Anc_Print.
Definition at line 34 of file anc_table.class.php.
|
private |
create the temporary table TABLE_ANALYTIC to store values for an account.
Definition at line 66 of file anc_table.class.php.
References $sql, db, from, isDate(), and to.
Referenced by load_poste().
Here is the call graph for this function:
|
private |
create the temporary table TABLE_ANALYTIC to store values for a card
Definition at line 115 of file anc_table.class.php.
References $sql, db, from, isDate(), and to.
Referenced by load_card().
Here is the call graph for this function:| Anc_Table::display_form | ( | $p_hidden = '' | ) |
display form to get the parameter
Reimplemented from Anc_Print.
Definition at line 48 of file anc_table.class.php.
References $r.
| Anc_Table::display_html | ( | ) |
Definition at line 247 of file anc_table.class.php.
References $amount, $i, $side, _, alert(), Anc_Print\check(), db, h, load_card(), load_poste(), nbm(), td(), and th().
Here is the call graph for this function:| Anc_Table::export_csv | ( | ) |
Definition at line 369 of file anc_table.class.php.
References $amount, $csv, $i, _, Anc_Print\check(), db, load_card(), and load_poste().
Here is the call graph for this function:| Anc_Table::load_card | ( | ) |
load the data does not return anything but give a value to this->aheader and this->arow
Definition at line 207 of file anc_table.class.php.
References $header, create_temp_table_card(), db, DatabaseCore\escape_string(), from_poste, pa_id, and to_poste.
Referenced by display_html(), and export_csv().
Here is the call graph for this function:| Anc_Table::load_poste | ( | ) |
load the data does not return anything but give a value to this->aheader and this->arow
Definition at line 182 of file anc_table.class.php.
References $header, create_temp_table_account(), db, DatabaseCore\escape_string(), from_poste, pa_id, and to_poste.
Referenced by display_html(), and export_csv().
Here is the call graph for this function:| Anc_Table::show_button | ( | $p_hidden | ) |
display the button export CSV
| $p_hidden | is a string containing hidden items |
Definition at line 229 of file anc_table.class.php.
References $r, _, from, from_poste, pa_id, to, and to_poste.