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

user_action_ods.php File Reference

included file for the miscellaneous operation ledger More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $action = (isset($_GET['action']))?$_GET['action']:$_POST['action']
 exit
 $nb_number = $_POST["nb_item"]
 $submit = '<h2 class="info">Recorded</h2>'
 $r = FormODS($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,true, $nb_number,true)
 $hid = new widget("hidden")
$hid name = "p_jrn"
$hid value = $p_jrn
 $w = new widget("select")
 $filter_year = " where p_exercice='".$User->getExercice()."'"
 $periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year 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." and jr_def_id=".$_GET['p_jrn']
 $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)
 $sessid = (isset ($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID']
 $search_box = u_ShowMenuRecherche($cn,$_GET['p_jrn'],$sessid,$HTTP_POST_VARS)


Detailed Description

included file for the miscellaneous operation ledger

Definition in file user_action_ods.php.


Variable Documentation

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

Definition at line 39 of file user_action_ods.php.

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

Definition at line 192 of file user_action_ods.php.

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

Definition at line 29 of file user_action_ods.php.

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

Definition at line 180 of file user_action_ods.php.

$filter_year = " where p_exercice='".$User->getExercice()."'"
 

Definition at line 176 of file user_action_ods.php.

$hid = new widget("hidden")
 

Definition at line 157 of file user_action_ods.php.

$nb_number = $_POST["nb_item"]
 

Definition at line 127 of file user_action_ods.php.

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

Definition at line 190 of file user_action_ods.php.

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

Definition at line 189 of file user_action_ods.php.

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

Definition at line 178 of file user_action_ods.php.

$r = FormODS($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,true, $nb_number,true)
 

Definition at line 132 of file user_action_ods.php.

$search_box = u_ShowMenuRecherche($cn,$_GET['p_jrn'],$sessid,$HTTP_POST_VARS)
 

Definition at line 211 of file user_action_ods.php.

$sessid = (isset ($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID']
 

Definition at line 208 of file user_action_ods.php.

$sql = SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current." and jr_def_id=".$_GET['p_jrn']
 

Definition at line 187 of file user_action_ods.php.

$step = $_SESSION['g_pagesize']
 

Definition at line 188 of file user_action_ods.php.

$submit = '<h2 class="info">Recorded</h2>'
 

Definition at line 130 of file user_action_ods.php.

$User = new cl_user($cn)
 

Definition at line 179 of file user_action_ods.php.

$w = new widget("select")
 

Definition at line 174 of file user_action_ods.php.

exit
 

Definition at line 47 of file user_action_ods.php.

$hid name = "p_jrn"
 

Definition at line 159 of file user_action_ods.php.

$w selected = $current
 

Definition at line 181 of file user_action_ods.php.

$hid value = $p_jrn
 

Definition at line 160 of file user_action_ods.php.