noalyss Version-9
|
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'])) | |
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.
$f_id =$http->request('f_id','number') |
Definition at line 37 of file category_detail.inc.php.
global $http |
Definition at line 35 of file category_detail.inc.php.
$p_readonly =($g_user->check_action(FICADD)==0)?true:false |
Definition at line 50 of file category_detail.inc.php.
Referenced by Acc_Ledger\confirm(), Fiche\Display(), Anc_Group_Operation\form(), Acc_Ledger\input(), Stock_Goods\input(), and Acc_Ledger\select_depot().
Definition at line 49 of file category_detail.inc.php.
if(isset($_POST['mod'])) | ( | isset( $_POST[ 'mod']) | ) |
Definition at line 38 of file category_detail.inc.php.