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

stock.php File Reference

Manage the stock by year. More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user($cn)
 $left_menu = ShowMenuAdvanced("stock.php")
 $action = ( isset ($_GET['action']))? $_GET['action']:""
 $Res = ExecSql($cn,$sql)
 $r = ""
 $a = ViewStock($cn,$year)


Detailed Description

Manage the stock by year.

Definition in file stock.php.


Variable Documentation

$a = ViewStock($cn,$year)
 

Definition at line 171 of file stock.php.

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

Definition at line 71 of file stock.php.

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 41 of file stock.php.

$left_menu = ShowMenuAdvanced("stock.php")
 

Definition at line 67 of file stock.php.

Referenced by ShowMenuAdvanced().

$r = ""
 

Definition at line 154 of file stock.php.

$Res = ExecSql($cn,$sql)
 

Definition at line 153 of file stock.php.

$User = new cl_user($cn)
 

Definition at line 43 of file stock.php.