history of the accountancy exported in CSV More...
Go to the source code of this file.
Variables | |
$ledger = new Acc_Ledger($cn,0) | |
$order = " order by jr_date_order asc,substring(jr_pj_number,'[0-9]+$')::numeric asc " | |
$res = $cn->get_array($sql.$order) |
history of the accountancy exported in CSV
Definition in file export_histo_csv.php.
$ledger = new Acc_Ledger($cn,0) |
Definition at line 30 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 Fiche_Def\Add(), Fiche_Def\Display(), Fiche_Def\DisplayAttribut(), Anticipation\form_cat_mod(), Anticipation\form_cat_new(), Fiche\GetByDef(), Stock\history(), Acc_Ledger\list_operation(), and Html_Table\test_me().
$res = $cn->get_array($sql.$order) |
Definition at line 35 of file export_histo_csv.php.