noalyss Version-9
Variables
export_ledger_csv.php File Reference

Send a ledger in CSV format , receives. More...

Go to the source code of this file.

Variables

global $cn
 
 $export =new Noalyss_Csv(_('journal'))
 
 $filter_operation =$http->get("operation_type")
 
global $g_user
 
 $gDossier =dossier::id()
 
 $get_from_periode =$http->get('from_periode', 'number')
 
 $get_option =$http->get('p_simple', "string")
 
 $get_to_periode =$http->get('to_periode', 'number')
 
 $http =new HttpInput()
 
 $Jrn =new Acc_Ledger($cn, $get_jrn)
 
 $jrn_type =$Jrn->get_type()
 
if($get_jrn==0) else
 for all ledgers More...
 
 try
 

Detailed Description

Send a ledger in CSV format , receives.

Definition in file export_ledger_csv.php.

Variable Documentation

◆ $cn

global $cn

Definition at line 34 of file export_ledger_csv.php.

◆ $export

$export =new Noalyss_Csv(_('journal'))

Definition at line 40 of file export_ledger_csv.php.

◆ $filter_operation

$filter_operation =$http->get("operation_type")

Definition at line 54 of file export_ledger_csv.php.

Referenced by PDF\set_filter_operation().

◆ $g_user

if ( $get_jrn!=0 && $g_user->check_jrn( $get_jrn)=='X') global $g_user

Definition at line 34 of file export_ledger_csv.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 37 of file export_ledger_csv.php.

◆ $get_from_periode

$get_from_periode =$http->get('from_periode', 'number')

Definition at line 52 of file export_ledger_csv.php.

Referenced by Print_Ledger\available_ledger().

◆ $get_option

$get_option =$http->get('p_simple', "string")

Definition at line 51 of file export_ledger_csv.php.

◆ $get_to_periode

$get_to_periode =$http->get('to_periode', 'number')

Definition at line 53 of file export_ledger_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 38 of file export_ledger_csv.php.

◆ $Jrn

$Jrn =new Acc_Ledger($cn, $get_jrn)

Definition at line 88 of file export_ledger_csv.php.

◆ $jrn_type

$jrn_type =$Jrn->get_type()

Definition at line 92 of file export_ledger_csv.php.

◆ else

if ( $get_jrn==0) else
Initial value:
{
$a_jrn=$get_jrn

for all ledgers

Definition at line 85 of file export_ledger_csv.php.

◆ try

try
Initial value:
{
$get_jrn=$http->get('jrn_id', "number")

Definition at line 48 of file export_ledger_csv.php.