noalyss Version-9
Variables
preod.inc.php File Reference

included file for managing the predefined operation More...

Go to the source code of this file.

Variables

 $filter_ledger =new ISelect("f_ledger")
 
global $http
 
 $operation_predef_mtable =new Operation_Predef_MTable($prd_op)
 
 $prd_op =new Op_Predef_SQL($cn)
 
 $sql_filter ='where '.$g_user->get_ledger_sql('ALL',2)
 
$filter_ledger selected =$http->request('f_ledger',"number",-1)
 
$filter_ledger value
 

Detailed Description

included file for managing the predefined operation

Definition in file preod.inc.php.

Variable Documentation

◆ $filter_ledger

$filter_ledger =new ISelect("f_ledger")

Definition at line 39 of file preod.inc.php.

Referenced by Acc_Ledger\get_last().

◆ $http

global $http

Definition at line 27 of file preod.inc.php.

◆ $operation_predef_mtable

$operation_predef_mtable =new Operation_Predef_MTable($prd_op)

Definition at line 31 of file preod.inc.php.

◆ $prd_op

$prd_op =new Op_Predef_SQL($cn)

Definition at line 29 of file preod.inc.php.

◆ $sql_filter

$sql_filter ='where '.$g_user->get_ledger_sql('ALL',2)

◆ selected

$filter_ledger selected =$http->request('f_ledger',"number",-1)

Definition at line 42 of file preod.inc.php.

◆ value

$filter_ledger value
Initial value:
=$cn->make_array("select jrn_def_id ,jrn_def_name from jrn_def
$sql_filter and jrn_def_type !='FIN' order by jrn_def_name",1)

Definition at line 46 of file preod.inc.php.