Go to the source code of this file.
Variables | |
$acc_reconciliation = new Acc_Reconciliation($cn) | |
$array = $acc_reconciliation->export_csv($choice) | |
$Date = date('Ymd') | |
$filename = "reconcialed_operation-".$Date | |
$r_jrn = (isset($r_jrn))?$r_jrn:'' | |
$acc_reconciliation | a_jrn = $r_jrn |
$acc_reconciliation | end_day = $p_end |
$acc_reconciliation | start_day = $p_start |
$acc_reconciliation = new Acc_Reconciliation($cn) |
Definition at line 34 of file export_rec_csv.php.
$array = $acc_reconciliation->export_csv($choice) |
Definition at line 39 of file export_rec_csv.php.
$Date = date('Ymd') |
Definition at line 11 of file export_rec_csv.php.
Referenced by Acc_Ledger_Fin\input(), Acc_Ledger_Purchase\input(), and Acc_Ledger_Sold\input().
$filename = "reconcialed_operation-".$Date |
Definition at line 12 of file export_rec_csv.php.
Referenced by Document\compute_filename(), Acc_Ledger\create_document(), Document\Generate(), Acc_Bilan\generate_odt(), Securimage\generateMP3(), Securimage\generateWAV(), and Acc_Bilan\send().
$r_jrn = (isset($r_jrn))?$r_jrn:'' |
Definition at line 31 of file export_rec_csv.php.
Referenced by Acc_Ledger\build_search_sql(), and CleanUrl().
$acc_reconciliation a_jrn = $r_jrn |
Definition at line 35 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\ledger_filter().
$acc_reconciliation end_day = $p_end |
Definition at line 37 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\filter_date().
$acc_reconciliation start_day = $p_start |
Definition at line 36 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\filter_date().