noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Enumerations | Variables
ajax_ledger.php File Reference

answer to the ajax request for the ledger it means : More...

Go to the source code of this file.

Enumerations

enum  ALLOWED

Variables

if($ledger=="") $access = $g_user->get_ledger_access($ledger)
 $action = $_REQUEST['act']
if(!isset($_REQUEST['act'])||!isset($_REQUEST['jr_id'])||!isset($_REQUEST['div']))
global 
$cn = new Database(dossier::id())
 $div = $_REQUEST['div']
if(!isset($_REQUEST['act'])||!isset($_REQUEST['jr_id'])||!isset($_REQUEST['div']))
global 
$g_parameter = new Own($cn)
if(!isset($_REQUEST['act'])||!isset($_REQUEST['jr_id'])||!isset($_REQUEST['div']))
global 
$g_user = new User($cn)
 Check if we receive the needed data (jr_id...)
 $gDossier = dossier::id()
if($access== 'X') $html = var_export($_REQUEST,true)
 $jr_id = $_REQUEST['jr_id']
 $ledger = $op->get_ledger()
if($g_user->check_dossier(dossier::id(),
true)=='X') 
$op = new Acc_Operation($cn)
 echo
$op jr_id = $_REQUEST['jr_id']

Detailed Description

answer to the ajax request for the ledger it means :

Definition in file ajax_ledger.php.


Enumeration Type Documentation

enum ALLOWED

Definition at line 31 of file ajax_ledger.php.


Variable Documentation

if ($ledger=="") $access = $g_user->get_ledger_access($ledger)

Definition at line 118 of file ajax_ledger.php.

$action = $_REQUEST['act']

Definition at line 55 of file ajax_ledger.php.

$cn = new Database(dossier::id())

Definition at line 46 of file ajax_ledger.php.

$div = $_REQUEST['div']

Definition at line 57 of file ajax_ledger.php.

$g_parameter = new Own($cn)

Definition at line 46 of file ajax_ledger.php.

$g_user = new User($cn)

Check if we receive the needed data (jr_id...)

Definition at line 46 of file ajax_ledger.php.

$gDossier = dossier::id()

Definition at line 58 of file ajax_ledger.php.

switch ($action) $html = var_export($_REQUEST,true)

Definition at line 138 of file ajax_ledger.php.

$jr_id = $_REQUEST['jr_id']
$ledger = $op->get_ledger()

Definition at line 95 of file ajax_ledger.php.

if ($g_user->check_dossier(dossier::id(), true)=='X') $op = new Acc_Operation($cn)

Definition at line 93 of file ajax_ledger.php.

Definition at line 566 of file ajax_ledger.php.

$op jr_id = $_REQUEST['jr_id']

Definition at line 94 of file ajax_ledger.php.

 All Data Structures Namespaces Files Functions Variables Enumerations