noalyss Version-9
Variables
category_followup.inc.php File Reference

this file is used for the follow up of the customer (mail, meeting...) More...

Go to the source code of this file.

Variables

 $_GET ['qcode'] =$fiche->get_quick_code()
 
 $_REQUEST ['qcode'] = $fiche->get_quick_code()
 
 $ag_id =$http->request("ag_id","string","0")
 
 $base
 
 $fiche =new Fiche($cn,$http->request("f_id","number"))
 
global $http
 
if(! isset($_GET['submit_query'])) $p_action =$http->request('ac')
 
 $retour =HtmlInput::button_anchor(_('retour'),$base)
 
 $sub_action =$http->request('sa',"string","list")
 

Detailed Description

this file is used for the follow up of the customer (mail, meeting...)

Definition in file category_followup.inc.php.

Variable Documentation

◆ $_GET

$_GET[ 'qcode'] =$fiche->get_quick_code()

◆ $_REQUEST

$_REQUEST[ 'qcode'] = $fiche->get_quick_code()

Definition at line 54 of file category_followup.inc.php.

◆ $ag_id

$ag_id =$http->request("ag_id","string","0")

Definition at line 38 of file category_followup.inc.php.

◆ $base

$base
Initial value:
="do.php?".http_build_query(["ac"=>$p_action,
"sc"=>"sv",
"sb"=>"detail",
"f_id"=>$http->request("f_id","number"),
"gDossier"=>Dossier::id()
])."&"
global $http
if(! isset($_GET['submit_query'])) $p_action
static id()
return the 'gDossier' value after a check

Definition at line 42 of file category_followup.inc.php.

◆ $fiche

$fiche =new Fiche($cn,$http->request("f_id","number"))

Definition at line 51 of file category_followup.inc.php.

◆ $http

global $http

Definition at line 30 of file category_followup.inc.php.

◆ $p_action

if (! isset( $_GET[ 'submit_query'])) $p_action =$http->request('ac')

◆ $retour

$retour =HtmlInput::button_anchor(_('retour'),$base)

Definition at line 49 of file category_followup.inc.php.

◆ $sub_action

$sub_action =$http->request('sa',"string","list")
Note
problem with ShowActionList, this function is local to the file action.inc.php. And this function must different for each follow-up

Definition at line 36 of file category_followup.inc.php.