noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
category_card.inc.php File Reference

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)

Detailed Description

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.


Variable Documentation

switch ($ss_action) $f = new Fiche($cn,$_REQUEST['f_id'])
$menu
Initial value:
 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.

if ($ss_action== 'dc') if ($ss_action== 'sv') if ($ss_action== 'op') if ($ss_action=='bal') if ($ss_action== 'cn') if($def==6)

Definition at line 151 of file category_card.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations