noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Export to CSV the operations asked in impress_rec.inc.php variable set $g_user,$cn. More...
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 | |
Export to CSV the operations asked in impress_rec.inc.php variable set $g_user,$cn.
Definition in file export_rec_csv.php.
catch (Exception $exc) $acc_reconciliation =new Acc_Reconciliation($cn) |
Definition at line 31 of file export_rec_csv.php.
$array =$acc_reconciliation->export_csv($choice) |
Definition at line 36 of file export_rec_csv.php.
$http =new HttpInput() |
Definition at line 14 of file export_rec_csv.php.
$p_end =$http->get("p_end") |
Definition at line 19 of file export_rec_csv.php.
Referenced by Tax_Summary\__construct(), Periode\__toString(), Impress\compute_periode(), Acc_Ledger_Sale\get_detail_sale(), Acc_Report\get_row(), and Impress\parse_formula().
$p_start =$http->get("p_start") |
Definition at line 18 of file export_rec_csv.php.
Referenced by Tax_Summary\__construct(), Periode\__toString(), Acc_Report\get_row(), menu_acc_plan(), and Impress\parse_formula().
$r_jrn =$http->get("r_jrn","string","") |
Definition at line 20 of file export_rec_csv.php.
Referenced by Acc_Ledger_Search\build_search_sql().
$acc_reconciliation a_jrn =$r_jrn |
Definition at line 32 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 34 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\filter_date().
$acc_reconciliation start_day =$p_start |
Definition at line 33 of file export_rec_csv.php.
Referenced by Acc_Reconciliation\filter_date().
try |
Definition at line 15 of file export_rec_csv.php.