|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
export a follow up in CSV More...
Go to the source code of this file.
Variables | |
| $ag_id =$http->get("ag_id", "number") | |
| for($i=0;$i< $nb;$i++) | $aOption |
| $aRow | |
| $csv =new Noalyss_CSV("followup".$ag_id) | |
| $document_type =$cn->get_value("select ag_type from action_gestion where ag_id=$1",[$ag_id]) | |
| $http =new HttpInput() | |
| $lastcard =0 | |
| $lastcat =0 | |
| $nb =count($aRow) | |
| $nb_option =count($aOption) | |
export a follow up in CSV
Definition in file export_follow_up_contact_csv.php.
| $ag_id =$http->get("ag_id", "number") |
Definition at line 26 of file export_follow_up_contact_csv.php.
Definition at line 108 of file export_follow_up_contact_csv.php.
Referenced by Action_Document_Type_MTable\input(), and Action_Document_Type_MTable\save().
| $aRow |
Definition at line 40 of file export_follow_up_contact_csv.php.
| $csv =new Noalyss_CSV("followup".$ag_id) |
Definition at line 35 of file export_follow_up_contact_csv.php.
Definition at line 38 of file export_follow_up_contact_csv.php.
| $http =new HttpInput() |
Definition at line 25 of file export_follow_up_contact_csv.php.
| $lastcard =0 |
Definition at line 50 of file export_follow_up_contact_csv.php.
| $lastcat =0 |
Definition at line 50 of file export_follow_up_contact_csv.php.
| $nb =count($aRow) |
Definition at line 49 of file export_follow_up_contact_csv.php.
| $nb_option =count($aOption) |
Definition at line 114 of file export_follow_up_contact_csv.php.