noalyss Version-9
Variables
export_histo_csv.php File Reference

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")
 

Detailed Description

history of the accountancy exported in CSV

Definition in file export_histo_csv.php.

Variable Documentation

◆ $export

$export =new Noalyss_Csv("histo")

Definition at line 50 of file export_histo_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 27 of file export_histo_csv.php.

◆ $ledger

$ledger =new Acc_Ledger_Search($http->get("ledger_type"),0)

Definition at line 29 of file export_histo_csv.php.

◆ $order

$order =" order by jr_date_order asc,substring(jr_pj_number,'[0-9]+$')::numeric asc "

◆ $res

$res =$cn->get_array($sql.$order)

Definition at line 35 of file export_histo_csv.php.

◆ $title [1/2]

$title =array()

Definition at line 36 of file export_histo_csv.php.

◆ $title [2/2]

$title[] =_("Internal")

Definition at line 37 of file export_histo_csv.php.