Go to the source code of this file.
Variables | |
| $rep = DbConnect() | |
| $User = new cl_user($rep) | |
| $cn = DbConnect($_SESSION['g_dossier']) | |
| exit | |
| else | $l_deb_max_line = $_POST['p_jrn_deb_max_line'] |
| $l_cred_max_line = $l_deb_max_line | |
| $p_jrn_name = $_POST['p_jrn_name'] | |
| $p_jrn_fiche_deb = "" | |
| $p_jrn_fiche_cred = "" | |
| $Sql | |
| $Res = ExecSql($cn,$Sql) | |
| $l_line = pg_fetch_array($Res,0) | |
| $sessid = $_REQUEST['PHPSESSID'] | |
| $search = '<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not','".$_GET['p_jrn']."')\">" | |
| $Max = pg_NumRows($Res) | |
| $num = pg_NumRows($Res) | |
| $rdeb = split(',',$l_line['jrn_def_fiche_deb']) | |
| $rcred = split(',',$l_line['jrn_def_fiche_cred']) | |
| $CHECKED = " unchecked" | |
Definition in file jrn_detail.php.
|
|
Definition at line 210 of file jrn_detail.php. |
|
|
Definition at line 48 of file jrn_detail.php. |
|
|
Definition at line 86 of file jrn_detail.php. |
|
|
Definition at line 84 of file jrn_detail.php. |
|
|
Definition at line 124 of file jrn_detail.php. Referenced by EncodeFiche(), FormODS(), FormPeriode(), FormPeriodeMult(), GetAmount(), GetData(), GetDataForm(), GetFirstJrnIdForJrnType(), GetInternal(), GetNextFiche(), GetNumberLine(), rapport::GetRow(), ImpHtml(), MenuJrn(), new_fiche(), PeriodeClosed(), RecordJrn(), ShowDevise(), ShowMenuComptaForm(), ShowMenuFiche(), ShowMenuJrnUser(), ShowPeriode(), ViewFiche(), ViewForm(), and ViewJrn(). |
|
|
Definition at line 176 of file jrn_detail.php. |
|
|
Definition at line 197 of file jrn_detail.php. |
|
|
Definition at line 92 of file jrn_detail.php. |
|
|
Definition at line 91 of file jrn_detail.php. |
|
|
Definition at line 88 of file jrn_detail.php. |
|
|
Definition at line 201 of file jrn_detail.php. |
|
|
Definition at line 199 of file jrn_detail.php. |
|
|
Definition at line 33 of file jrn_detail.php. |
|
|
Definition at line 111 of file jrn_detail.php. |
|
|
Definition at line 126 of file jrn_detail.php. |
|
|
Definition at line 125 of file jrn_detail.php. |
|
|
Initial value: sprintf("update jrn_def set jrn_def_name='%s',jrn_def_class_deb='%s',jrn_def_class_cred='%s', jrn_deb_max_line=%s,jrn_cred_max_line=%s,jrn_def_ech=%s,jrn_def_ech_lib=%s,jrn_def_fiche_deb='%s', jrn_def_fiche_cred='%s' where jrn_def_id=%s", $p_jrn_name,$_POST['p_jrn_class_deb'],$_POST['p_jrn_class_cred'], $l_deb_max_line,$l_cred_max_line, $p_ech,$p_ech_lib, $p_jrn_fiche_deb,$p_jrn_fiche_cred, $_GET['p_jrn'] ) Definition at line 100 of file jrn_detail.php. |
|
|
Definition at line 35 of file jrn_detail.php. |
|
|
Definition at line 52 of file jrn_detail.php. |