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 |
$radio | selected = ($choice==0)?true:false |
$acc_reconciliation | start_day = $dstart->value |
$dstart | value = (isset($_REQUEST['p_start']))?$_REQUEST['p_start']:$start |
print the all the operation reconciled or not, with or without the same amount
Definition in file impress_rec.inc.php.
$acc_reconciliation = new Acc_Reconciliation($cn) |
Definition at line 86 of file impress_rec.inc.php.
$aledger = $g_user->get_ledger('ALL',3) |
Definition at line 33 of file impress_rec.inc.php.
$array = $acc_reconciliation->get_data($choice) |
Definition at line 91 of file impress_rec.inc.php.
$choice = (isset($_GET['choice']))?$_GET['choice']:0 |
Definition at line 38 of file impress_rec.inc.php.
$dend = new IDate('p_end') |
Definition at line 52 of file impress_rec.inc.php.
$dstart = new IDate('p_start') |
Definition at line 49 of file impress_rec.inc.php.
global $g_user |
Definition at line 26 of file impress_rec.inc.php.
$gDossier = Dossier::id() |
Definition at line 93 of file impress_rec.inc.php.
$r_jrn = (isset($_GET['r_jrn']))?$_GET['r_jrn']:'' |
Definition at line 39 of file impress_rec.inc.php.
$radio = new IRadio('choice') |
Definition at line 37 of file impress_rec.inc.php.
$rjrn = '' |
Definition at line 36 of file impress_rec.inc.php.
$acc_reconciliation a_jrn = $r_jrn |
Definition at line 87 of file impress_rec.inc.php.
Definition at line 89 of file impress_rec.inc.php.
$radio selected = ($choice==0)?true:false |
Definition at line 58 of file impress_rec.inc.php.
Definition at line 88 of file impress_rec.inc.php.
$radio value = (isset($_REQUEST['p_start']))?$_REQUEST['p_start']:$start |
Definition at line 50 of file impress_rec.inc.php.