noalyss Version-9
|
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 | |
catch (Exception $exc) $acc_reconciliation =new Acc_Reconciliation($cn) |
Definition at line 30 of file export_rec_csv.php.
$array =$acc_reconciliation->export_csv($choice) |
Definition at line 35 of file export_rec_csv.php.
$http =new HttpInput() |
Definition at line 13 of file export_rec_csv.php.
$p_end =$http->get("p_end") |
Definition at line 18 of file export_rec_csv.php.
Referenced by Tax_Summary\__construct(), Impress\compute_periode(), Acc_Ledger_Purchase\get_detail_purchase(), Acc_Ledger_Sale\get_detail_sale(), Acc_Report\get_row(), and Impress\parse_formula().
$p_start =$http->get("p_start") |
Definition at line 17 of file export_rec_csv.php.
Referenced by Tax_Summary\__construct(), Acc_Report\get_row(), menu_acc_plan(), and Impress\parse_formula().
$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().
$acc_reconciliation a_jrn =$r_jrn |
Definition at line 31 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\__construct(), and Acc_Reconciliation\ledger_filter().
$acc_reconciliation end_day =$p_end |
Definition at line 33 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\filter_date().
$acc_reconciliation start_day =$p_start |
Definition at line 32 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\filter_date().
try |
Definition at line 14 of file export_rec_csv.php.