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

supplier.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']:""
 $supplier = new Supplier($cn)
 $c = new Supplier($cn)
 $url = urlencode($_SERVER['REQUEST_URI'])
 $w = new widget("select")
$w name = "fd_id"
$w value
 $sup = new Supplier($cn)
 $search = (isset($_GET['query']))?$_GET['query']:""
 $retour


Detailed Description

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

Definition in file supplier.inc.php.


Variable Documentation

$c = new Supplier($cn)
 

Definition at line 81 of file supplier.inc.php.

$retour
 

Initial value:

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

Definition at line 144 of file supplier.inc.php.

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

Definition at line 129 of file supplier.inc.php.

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

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

$sup = new Supplier($cn)
 

Definition at line 128 of file supplier.inc.php.

$supplier = new Supplier($cn)
 

Definition at line 50 of file supplier.inc.php.

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

Definition at line 112 of file supplier.inc.php.

$w = new widget("select")
 

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

$w name = "fd_id"
 

Definition at line 117 of file supplier.inc.php.

$w value
 

Initial value:

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

Definition at line 118 of file supplier.inc.php.