extranet/application/configs/menu.legal.php
2016-09-05 16:05:03 +02:00

253 lines
7.7 KiB
PHP

<?php
return array(
array(
'label' => "Identite",
'uri' => "#",
'pages' => array(
array(
'label' => "Fiche",
'module' => 'legal',
'controller' => 'identite',
'action' => 'fiche',
),
array(
'label' => "Fiche Procédure Collective",
'module' => 'legal',
'controller' => 'identite',
'action' => 'fichepc',
),
array(
'label' => "Etablissements",
'module' => 'legal',
'controller' => 'identite',
'action' => 'etablissements',
),
array(
'label' => "Liens inter-entreprises",
'module' => 'legal',
'controller' => 'identite',
'action' => 'liens',
),
array(
'label' => "Informations Groupes",
'module' => 'legal',
'controller' => 'identite',
'action' => 'groupe',
),
array(
'label' => "Modifications Insee",
'module' => 'legal',
'controller' => 'identite',
'action' => 'evenements',
),
),
),
array(
'label' => "Dirigeants",
'uri' => "#",
'pages' => array(
array(
'label' => "Liste",
'module' => 'legal',
'controller' => 'dirigeant',
'action' => 'liste',
),
array(
'label' => "Opérationnels",
'module' => 'legal',
'controller' => 'dirigeant',
'action' => 'op',
),
array(
'label' => "Historique",
'module' => 'legal',
'controller' => 'dirigeant',
'action' => 'histo',
),
),
),
array(
'label' => "Eléments Financiers",
'uri' => "#",
'pages' => array(
array(
'label' => "Synthèse",
'module' => 'legal',
'controller' => 'finance',
'action' => 'synthese',
),
array(
'label' => "Bilans, Compte de résultat",
'module' => 'legal',
'controller' => 'finance',
'action' => 'bilan',
),
array(
'label' => "Ratios",
'module' => 'legal',
'controller' => 'finance',
'action' => 'ratios',
),
array(
'label' => "Flux de trésorerie",
'module' => 'legal',
'controller' => 'finance',
'action' => 'flux',
),
array(
'label' => "Liasse fiscale",
'module' => 'legal',
'controller' => 'finance',
'action' => 'liasselist',
),
array(
'label' => "Bourses & Cotations",
'module' => 'legal',
'controller' => 'finance',
'action' => 'bourse',
),
array(
'label' => "Relations bancaires",
'module' => 'legal',
'controller' => 'finance',
'action' => 'banque',
),
array(
'label' => "Subventions",
'module' => 'legal',
'controller' => 'finance',
'action' => 'subventions',
),
),
),
array(
'label' => "Eléments Juridiques",
'uri' => "#",
'pages' => array(
array(
'label' => "Annonces légales",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'annonces',
),
array(
'label' => "Contentieux judiciaires",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'ctx',
),
array(
'label' => "Information réglementée",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'infosreg',
),
array(
'label' => "Compétences territoriales",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'competences',
),
array(
'label' => "Conventions collectives",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'conventions',
),
array(
'label' => "Marques déposées",
'module' => 'legal',
'controller' => 'juridique',
'action' => 'marques',
),
),
),
array(
'label' => "Evaluation",
'uri' => "#",
'pages' => array(
array(
'label' => "IndiScore",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore',
'pages' => array(
array(
'label' => "Rapport de synthèse",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'scoreshisto',
),
),
),
array(
'label' => "Rapport de synthèse",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore2',
),
array(
'label' => "Rapport complet",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore3',
),
array(
'label' => "Valorisation",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'valorisation',
),
array(
'label' => "Enquête commerciale",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'enquetec',
),
array(
'label' => "Cadastre",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'cadastre',
),
),
),
array(
'label' => "Pièces Officielles",
'uri' => "#",
'pages' => array(
array(
'label' => "Commande de pièces",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'commande',
),
array(
'label' => "Comptes annuels",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'bilans',
),
array(
'label' => "Actes & statuts",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'actes',
),
array(
'label' => "Suivi privilèges",
'module' => 'legal',
'controller' => 'pieces',
'action' => 'privileges',
'pages' => array(
array(
'visible' => false,
'module' => 'legal',
'controller' => 'pieces',
'action' => 'privilegedetail',
)
),
),
),
),
);