noalyss Version-9
Variables
forecast-new.php File Reference

form to enter a new Forecast More...

Go to the source code of this file.

Variables

 $cn =Dossier::connect()
 
 $exercice =$g_user->get_exercice()
 
 $fc_name =new IText("f_name")
 
global $g_user
 
 $is_end =new ISelect("p_end")
 
 $is_start =new ISelect("p_start")
 
 $t_periode =new Periode($cn)
 
$fc_name id ="fc_name"
 
$is_start selected =$per_max->p_id
 
$is_start value =$cn->make_array("select p_id,p_start from parm_periode order by p_start")
 

Detailed Description

form to enter a new Forecast

Definition in file forecast-new.php.

Variable Documentation

◆ $cn

Definition at line 28 of file forecast-new.php.

◆ $exercice

$exercice =$g_user->get_exercice()

Definition at line 30 of file forecast-new.php.

◆ $fc_name

$fc_name =new IText("f_name")

Definition at line 35 of file forecast-new.php.

◆ $g_user

global $g_user

Definition at line 29 of file forecast-new.php.

◆ $is_end

$is_end =new ISelect("p_end")

Definition at line 40 of file forecast-new.php.

◆ $is_start

$is_start =new ISelect("p_start")

Definition at line 37 of file forecast-new.php.

◆ $t_periode

$t_periode =new Periode($cn)

Definition at line 31 of file forecast-new.php.

◆ id

$fc_name id ="fc_name"

Definition at line 36 of file forecast-new.php.

◆ selected

$is_end selected =$per_max->p_id

Definition at line 39 of file forecast-new.php.

◆ value

$is_end value =$cn->make_array("select p_id,p_start from parm_periode order by p_start")

Definition at line 38 of file forecast-new.php.