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

line_update.php File Reference

Modify the "Plan Comptable". More...

Go to the source code of this file.

Variables

 $rep = DbConnect()
 $User = new cl_user($rep)
 exit
 $cn = DbConnect($_SESSION['g_dossier'])
 $p_val = trim($_POST["p_val"])
 $p_lib = FormatString($_POST["p_name"])
 $p_parent = trim($_POST["p_val_parent"])
 $old_line = trim($_POST["p_old"])
 $Ret = ExecSql($cn,"select pcm_val from tmp_pcmn where pcm_val=$p_parent")
 $l = $_GET['l']
 $p = $_GET['p']
 $n = $_GET['n']


Detailed Description

Modify the "Plan Comptable".

Definition in file line_update.php.


Variable Documentation

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

Definition at line 54 of file line_update.php.

$l = $_GET['l']
 

Definition at line 94 of file line_update.php.

$n = $_GET['n']
 

Definition at line 96 of file line_update.php.

$old_line = trim($_POST["p_old"])
 

Definition at line 58 of file line_update.php.

$p = $_GET['p']
 

Definition at line 95 of file line_update.php.

$p_lib = FormatString($_POST["p_name"])
 

Definition at line 56 of file line_update.php.

$p_parent = trim($_POST["p_val_parent"])
 

Definition at line 57 of file line_update.php.

Referenced by AddFiche().

$p_val = trim($_POST["p_val"])
 

Definition at line 55 of file line_update.php.

Referenced by ShowBox().

$rep = DbConnect()
 

Definition at line 34 of file line_update.php.

$Ret = ExecSql($cn,"select pcm_val from tmp_pcmn where pcm_val=$p_parent")
 

Definition at line 70 of file line_update.php.

Referenced by Centralise(), fiche::CountByDef(), fiche_def::Get(), fiche_def::GetAll(), fiche::getAttribut(), fiche_def::GetAttribut(), fiche::GetByDef(), fiche::GetByType(), GetDossierName(), cl_user::getExercice(), GetFirstJrnIdForJrnType(), GetUserProperty(), fiche::insert(), MenuJrn(), NextJrn(), Document_modele::Save(), ShowMenuComptaForm(), ShowMenuJrnUser(), and fiche::update().

$User = new cl_user($rep)
 

Definition at line 36 of file line_update.php.

exit
 

Definition at line 43 of file line_update.php.