noalyss  Version-9
Variables
forecast_item_mtable-input.php File Reference

display, add, delete and modify forecast_item, All rows are in $a_row More...

Go to the source code of this file.

Variables

 $account = new ITextarea('fi_account')
 
 $amount = new INum("fi_amount")
 
 $amount_initial = new INum("fi_amount_initial")
 
 $aPeriode
 
 $aPeriode [] = array('value' => 0, 'label' => 'Mensuel')
 
 $category = new ISelect("fc_id")
 
 $cn = $object->cn
 
 $forecast = new Forecast_SQL($cn, $this->get_forecast_id())
 
 $forecast_text = new IText("fi_text")
 
 $isPeriode = new ISelect('fi_pid')
 
 $str_end = $forecast->getp('f_end_date')
 
 $str_name = $forecast->getp('f_name')
 
 $str_start = $forecast->getp('f_start_date')
 
$account extra =' style = "margin-left:0px;width:100%;" class="input_text"'
 
$account id =uniqid("fi_account")
 
$account nb_row =3
 
$category selected = $object->getp("fc_id")
 
$account size ="80rem"
 
$category value
 

Detailed Description

display, add, delete and modify forecast_item, All rows are in $a_row

See also
Forecast_Item_MTable::input

Definition in file forecast_item_mtable-input.php.

Variable Documentation

◆ $account

$account = new ITextarea('fi_account')

◆ $amount

$amount = new INum("fi_amount")

Definition at line 47 of file forecast_item_mtable-input.php.

◆ $amount_initial

$amount_initial = new INum("fi_amount_initial")

Definition at line 66 of file forecast_item_mtable-input.php.

◆ $aPeriode [1/2]

$aPeriode
Initial value:
= $cn->make_array("select p_id,to_char(p_start,'MM.YYYY') as label from parm_periode
where p_start >= (select p_start from parm_periode where p_id=$str_start)
and p_end <= (select p_end from parm_periode where p_id=$str_end)
order by p_start")

Definition at line 35 of file forecast_item_mtable-input.php.

Referenced by Anticipation\display().

◆ $aPeriode [2/2]

$aPeriode[] = array('value' => 0, 'label' => 'Mensuel')

Definition at line 39 of file forecast_item_mtable-input.php.

◆ $category

$category = new ISelect("fc_id")

Definition at line 40 of file forecast_item_mtable-input.php.

◆ $cn

$cn = $object->cn

Definition at line 28 of file forecast_item_mtable-input.php.

◆ $forecast

$forecast = new Forecast_SQL($cn, $this->get_forecast_id())

Definition at line 29 of file forecast_item_mtable-input.php.

Referenced by Anticipation\display().

◆ $forecast_text

$forecast_text = new IText("fi_text")

Definition at line 51 of file forecast_item_mtable-input.php.

◆ $isPeriode

$isPeriode = new ISelect('fi_pid')

Definition at line 62 of file forecast_item_mtable-input.php.

◆ $str_end

$str_end = $forecast->getp('f_end_date')

Definition at line 33 of file forecast_item_mtable-input.php.

◆ $str_name

$str_name = $forecast->getp('f_name')

Definition at line 31 of file forecast_item_mtable-input.php.

Referenced by Anticipation\display().

◆ $str_start

$str_start = $forecast->getp('f_start_date')

Definition at line 32 of file forecast_item_mtable-input.php.

◆ extra

$account extra =' style = "margin-left:0px;width:100%;" class="input_text"'

Definition at line 59 of file forecast_item_mtable-input.php.

◆ id

$account id =uniqid("fi_account")

Definition at line 57 of file forecast_item_mtable-input.php.

◆ nb_row

$account nb_row =3

Definition at line 58 of file forecast_item_mtable-input.php.

Referenced by IPoste\__construct(), and IPoste\input().

◆ selected

$isPeriode selected = $object->getp("fc_id")

Definition at line 45 of file forecast_item_mtable-input.php.

◆ size

$account size ="80rem"

Definition at line 60 of file forecast_item_mtable-input.php.

◆ value

$amount_initial value
Initial value:
= $cn->make_array("select fc_id,fc_desc from
forecast_category
where f_id=$1 order by 2",
0, [$this->get_forecast_id()])

Definition at line 41 of file forecast_item_mtable-input.php.

$cn
$cn
Definition: forecast_item_mtable-input.php:28