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

jrn_detail.php File Reference

Show and let modify ledger parameter. More...

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"


Detailed Description

Show and let modify ledger parameter.

Definition in file jrn_detail.php.


Variable Documentation

$CHECKED = " unchecked"
 

Definition at line 210 of file jrn_detail.php.

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

Definition at line 48 of file jrn_detail.php.

$l_cred_max_line = $l_deb_max_line
 

Definition at line 86 of file jrn_detail.php.

else $l_deb_max_line = $_POST['p_jrn_deb_max_line']
 

Definition at line 84 of file jrn_detail.php.

$l_line = pg_fetch_array($Res,0)
 

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().

$Max = pg_NumRows($Res)
 

Definition at line 176 of file jrn_detail.php.

$num = pg_NumRows($Res)
 

Definition at line 197 of file jrn_detail.php.

$p_jrn_fiche_cred = ""
 

Definition at line 92 of file jrn_detail.php.

$p_jrn_fiche_deb = ""
 

Definition at line 91 of file jrn_detail.php.

$p_jrn_name = $_POST['p_jrn_name']
 

Definition at line 88 of file jrn_detail.php.

$rcred = split(',',$l_line['jrn_def_fiche_cred'])
 

Definition at line 201 of file jrn_detail.php.

$rdeb = split(',',$l_line['jrn_def_fiche_deb'])
 

Definition at line 199 of file jrn_detail.php.

$rep = DbConnect()
 

Definition at line 33 of file jrn_detail.php.

$Res = ExecSql($cn,$Sql)
 

Definition at line 111 of file jrn_detail.php.

$search = '<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not','".$_GET['p_jrn']."')\">"
 

Definition at line 126 of file jrn_detail.php.

$sessid = $_REQUEST['PHPSESSID']
 

Definition at line 125 of file jrn_detail.php.

$Sql
 

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.

$User = new cl_user($rep)
 

Definition at line 35 of file jrn_detail.php.

exit
 

Definition at line 52 of file jrn_detail.php.