phpcompta  Version-6
 All Data Structures Namespaces Files Functions Variables Pages
Variables
export_histo_csv.php File Reference

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,'\\\d+$')::numeric asc "
 
 $res =$cn->get_array($sql.$order)
 

Detailed Description

history of the accountancy exported in CSV

Definition in file export_histo_csv.php.

Variable Documentation

$ledger =new Acc_Ledger($cn,0)

Definition at line 31 of file export_histo_csv.php.

$order =" order by jr_date_order asc,substring(jr_pj_number,'\\\d+$')::numeric asc "
$res =$cn->get_array($sql.$order)

Definition at line 36 of file export_histo_csv.php.