extranet/application/configs/menu.legal.php
2016-05-10 17:18:48 +02:00

263 lines
8.3 KiB
PHP

<?php
return array(
array(
'label' => "Identite",
'uri' => "#",
'pages' => array(
array(
'label' => "Fiche",
'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,
),
),
),
array(
'label' => "Dirigeants",
'uri' => "#",
'pages' => array(
array(
'label' => "Liste",
'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,
),
),
),
array(
'label' => "Eléments Financiers",
'uri' => "#",
'pages' => array(
array(
'label' => "Synthèse",
'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,
),
),
),
array(
'label' => "Eléments Juridiques",
'uri' => "#",
'pages' => array(
array(
'label' => "Annonces légales",
'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,
),
),
),
array(
'label' => "Evaluation",
'uri' => "#",
'pages' => array(
array(
'label' => "IndiScore",
'module' => 'legal',
'controller' => 'evaluation',
'action' => 'indiscore',
'reset_params' => false,
),
array(
'label' => "Rapport de synthèse",
'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,
),
),
),
array(
'label' => "Pièces Officielles",
'uri' => "#",
'pages' => array(
array(
'label' => "Commande de pièces",
'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,
),
),
),
);