diff --git a/html/user_jrn.php b/html/user_jrn.php index b56531462..ba15b9ace 100644 --- a/html/user_jrn.php +++ b/html/user_jrn.php @@ -49,7 +49,7 @@ $jrn_type=(isset($_REQUEST['jrn_type']))?$_REQUEST['jrn_type']:-1; echo '
'; if ( $User->admin == 0 ) { @@ -70,10 +70,10 @@ if ( $User->admin == 0 ) { } // Show the available jrn -$result=ShowJrn("user_jrn.php?jrn_type=".$jrn_type); -echo ""; +// $result=ShowJrn("user_jrn.php?jrn_type=".$jrn_type); +// echo ""; diff --git a/include/user_menu.php b/include/user_menu.php index 18a8de33a..a48b5ac60 100644 --- a/include/user_menu.php +++ b/include/user_menu.php @@ -150,10 +150,17 @@ function ShowMenuCompta($p_dossier,$p_high="") echo_debug('user_menu.php',__LINE__,'defaut is '.$default); - $p_array=array(array("user_jrn.php?show","Journaux","Les journaux permettent d'encoder toutes les opérations"), + $p_array=array( + array("user_jrn.php?jrn_type=NONE" ,"Grand Livre"), + array("user_jrn.php?jrn_type=VEN" ,"Entrée"), + array("user_jrn.php?jrn_type=ACH","Dépense"), + array("user_jrn.php?jrn_type=FIN","Financier"), + array("user_jrn.php?jrn_type=OD","Op. Diverses"), + // array("user_jrn.php?show","Journaux","Les journaux permettent d'encoder toutes les opérations"), array("fiche.php?p_dossier=$p_dossier","Fiche","Ajouter, modifier ou effacer des fiches"), - array("compta.php?p_action=impress","Impression","Impression"), + // array("compta.php?p_action=impress","Impression","Impression"), array("user_advanced.php","Avancé","Opérations délicates"), + // array('user_pref.php','Preference',"Préférence de l'utilisateur"), // array('parametre.php?dos='.$_SESSION['g_dossier'],"Paramètre"), // array('commercial.php?dos='.$_SESSION['g_dossier'],"Gestion"), @@ -161,7 +168,7 @@ function ShowMenuCompta($p_dossier,$p_high="") // array('logout.php','logout',"Sortie") ); - $result=ShowItem($p_array,'H',"mtitle","mtitle",$default,' width="50%"'); + $result=ShowItem($p_array,'H',"mtitle","mtitle",$default,' width="100%"'); $r="