noalyss  Version-8.1
Variables
forecast_result.php File Reference

Go to the source code of this file.

Variables

for($h=0;$h< count($aPeriode);$h++) $amount =$aItem[$i][$e]['fi_amount']
 
 $cum =0.0
 
if(count($aPerMonth[$i]) !=0) $estm [$i][$e][$h] =$amount
 
if(! empty($error)) for( $i=0; $i< count( $error); $i++)( $last !=$error[$i]) $last =$error[$i]
 
 $tot =0
 
 $tot_cat_estm =0
 
 $tot_cat_real =0
 
 $tot_cum_real =0
 
 $tot_estm =0
 
if(($aItem[$i][$e]['fi_debit']=='C' && $diff< 0)||($aItem[$i][$e]['fi_debit']=='D' && $diff > 0)) else if($diff==0) else
 
 endfor
 
 endif
 

Variable Documentation

◆ $amount

for ( $h=0; $h< count( $aPeriode); $h++) $amount =$aItem[$i][$e]['fi_amount']

Definition at line 41 of file forecast_result.php.

◆ $cum

$cum =0.0

Definition at line 128 of file forecast_result.php.

◆ $estm

if (count( $aPerMonth[ $i]) !=0) $estm[ $i][ $e][ $h] =$amount

Definition at line 55 of file forecast_result.php.

◆ $last

if (! empty( $error))for ($i=0;$i<count($error);$i++) ($last !=$error[ $i]) $last =$error[$i]

Definition at line 198 of file forecast_result.php.

Referenced by Acc_Ledger\get_last_pj(), and Impress\parse_formula().

◆ $tot

$tot =0

Definition at line 71 of file forecast_result.php.

◆ $tot_cat_estm

$tot_cat_estm =0

Definition at line 10 of file forecast_result.php.

◆ $tot_cat_real

$tot_cat_real =0

Definition at line 10 of file forecast_result.php.

◆ $tot_cum_real

$tot_cum_real =0

Definition at line 10 of file forecast_result.php.

◆ $tot_estm

$tot_estm =0

Definition at line 36 of file forecast_result.php.

◆ else

if (( $aItem[ $i][ $e][ 'fi_debit']=='C' &&$cum< 0)||( $aItem[ $i][ $e][ 'fi_debit']=='D' &&$cum > 0)) else
Initial value:
{
echo '<td style="text-align:right;background-color:green;color:white">'

Definition at line 117 of file forecast_result.php.

◆ endfor

endfor

Definition at line 28 of file forecast_result.php.

◆ endif

endif

Definition at line 203 of file forecast_result.php.