noalyss Version-9
|
report he Grand Livre for analytic More...
Public Member Functions | |
button_export_csv ($p_string="") | |
Show the button to export CSV. More... | |
button_export_pdf ($p_string="") | |
Show the button to export in PDF all the receipt. More... | |
display_csv () | |
display_html ($p_with_ck=1) | |
compute the html display More... | |
load () | |
load the data from the database More... | |
load_csv () | |
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 | |
report he Grand Livre for analytic
Definition at line 30 of file anc_grandlivre.class.php.
Anc_GrandLivre::button_export_csv | ( | $p_string = "" | ) |
Show the button to export CSV.
Definition at line 340 of file anc_grandlivre.class.php.
References $r, from, from_poste, HtmlInput\hidden(), pa_id, HtmlInput\submit(), to, and to_poste.
Anc_GrandLivre::button_export_pdf | ( | $p_string = "" | ) |
Show the button to export in PDF all the receipt.
$p_string | extra hidden value |
Definition at line 191 of file anc_grandlivre.class.php.
References $msg, $r, HtmlInput\button(), from, from_poste, HtmlInput\hidden(), pa_id, HtmlInput\submit(), to, and to_poste.
Anc_GrandLivre::display_csv | ( | ) |
Definition at line 356 of file anc_grandlivre.class.php.
References $array, $ix, $prev, $r, $tot_cred, $tot_deb, Impress\array_to_csv(), and load_csv().
Anc_GrandLivre::display_html | ( | $p_with_ck = 1 | ) |
compute the html display
Definition at line 225 of file anc_grandlivre.class.php.
References $amount_cred, $amount_deb, $array, $ck, $class, $detail, $exercice, $idx, $ix, $periode, $prev, $r, $row, $tot_cred, $tot_deb, db, HtmlInput\detail_op(), h, HtmlInput\history_account(), HtmlInput\history_card(), ICheckBox\javascript_set_range(), load(), nbm(), HtmlInput\show_receipt_document(), td(), and th().
Anc_GrandLivre::load | ( | ) |
load the data from the database
Definition at line 54 of file anc_grandlivre.class.php.
References $array, db, from_poste, pa_id, set_sql_filter(), and to_poste.
Referenced by display_html().
Anc_GrandLivre::load_csv | ( | ) |
Definition at line 107 of file anc_grandlivre.class.php.
References $array, db, from_poste, pa_id, set_sql_filter(), and to_poste.
Referenced by display_csv().
Anc_GrandLivre::set_sql_filter | ( | ) |
Set the filter (account_date)
Reimplemented from Anc_Print.
Definition at line 33 of file anc_grandlivre.class.php.
References $sql, from, and to.
Referenced by load(), and load_csv().