noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
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,'[0-9]+$')::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 30 of file export_histo_csv.php.

$order = " order by jr_date_order asc,substring(jr_pj_number,'[0-9]+$')::numeric asc "
$res = $cn->get_array($sql.$order)

Definition at line 35 of file export_histo_csv.php.

 All Data Structures Namespaces Files Functions Variables Enumerations