this file will handle all the actions for a specific customer ( contact,operation,invoice and financial) include from client.inc.php and concerned only the customer card and the customer category More...
Go to the source code of this file.
Variables | |
| switch($ss_action) | $f = new Fiche($cn,$_REQUEST['f_id']) |
| $menu | |
| $root = "f_id"].'&'.$str_dossier | |
| $ss_action = ( isset ($_REQUEST['sc'] ))? $_REQUEST['sc']: '' | |
| $str_dossier = Dossier::get() | |
| for ($i=0;$i< count($menu);$i++) | |
| if($ss_action== 'dc') if($ss_action== 'sv') if($ss_action== 'op') if($ss_action=='bal') if($ss_action== 'cn') | if ($def==6) |
this file will handle all the actions for a specific customer ( contact,operation,invoice and financial) include from client.inc.php and concerned only the customer card and the customer category
Definition in file category_card.inc.php.
Definition at line 60 of file category_card.inc.php.
Referenced by Fiche\blank(), Stock\create_query_histo(), Follow_Up\Display(), Follow_Up\display_search(), Print_Ledger_Simple\export(), Acc_Balance\filter_cat(), Document_modele\form(), Anticipation\form_item(), Fiche_Def\get_attr_min(), Fiche\getAttribut(), Acc_Report\load(), Database\make_list(), Document\ParseDocument(), Document\Replace(), Document\replace_special_tag(), and Acc_Payment\select().
| $menu |
array(
array('href'=>$root."&sc=dc",'label'=>_('Fiche'),'alt'=>_('Détail de la fiche')),
array('href'=>$root.'&sc=sv','label'=>_('Suivi'),'alt'=>_('Suivi Fournisseur, client, banque, devis, bon de commande, courrier')),
array('href'=>$root.'&sc=cn','label'=>_('Contact'),'alt'=>_('Liste de contacts')),
array('href'=>$root.'&sc=op','label'=>_('Opérations'),'alt'=>_('Toutes les opérations')),
array('href'=>$root.'&sc=bal','label'=>_('Balance'),'alt'=>_('Balance du fournisseur')),
array('href'=>$root.'&sc=let','label'=>_('Lettrage'),'alt'=>_('Opérations & Lettrages'))
)
Definition at line 64 of file category_card.inc.php.
Referenced by Default_Menu\__construct(), Follow_Up\Display(), MenuAdmin(), and Profile_Menu\sub_menu().
| $root = "f_id"].'&'.$str_dossier |
Definition at line 34 of file category_card.inc.php.
| $ss_action = ( isset ($_REQUEST['sc'] ))? $_REQUEST['sc']: '' |
Definition at line 35 of file category_card.inc.php.
| $str_dossier = Dossier::get() |
Definition at line 31 of file category_card.inc.php.
| for($i=0;$i< count($menu);$i++) |
Definition at line 73 of file category_card.inc.php.