|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
class for the group of the analytic account More...
Inheritance diagram for Anc_Group:
Collaboration diagram for Anc_Group:Public Member Functions | |
| __construct ( $p_cn) | |
| display_html () | |
| export_csv () | |
| get_from_array ($p_array) | |
| fill the object thanks an array | |
| get_result () | |
| insert () | |
| insert into the database an object | |
| load () | |
| load the todo_list row thanks it's ID | |
| myList () | |
| remove () | |
| remove from the database | |
| set_sql_filter () | |
| Set the filter (account_date) | |
| show_button ($p_hidden="") | |
| display the button export CSV | |
Public Member Functions inherited from Anc_Print | |
| check () | |
| display_form ($p_hidden="") | |
| Compute the form to display. | |
| get_request () | |
| complete the object with the data in $_REQUEST | |
Static Public Member Functions | |
| static | test_me () |
Data Fields | |
| $db | |
| $ga_description | |
| $ga_id | |
| $pa_id | |
Data Fields inherited from Anc_Print | |
| $db | |
| $from | |
| $from_poste | |
| $has_data | |
| $pa_id | |
| $to | |
| $to_poste | |
class for the group of the analytic account
Definition at line 31 of file anc_group.class.php.
| Anc_Group::__construct | ( | $p_cn | ) |
Reimplemented from Anc_Print.
Definition at line 38 of file anc_group.class.php.
| Anc_Group::display_html | ( | ) |
Definition at line 188 of file anc_group.class.php.
References $array, alert(), Anc_Print\check(), and get_result().
Here is the call graph for this function:| Anc_Group::export_csv | ( | ) |
Definition at line 223 of file anc_group.class.php.
References $array, $i, and get_result().
Here is the call graph for this function:| Anc_Group::get_from_array | ( | $p_array | ) |
fill the object thanks an array
| array |
Definition at line 106 of file anc_group.class.php.
| Anc_Group::get_result | ( | ) |
Definition at line 161 of file anc_group.class.php.
References $ret, $sql, db, pa_id, and set_sql_filter().
Referenced by display_html(), and export_csv().
Here is the call graph for this function:| Anc_Group::insert | ( | ) |
insert into the database an object
Definition at line 51 of file anc_group.class.php.
| Anc_Group::load | ( | ) |
load the todo_list row thanks it's ID
Definition at line 86 of file anc_group.class.php.
References $array, $res, $sql, db, DatabaseCore\fetch_array(), ga_id, and pa_id.
Here is the call graph for this function:| Anc_Group::myList | ( | ) |
Definition at line 112 of file anc_group.class.php.
References $array, $m, $obj, $r, $res, $sql, db, and DatabaseCore\fetch_all().
Here is the call graph for this function:| Anc_Group::remove | ( | ) |
remove from the database
Definition at line 73 of file anc_group.class.php.
References $sql, db, ga_id, and noalyss_str_replace().
Here is the call graph for this function:| Anc_Group::set_sql_filter | ( | ) |
Set the filter (account_date)
Reimplemented from Anc_Print.
Definition at line 133 of file anc_group.class.php.
References $sql, from, from_poste, to, and to_poste.
Referenced by get_result().
| Anc_Group::show_button | ( | $p_hidden = "" | ) |
display the button export CSV
| $p_hidden | is a string containing hidden items |
Definition at line 207 of file anc_group.class.php.
|
static |
Definition at line 241 of file anc_group.class.php.
| Anc_Group::$db |
Definition at line 33 of file anc_group.class.php.
| Anc_Group::$ga_description |
Definition at line 35 of file anc_group.class.php.
| Anc_Group::$ga_id |
Definition at line 34 of file anc_group.class.php.
| Anc_Group::$pa_id |
Definition at line 36 of file anc_group.class.php.