noalyss Version-9
|
printing analytic and accountancy as a table More...
Public Member Functions | |
__construct ($p_cn) | |
display_form ($p_hidden='') | |
display form to get the parameter More... | |
display_html () | |
export_csv () | |
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... | |
Private Member Functions | |
create_temp_table_account () | |
create the temporary table TABLE_ANALYTIC to store values for an account. More... | |
create_temp_table_card () | |
create the temporary table TABLE_ANALYTIC to store values for a card More... | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
$db | |
$from | |
$from_poste | |
$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().
|
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().
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, and HtmlInput\request_to_hidden().
Anc_Table::display_html | ( | ) |
Definition at line 247 of file anc_table.class.php.
References $amount, $i, $side, alert(), Anc_Print\check(), db, h, HtmlInput\history_account(), HtmlInput\history_card(), load_card(), load_poste(), nbm(), td(), and th().
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().
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().
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().
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, HtmlInput\hidden(), pa_id, HtmlInput\submit(), to, and to_poste.