|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
manage the CA listing More...
Inheritance diagram for Anc_Listing:
Collaboration diagram for Anc_Listing:Public Member Functions | |
| display_csv () | |
| Compute the csv export. | |
| display_form ($p_string="") | |
| Compute the form to display. | |
| display_html () | |
| compute the html display | |
| get_request () | |
| complete the object with the data in $_REQUEST | |
| load () | |
| load the data from the database | |
| show_button ($p_string='') | |
| show the export button to pdf and CSV | |
Public Member Functions inherited from Anc_Print | |
| __construct ($p_cn) | |
| check () | |
| set_sql_filter () | |
| Set the filter (account_date) | |
Static Public Member Functions | |
| static | test_me () |
| debugging and test function for dev. only | |
Additional Inherited Members | |
Data Fields inherited from Anc_Print | |
| $db | |
| $from | |
| $from_poste | |
| $has_data | |
| $pa_id | |
| $to | |
| $to_poste | |
| Anc_Listing::display_csv | ( | ) |
Compute the csv export.
Definition at line 152 of file anc_listing.class.php.
References $array, $csv, $row, from, from_poste, load(), to, and to_poste.
Here is the call graph for this function:| Anc_Listing::display_form | ( | $p_hidden = "" | ) |
Compute the form to display.
| $p_hidden | hidden tag to be included (gDossier,...) |
Reimplemented from Anc_Print.
Definition at line 34 of file anc_listing.class.php.
| Anc_Listing::display_html | ( | ) |
compute the html display
Definition at line 59 of file anc_listing.class.php.
References $array, $class, $cred, $deb, $detail, $idx, $r, $row, $solde, _, findSide(), h, load(), nbm(), td(), and th().
Here is the call graph for this function:| Anc_Listing::get_request | ( | ) |
complete the object with the data in $_REQUEST
Reimplemented from Anc_Print.
Definition at line 47 of file anc_listing.class.php.
| Anc_Listing::load | ( | ) |
load the data from the database
Definition at line 132 of file anc_listing.class.php.
References $array, $op, Anc_Print\$pa_id, db, from, from_poste, to, and to_poste.
Referenced by display_csv(), and display_html().
| Anc_Listing::show_button | ( | $p_string = '' | ) |
show the export button to pdf and CSV
| $p_string | string containing some HTML tag as hidden field |
param
Definition at line 191 of file anc_listing.class.php.
References $_REQUEST, $hidden, $r, from, from_poste, pa_id, to, and to_poste.
|
static |
debugging and test function for dev. only
param
return
Definition at line 234 of file anc_listing.class.php.