noalyss Version-9
Variables
operation_exercice-input_source.php File Reference

input the source of the opening / closing operation More...

Go to the source code of this file.

Variables

 $array = array()
 
 $avail = $g_user->get_available_folder()
 
 $cl_exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc")
 
global $cn
 
 $date = new IDate("date_opening")
 
 $exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc")
 
global $g_parameter
 
global $g_user
 
 $i = 0
 
foreach($avail as $r) $sAvail = new ISelect('dos_id')
 
 $sclExercice = new ISelect("exercice_cl")
 
 $sExercice = new ISelect("exercice")
 
$sAvail id = "dos_id"
 
$sAvail javascript = sprintf('onchange="operation_exercice.update_periode(%d)"',Dossier::id())
 
$sAvail selected = Dossier::id()
 
$sAvail value = $array
 

Detailed Description

input the source of the opening / closing operation

Definition in file operation_exercice-input_source.php.

Variable Documentation

◆ $array

$array = array()

Definition at line 61 of file operation_exercice-input_source.php.

◆ $avail

$avail = $g_user->get_available_folder()

Definition at line 58 of file operation_exercice-input_source.php.

Referenced by Fiche\get_bk_account().

◆ $cl_exercice

$cl_exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc")

Definition at line 112 of file operation_exercice-input_source.php.

◆ $cn

global $cn

Definition at line 28 of file operation_exercice-input_source.php.

◆ $date

$date = new IDate("date_opening")

Definition at line 57 of file operation_exercice-input_source.php.

◆ $exercice

$exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc")

Definition at line 74 of file operation_exercice-input_source.php.

◆ $g_parameter

global $g_parameter

Definition at line 30 of file operation_exercice-input_source.php.

◆ $g_user

global $g_user

Definition at line 29 of file operation_exercice-input_source.php.

◆ $i

$i = 0

Definition at line 62 of file operation_exercice-input_source.php.

◆ $sAvail

foreach ( $avail as $r) $sAvail = new ISelect('dos_id')

Definition at line 68 of file operation_exercice-input_source.php.

◆ $sclExercice

$sclExercice = new ISelect("exercice_cl")

Definition at line 113 of file operation_exercice-input_source.php.

◆ $sExercice

$sExercice = new ISelect("exercice")

Definition at line 75 of file operation_exercice-input_source.php.

◆ id

$sclExercice id = "dos_id"

Definition at line 69 of file operation_exercice-input_source.php.

◆ javascript

$sAvail javascript = sprintf('onchange="operation_exercice.update_periode(%d)"',Dossier::id())

Definition at line 72 of file operation_exercice-input_source.php.

◆ selected

$sAvail selected = Dossier::id()

Definition at line 70 of file operation_exercice-input_source.php.

◆ value

$sclExercice value = $array

Definition at line 71 of file operation_exercice-input_source.php.