noalyss Version-9
|
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 |
display, add, delete and modify forecast_item, All rows are in $a_row
Definition in file forecast_item_mtable-input.php.
$account = new ITextarea('fi_account') |
Definition at line 55 of file forecast_item_mtable-input.php.
Referenced by Acc_Account_Ledger\find_card(), Template_Card_Category\input(), and Acc_Account\verify().
$amount = new INum("fi_amount") |
Definition at line 47 of file forecast_item_mtable-input.php.
$amount_initial = new INum("fi_amount_initial") |
Definition at line 66 of file forecast_item_mtable-input.php.
$aPeriode |
Definition at line 35 of file forecast_item_mtable-input.php.
Referenced by Anticipation\display().
Definition at line 39 of file forecast_item_mtable-input.php.
$category = new ISelect("fc_id") |
Definition at line 40 of file forecast_item_mtable-input.php.
Definition at line 28 of file forecast_item_mtable-input.php.
$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 = new IText("fi_text") |
Definition at line 51 of file forecast_item_mtable-input.php.
$isPeriode = new ISelect('fi_pid') |
Definition at line 62 of file forecast_item_mtable-input.php.
$str_end = $forecast->getp('f_end_date') |
Definition at line 33 of file forecast_item_mtable-input.php.
$str_name = $forecast->getp('f_name') |
Definition at line 31 of file forecast_item_mtable-input.php.
Referenced by Anticipation\display().
$str_start = $forecast->getp('f_start_date') |
Definition at line 32 of file forecast_item_mtable-input.php.
$account extra =' style = "margin-left:0px;width:100%;" class="input_text"' |
Definition at line 59 of file forecast_item_mtable-input.php.
$account id =uniqid("fi_account") |
Definition at line 57 of file forecast_item_mtable-input.php.
$account nb_row =3 |
Definition at line 58 of file forecast_item_mtable-input.php.
Referenced by IPoste\__construct(), and IPoste\input().
$isPeriode selected = $object->getp("fc_id") |
Definition at line 45 of file forecast_item_mtable-input.php.
$account size ="80rem" |
Definition at line 60 of file forecast_item_mtable-input.php.
$amount_initial value |
Definition at line 41 of file forecast_item_mtable-input.php.