noalyss Version-9
|
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.
Referenced by Manage_Table_SQL\__construct(), Fiche_Def\Add(), Fiche_Def\display(), Fiche_Def\DisplayAttribut(), Document_Export\export_all(), Fiche\get_by_category(), Stock\history(), Extension\insert_profile_menu(), Fiche_Def\insertAttribut(), Acc_Ledger_Search\list_operation(), and Html_Table\test_me().
$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.
$title[] =_("Internal") |
Definition at line 37 of file export_histo_csv.php.