Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

client.inc.php File Reference

Called from the module "Gestion" to manage the customer. More...

Go to the source code of this file.

Variables

 $sub_action = (isset($_REQUEST['sa']))?$_REQUEST['sa']:""
 $customer = new Customer($cn)
 $c = new Customer($cn)
 $url = urlencode($_SERVER['REQUEST_URI'])
 $w = new widget("select")
$w name = "fd_id"
$w value
 $client = new Customer($cn)
 $search = (isset($_GET['query']))?$_GET['query']:""
 $retour


Detailed Description

Called from the module "Gestion" to manage the customer.

Definition in file client.inc.php.


Variable Documentation

$c = new Customer($cn)
 

Definition at line 85 of file client.inc.php.

$client = new Customer($cn)
 

Definition at line 132 of file client.inc.php.

Referenced by MakeListingVat().

$customer = new Customer($cn)
 

Definition at line 52 of file client.inc.php.

Referenced by Customer::VatListing().

$retour
 

Initial value:

sprintf('<A class="two" HREF="%s"><input type="button" value="Retour"></A>',
                  urldecode($_REQUEST['url']))

Definition at line 148 of file client.inc.php.

$search = (isset($_GET['query']))?$_GET['query']:""
 

Definition at line 133 of file client.inc.php.

$sub_action = (isset($_REQUEST['sa']))?$_REQUEST['sa']:""
 

Definition at line 22 of file client.inc.php.

$url = urlencode($_SERVER['REQUEST_URI'])
 

Definition at line 116 of file client.inc.php.

$w = new widget("select")
 

Definition at line 120 of file client.inc.php.

$w name = "fd_id"
 

Definition at line 121 of file client.inc.php.

$w value
 

Initial value:

 make_array($cn,"select fd_id,fd_label from fiche_def where ".
             " frd_id=".FICHE_TYPE_CLIENT)

Definition at line 122 of file client.inc.php.