noalyss Version-9
Variables
ajax_other_tax.php File Reference

Go to the source code of this file.

Variables

catch(Exception $e) $acc_other_tax =Acc_Other_Tax_MTable::build($p_id)
 
 $action =$http->request('action')
 
 $ctl_id =$http->request('ctl')
 
global $g_user
 
 $p_id =$http->request('p_id', "number")
 
if($action=="input") elseif( $action=="save") elseif($action=="delete") else
 
 try
 

Variable Documentation

◆ $acc_other_tax

catch (Exception $e) $acc_other_tax =Acc_Other_Tax_MTable::build($p_id)

Definition at line 37 of file ajax_other_tax.php.

◆ $action

$action =$http->request('action')

Definition at line 28 of file ajax_other_tax.php.

◆ $ctl_id

$ctl_id =$http->request('ctl')

Definition at line 30 of file ajax_other_tax.php.

◆ $g_user

global $g_user

Definition at line 20 of file ajax_other_tax.php.

◆ $p_id

$p_id =$http->request('p_id', "number")

Definition at line 29 of file ajax_other_tax.php.

◆ else

if( $action=="input") elseif($action=="save") elseif ( $action=="delete") else
Initial value:
{
die("error")

Definition at line 50 of file ajax_other_tax.php.

◆ try

try
Initial value:
{
$table=$http->request('table')
$table
Definition: menu.inc.php:103

Definition at line 26 of file ajax_other_tax.php.