noalyss Version-9
Variables
export_rec_csv.php File Reference

Go to the source code of this file.

Variables

catch(Exception $exc) $acc_reconciliation =new Acc_Reconciliation($cn)
 
 $array =$acc_reconciliation->export_csv($choice)
 
 $http =new HttpInput()
 
 $p_end =$http->get("p_end")
 
 $p_start =$http->get("p_start")
 
 $r_jrn =$http->get("r_jrn","string","")
 
$acc_reconciliation a_jrn =$r_jrn
 
$acc_reconciliation end_day =$p_end
 
$acc_reconciliation start_day =$p_start
 
 try
 

Variable Documentation

◆ $acc_reconciliation

catch (Exception $exc) $acc_reconciliation =new Acc_Reconciliation($cn)

Definition at line 30 of file export_rec_csv.php.

◆ $array

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

Definition at line 35 of file export_rec_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 13 of file export_rec_csv.php.

◆ $p_end

$p_end =$http->get("p_end")

◆ $p_start

$p_start =$http->get("p_start")

◆ $r_jrn

$r_jrn =$http->get("r_jrn","string","")

Definition at line 19 of file export_rec_csv.php.

Referenced by Acc_Ledger_Search\build_search_sql().

◆ a_jrn

$acc_reconciliation a_jrn =$r_jrn

◆ end_day

$acc_reconciliation end_day =$p_end

Definition at line 33 of file export_rec_csv.php.

Referenced by Acc_Reconciliation\filter_date().

◆ start_day

$acc_reconciliation start_day =$p_start

Definition at line 32 of file export_rec_csv.php.

Referenced by Acc_Reconciliation\filter_date().

◆ try

try
Initial value:
{
$choice=$http->get("choice")

Definition at line 14 of file export_rec_csv.php.