noalyss Version-9
Variables
impress_rec.inc.php File Reference

print the all the operation reconciled or not, with or without the same amount More...

Go to the source code of this file.

Variables

 $acc_reconciliation =new Acc_Reconciliation($cn)
 
 $aledger =$g_user->get_ledger('ALL',3)
 
 $array =$acc_reconciliation->get_data($choice)
 
 $choice =(isset($_GET['choice']))?$_GET['choice']:0
 
 $dend =new IDate('p_end')
 
 $dstart =new IDate('p_start')
 
global $g_user
 
 $gDossier =Dossier::id()
 
 $r_jrn =(isset($_GET['r_jrn']))?$_GET['r_jrn']:''
 
 $radio =new IRadio('choice')
 
 $rjrn =''
 
$acc_reconciliation a_jrn =$r_jrn
 
$acc_reconciliation end_day =$dend->value
 
 return
 
$radio selected =($choice==0)?true:false
 
$acc_reconciliation start_day =$dstart->value
 
$dstart value =(isset($_REQUEST['p_start']))?$_REQUEST['p_start']:$start
 

Detailed Description

print the all the operation reconciled or not, with or without the same amount

Definition in file impress_rec.inc.php.

Variable Documentation

◆ $acc_reconciliation

$acc_reconciliation =new Acc_Reconciliation($cn)

Definition at line 85 of file impress_rec.inc.php.

◆ $aledger

$aledger =$g_user->get_ledger('ALL',3)

Definition at line 32 of file impress_rec.inc.php.

◆ $array

$array =$acc_reconciliation->get_data($choice)

Definition at line 90 of file impress_rec.inc.php.

◆ $choice

$choice =(isset($_GET['choice']))?$_GET['choice']:0

Definition at line 37 of file impress_rec.inc.php.

◆ $dend

$dend =new IDate('p_end')

Definition at line 51 of file impress_rec.inc.php.

◆ $dstart

$dstart =new IDate('p_start')

Definition at line 48 of file impress_rec.inc.php.

◆ $g_user

global $g_user

Definition at line 27 of file impress_rec.inc.php.

◆ $gDossier

$gDossier =Dossier::id()

Definition at line 92 of file impress_rec.inc.php.

◆ $r_jrn

$r_jrn =(isset($_GET['r_jrn']))?$_GET['r_jrn']:''

Definition at line 38 of file impress_rec.inc.php.

◆ $radio

$radio =new IRadio('choice')

Definition at line 36 of file impress_rec.inc.php.

◆ $rjrn

$rjrn =''

Definition at line 35 of file impress_rec.inc.php.

◆ a_jrn

$acc_reconciliation a_jrn =$r_jrn

Definition at line 86 of file impress_rec.inc.php.

◆ end_day

$acc_reconciliation end_day =$dend->value

Definition at line 88 of file impress_rec.inc.php.

◆ return

return

Definition at line 102 of file impress_rec.inc.php.

◆ selected

$radio selected =($choice==0)?true:false

Definition at line 57 of file impress_rec.inc.php.

◆ start_day

$acc_reconciliation start_day =$dstart->value

Definition at line 87 of file impress_rec.inc.php.

◆ value

$radio value =(isset($_REQUEST['p_start']))?$_REQUEST['p_start']:$start

Definition at line 49 of file impress_rec.inc.php.