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

this file will handle all the actions for a specific customer ( contact,operation,invoice and financial) include from supplier.inc.php and concerned only the customer card and the customer category parameter More...

Go to the source code of this file.

Variables

 $f_id =$http->request('f_id','number')
 
global $http
 
 $p_readonly =($g_user->check_action(FICADD)==0)?true:false
 
 $supplier =new Fiche($cn,$f_id)
 
 if (isset( $_POST[ 'mod']))
 

Detailed Description

this file will handle all the actions for a specific customer ( contact,operation,invoice and financial) include from supplier.inc.php and concerned only the customer card and the customer category parameter

Definition in file category_detail.inc.php.

Variable Documentation

◆ $f_id

$f_id =$http->request('f_id','number')

Definition at line 37 of file category_detail.inc.php.

◆ $http

global $http

Definition at line 35 of file category_detail.inc.php.

◆ $p_readonly

$p_readonly =($g_user->check_action(FICADD)==0)?true:false

◆ $supplier

$supplier =new Fiche($cn,$f_id)

Definition at line 49 of file category_detail.inc.php.

◆ if

if(isset($_POST['mod'])) ( isset( $_POST[ 'mod'])  )

Definition at line 38 of file category_detail.inc.php.