|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Others concerned card in an action. More...
Collaboration diagram for Follow_Up_Other_Concerned:Public Member Functions | |
| __construct ($p_database, $p_action_gestion_id) | |
| button_action_add_concerned_card () | |
| Return a HTML string with a button for adding other cards. | |
| display_linked_count () | |
| Display the count of other concerned card (tiers, supplier...) in button which call. | |
| display_row ($p_fid, $p_row, $pa_Column) | |
| Display one row for all the option of a card. | |
| display_table () | |
| Display all the person with option in a html table. | |
| get_ag_id () | |
| get_db () | |
| get_option () | |
| Get Available options. | |
| insert_linked_card ($p_fiche_id) | |
| Add another concerned (tiers, supplier...) | |
| remove_linked_card ($p_fiche_id) | |
| Remove another concerned (tiers, supplier...) | |
| set_ag_id ($ag_id) | |
| set_db ($cn) | |
Private Attributes | |
| $ag_id | |
| $db | |
Others concerned card in an action.
Definition at line 34 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::__construct | ( | $p_database, | |
| $p_action_gestion_id ) |
Definition at line 40 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::button_action_add_concerned_card | ( | ) |
Return a HTML string with a button for adding other cards.
Definition at line 129 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::display_linked_count | ( | ) |
Display the count of other concerned card (tiers, supplier...) in button which call.
Definition at line 90 of file follow_up_other_concerned.class.php.
References $dossier_id, ag_id, and db.
| Follow_Up_Other_Concerned::display_row | ( | $p_fid, | |
| $p_row, | |||
| $pa_Column ) |
Display one row for all the option of a card.
| int | $p_fid | card if (fiche.f_id) |
| int | $p_row | index of the row used for alternate the color of the rows |
| array | $aOther | Column of the options |
Definition at line 145 of file follow_up_other_concerned.class.php.
References $action_person_id, $detail, $dossier_id, $i, $js_remove, $nb_other, $r, $row, $value, _, ag_id, db, td(), tr(), and Icon_Action\trash().
Here is the call graph for this function:| Follow_Up_Other_Concerned::display_table | ( | ) |
Display all the person with option in a html table.
Definition at line 205 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::get_ag_id | ( | ) |
| Follow_Up_Other_Concerned::get_db | ( | ) |
| Follow_Up_Other_Concerned::get_option | ( | ) |
Get Available options.
Definition at line 213 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::insert_linked_card | ( | $p_fiche_id | ) |
Add another concerned (tiers, supplier...)
| type | $p_fiche_id |
insert into action_person
Definition at line 107 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::remove_linked_card | ( | $p_fiche_id | ) |
Remove another concerned (tiers, supplier...)
| type | $p_fiche_id |
Definition at line 73 of file follow_up_other_concerned.class.php.
| Follow_Up_Other_Concerned::set_ag_id | ( | $ag_id | ) |
| Follow_Up_Other_Concerned::set_db | ( | $cn | ) |
Definition at line 62 of file follow_up_other_concerned.class.php.
|
private |
Definition at line 37 of file follow_up_other_concerned.class.php.
Referenced by get_ag_id(), and set_ag_id().
|
private |
Definition at line 38 of file follow_up_other_concerned.class.php.
Referenced by get_db().