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 = $_REQUEST['f_id'] | |
$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 = $_REQUEST['f_id'] |
Definition at line 47 of file category_detail.inc.php.
Referenced by Acc_Ledger\display_ledger(), Print_Ledger_Detail\export(), and HtmlInput\history_card_button().
$p_readonly = ($g_user->check_action(FICADD)==0)?true:false |
Definition at line 52 of file category_detail.inc.php.
Referenced by Acc_Ledger\confirm(), Fiche\Display(), Anc_Group_Operation\form(), Stock_Goods\input(), and Acc_Ledger\input().
Definition at line 51 of file category_detail.inc.php.
if(isset($_POST['mod'])) |
Definition at line 35 of file category_detail.inc.php.