noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
history of the accountancy exported in CSV More...
Go to the source code of this file.
Variables | |
$export =new Noalyss_Csv("histo") | |
$http =new HttpInput() | |
$ledger =new Acc_Ledger_Search($http->get("ledger_type"),0) | |
$order =" order by jr_date_order asc,substring(jr_pj_number,'[0-9]+$')::numeric asc " | |
$res =$cn->get_array($sql.$order) | |
$title =array() | |
$title [] =_("Internal") | |
history of the accountancy exported in CSV
Definition in file export_histo_csv.php.
$export =new Noalyss_Csv("histo") |
Definition at line 50 of file export_histo_csv.php.
$http =new HttpInput() |
Definition at line 27 of file export_histo_csv.php.
$ledger =new Acc_Ledger_Search($http->get("ledger_type"),0) |
Definition at line 29 of file export_histo_csv.php.
$order =" order by jr_date_order asc,substring(jr_pj_number,'[0-9]+$')::numeric asc " |
Definition at line 33 of file export_histo_csv.php.
$res =$cn->get_array($sql.$order) |
Definition at line 35 of file export_histo_csv.php.
$title =array() |
Definition at line 36 of file export_histo_csv.php.
Definition at line 37 of file export_histo_csv.php.