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

user_action_gl.php File Reference

included file for the great ledger More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 exit
 $hid = new widget("hidden")
$hid name = "jrn_type"
$hid value = "NONE"
 $w = new widget("select")
 $periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id")
 $User = new cl_user($cn)
 $current = (isset($_GET['p_periode']))?$_GET['p_periode']:$User->GetPeriode()
$w selected = $current
 $sql = SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current
 $step = $_SESSION['g_pagesize']
 $page = (isset($_GET['offset']))?$_GET['page']:1
 $offset = (isset($_GET['offset']))?$_GET['offset']:0
 $bar = jrn_navigation_bar($offset,$max_line,$step,$page)


Detailed Description

included file for the great ledger

Definition in file user_action_gl.php.


Variable Documentation

$bar = jrn_navigation_bar($offset,$max_line,$step,$page)
 

Definition at line 70 of file user_action_gl.php.

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

Definition at line 32 of file user_action_gl.php.

$current = (isset($_GET['p_periode']))?$_GET['p_periode']:$User->GetPeriode()
 

Definition at line 55 of file user_action_gl.php.

$hid = new widget("hidden")
 

Definition at line 41 of file user_action_gl.php.

$offset = (isset($_GET['offset']))?$_GET['offset']:0
 

Definition at line 66 of file user_action_gl.php.

$page = (isset($_GET['offset']))?$_GET['page']:1
 

Definition at line 65 of file user_action_gl.php.

$periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id")
 

Definition at line 53 of file user_action_gl.php.

$sql = SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current
 

Definition at line 62 of file user_action_gl.php.

$step = $_SESSION['g_pagesize']
 

Definition at line 64 of file user_action_gl.php.

$User = new cl_user($cn)
 

Definition at line 54 of file user_action_gl.php.

$w = new widget("select")
 

Definition at line 51 of file user_action_gl.php.

exit
 

Definition at line 34 of file user_action_gl.php.

$hid name = "jrn_type"
 

Definition at line 43 of file user_action_gl.php.

$w selected = $current
 

Definition at line 56 of file user_action_gl.php.

$hid value = "NONE"
 

Definition at line 44 of file user_action_gl.php.