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

annulation.php File Reference

in a popup window manage the deletion of the operations More...

Go to the source code of this file.

Variables

 $User = new cl_user($cn)
 exit
</script > $p_id = -1
 $grp_new = NextSequence($cn,'s_grpt')
 $seq = NextSequence($cn,"s_jrn")
 $p_internal = SetInternalCode($cn,$seq,$l_array['jr_def_id'])
 $sql
 $Res = ExecSql($cn,$sql)
 $a = new widget("text")
$a size = 80


Detailed Description

in a popup window manage the deletion of the operations

Definition in file annulation.php.


Variable Documentation

$a = new widget("text")
 

Definition at line 243 of file annulation.php.

$grp_new = NextSequence($cn,'s_grpt')
 

Definition at line 135 of file annulation.php.

$p_id = -1
 

Definition at line 110 of file annulation.php.

$p_internal = SetInternalCode($cn,$seq,$l_array['jr_def_id'])
 

Definition at line 137 of file annulation.php.

$Res = ExecSql($cn,$sql)
 

Definition at line 149 of file annulation.php.

$seq = NextSequence($cn,"s_jrn")
 

Definition at line 136 of file annulation.php.

Referenced by GetSequence(), NextSequence(), RecordFin(), RecordInvoice(), RecordODS(), RecordSell(), and TransferCSV().

$sql
 

Initial value:

 "insert into jrn (
                jr_id,jr_def_id,jr_montant,jr_comment,               
                jr_date,jr_grpt_id,jr_internal                 
                ,jr_tech_per, jr_valid
                ) select $seq,jr_def_id,jr_montant,'Annulation '||jr_comment,
                now(),$grp_new,'$p_internal',
                $userPref, true 
          from
          jrn
          where   jr_grpt_id=".$_POST['p_id']

Definition at line 139 of file annulation.php.

$User = new cl_user($cn)
 

Definition at line 41 of file annulation.php.

exit
 

Definition at line 55 of file annulation.php.

$a size = 80
 

Definition at line 251 of file annulation.php.