|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Follow_Up Details are the details for an actions, it means the details of an order, delivery order, submit a quote... this class is linked to the table action_detail. More...
Collaboration diagram for Follow_Up_Detail:Public Member Functions | |
| __construct ($p_cn, $p_id=0) | |
| delete () | |
| from_array ($array, $idx) | |
| Fill an Action_Detail Object with the data contained in an array. | |
| get_info () | |
| get_parameter ($p_string) | |
| insert () | |
| load () | |
| load the todo_list row thanks it's ID | |
| load_all () | |
| retrieve all the details of an Follow_Up | |
| save () | |
| set_parameter ($p_string, $p_value) | |
| update () | |
| verify () | |
Static Public Member Functions | |
| static | display (Follow_Up $p_follow_up, $p_view) |
Data Fields | |
| $ad_id | |
| $ag_id | |
| $db | |
Static Private Attributes | |
| static | $variable |
Follow_Up Details are the details for an actions, it means the details of an order, delivery order, submit a quote... this class is linked to the table action_detail.
Definition at line 41 of file follow_up_detail.class.php.
| Follow_Up_Detail::__construct | ( | $p_cn, | |
| $p_id = 0 ) |
Definition at line 55 of file follow_up_detail.class.php.
| Follow_Up_Detail::delete | ( | ) |
Definition at line 192 of file follow_up_detail.class.php.
|
static |
Definition at line 241 of file follow_up_detail.class.php.
| Follow_Up_Detail::from_array | ( | $array, | |
| $idx ) |
Fill an Action_Detail Object with the data contained in an array.
| $array |
|
| $idx | is the idx (example 7) |
Definition at line 210 of file follow_up_detail.class.php.
References $array, $idx, $qcode, $row, $tmp, ag_id, db, and isNumber().
Here is the call graph for this function:| Follow_Up_Detail::get_info | ( | ) |
Definition at line 82 of file follow_up_detail.class.php.
| Follow_Up_Detail::get_parameter | ( | $p_string | ) |
Definition at line 60 of file follow_up_detail.class.php.
References $idx.
| Follow_Up_Detail::insert | ( | ) |
Definition at line 99 of file follow_up_detail.class.php.
References $sql, ag_id, db, and verify().
Referenced by save().
Here is the call graph for this function:| Follow_Up_Detail::load | ( | ) |
load the todo_list row thanks it's ID
Definition at line 174 of file follow_up_detail.class.php.
| Follow_Up_Detail::load_all | ( | ) |
retrieve all the details of an Follow_Up
Definition at line 147 of file follow_up_detail.class.php.
References $a, $i, $idx, $res, $row, $sql, $value, ag_id, and db.
| Follow_Up_Detail::save | ( | ) |
| Follow_Up_Detail::set_parameter | ( | $p_string, | |
| $p_value ) |
Definition at line 70 of file follow_up_detail.class.php.
References $idx.
| Follow_Up_Detail::update | ( | ) |
Definition at line 120 of file follow_up_detail.class.php.
References $sql, ag_id, db, and verify().
Referenced by save().
Here is the call graph for this function:| Follow_Up_Detail::verify | ( | ) |
Definition at line 86 of file follow_up_detail.class.php.
| Follow_Up_Detail::$ad_id |
Definition at line 54 of file follow_up_detail.class.php.
| Follow_Up_Detail::$ag_id |
Definition at line 54 of file follow_up_detail.class.php.
| Follow_Up_Detail::$db |
Definition at line 54 of file follow_up_detail.class.php.
|
staticprivate |
Definition at line 43 of file follow_up_detail.class.php.