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) |
Definition in file user_action_ods.php.
|
Definition at line 39 of file user_action_ods.php. |
|
Definition at line 192 of file user_action_ods.php. |
|
Definition at line 29 of file user_action_ods.php. |
|
Definition at line 180 of file user_action_ods.php. |
|
Definition at line 176 of file user_action_ods.php. |
|
Definition at line 157 of file user_action_ods.php. |
|
Definition at line 127 of file user_action_ods.php. |
|
Definition at line 190 of file user_action_ods.php. |
|
Definition at line 189 of file user_action_ods.php. |
|
Definition at line 178 of file user_action_ods.php. |
|
Definition at line 132 of file user_action_ods.php. |
|
Definition at line 211 of file user_action_ods.php. |
|
Definition at line 208 of file user_action_ods.php. |
|
Definition at line 187 of file user_action_ods.php. |
|
Definition at line 188 of file user_action_ods.php. |
|
Definition at line 130 of file user_action_ods.php. |
|
Definition at line 179 of file user_action_ods.php. |
|
Definition at line 174 of file user_action_ods.php. |
|
Definition at line 47 of file user_action_ods.php. |
|
Definition at line 159 of file user_action_ods.php. |
|
Definition at line 181 of file user_action_ods.php. |
|
Definition at line 160 of file user_action_ods.php. |