Paramètres menu et ordre

This commit is contained in:
Michael RICOIS 2016-06-08 10:32:16 +02:00
parent 2665f8e7eb
commit 436c570cf2
3 changed files with 25 additions and 52 deletions

View File

@ -10,7 +10,7 @@ return array(
'label' => "Services",
'module' => 'admin',
'controller' => 'service',
'action' => 'index',
'action' => 'index',
),
array(
'label' => "Utilisateurs",

View File

@ -9,42 +9,36 @@ return array(
'module' => 'legal',
'controller' => 'identite',
'action' => 'fiche',
'reset_params' => false,
),
array(
'label' => "Fiche Procédure Collective",
'module' => 'legal',
'controller' => 'identite',
'action' => 'fichepc',
'reset_params' => false,
),
array(
'label' => "Etablissements",
'module' => 'legal',
'controller' => 'identite',
'action' => 'etablissements',
'reset_params' => false,
),
array(
'label' => "Liens inter-entreprises",
'module' => 'legal',
'controller' => 'identite',
'action' => 'liens',
'reset_params' => false,
),
array(
'label' => "Informations Groupes",
'module' => 'legal',
'controller' => 'identite',
'action' => 'groupe',
'reset_params' => false,
),
array(
'label' => "Modifications Insee",
'module' => 'legal',
'controller' => 'identite',
'action' => 'evenements',
'reset_params' => false,
),
),
),
@ -57,21 +51,18 @@ return array(
'module' => 'legal',
'controller' => 'dirigeant',
'action' => 'liste',
'reset_params' => false,
),
array(
'label' => "Opérationnels",
'module' => 'legal',
'controller' => 'dirigeant',
'action' => 'op',
'reset_params' => false,
),
array(
'label' => "Historique",
'module' => 'legal',
'controller' => 'dirigeant',
'action' => 'histo',
'reset_params' => false,
),
),
),
@ -84,56 +75,48 @@ return array(
'module' => 'legal',
'controller' => 'finance',
'action' => 'synthese',
'reset_params' => false,
),
array(
'label' => "Bilans, Compte de résultat",
'module' => 'legal',
'controller' => 'finance',
'action' => 'bilan',
'reset_params' => false,
),
array(
'label' => "Ratios",
'module' => 'legal',
'controller' => 'finance',
'action' => 'ratios',
'reset_params' => false,
),
array(
'label' => "Flux de trésorerie",
'module' => 'legal',
'controller' => 'finance',
'action' => 'flux',
'reset_params' => false,
),
array(
'label' => "Liasse fiscale",
'module' => 'legal',
'controller' => 'finance',
'action' => 'liasselist',
'reset_params' => false,
),
array(
'label' => "Bourses & Cotations",
'module' => 'legal',
'controller' => 'finance',
'action' => 'bourse',
'reset_params' => false,
),
array(
'label' => "Relations bancaires",
'module' => 'legal',
'controller' => 'finance',
'action' => 'banque',
'reset_params' => false,
),
array(
'label' => "Subventions",
'module' => 'legal',
'controller' => 'finance',
'action' => 'subventions',
'reset_params' => false,
),
),
),
@ -146,42 +129,36 @@ return array(
'module' => 'legal',
'controller' => 'juridique',
'action' => 'annonces',
'reset_params' => false,
),
array(
'label' => "Contentieux judiciaires",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'ctx',
'reset_params' => false,
),
array(
'label' => "Information réglementée",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'infosreg',
'reset_params' => false,
),
array(
'label' => "Compétences territoriales",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'competences',
'reset_params' => false,
),
array(
'label' => "Conventions collectives",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'conventions',
'reset_params' => false,
),
array(
'label' => "Marques déposées",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'marques',
'reset_params' => false,
),
),
),
@ -194,14 +171,12 @@ return array(
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore',
'reset_params' => false,
'pages' => array(
array(
'label' => "Rapport de synthèse",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'scoreshisto',
'reset_params' => false,
),
),
),
@ -210,28 +185,24 @@ return array(
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore2',
'reset_params' => false,
),
array(
'label' => "Rapport complet",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore3',
'reset_params' => false,
),
array(
'label' => "Valorisation",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'valorisation',
'reset_params' => false,
),
array(
'label' => "Enquête commerciale",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'enquetec',
'reset_params' => false,
),
),
),
@ -244,28 +215,24 @@ return array(
'module' => 'legal',
'controller' => 'pieces',
'action' => 'commande',
'reset_params' => false,
),
array(
'label' => "Comptes annuels",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'bilans',
'reset_params' => false,
),
array(
'label' => "Actes & statuts",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'actes',
'reset_params' => false,
),
array(
'label' => "Suivi privilèges",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'privileges',
'reset_params' => false,
),
),
),

View File

@ -6,28 +6,34 @@ return array(
'controller' => 'identity',
'action' => 'index',
),
array(
'label' => "Commandes",
'module' => 'user',
'controller' => 'order',
'action' => 'index',
),
array(
'label' => "Surveillances",
'module' => 'user',
'controller' => 'portfolio',
'action' => 'index',
),
array(
'label' => "Portefeuille",
'module' => 'user',
'controller' => 'portfolio',
'action' => 'score',
),
array(
'label' => "Consommation",
'module' => 'user',
'controller' => 'log',
'action' => 'index',
),
array(
'label' => "Commandes",
'module' => 'user',
'controller' => 'order',
'action' => 'index',
),
array(
'label' => "Surveillances",
'module' => 'user',
'controller' => 'portfolio',
'action' => 'index',
),
array(
'label' => "Portefeuille",
'module' => 'user',
'controller' => 'portfolio',
'action' => 'score',
),
array(
'label' => "Historique des connexions",
'module' => 'user',
'controller' => 'log',
'action' => 'auth',
),
);