• {% trans %}Menu de navigation{% endtrans %}
  • {% trans %}Accueil{% endtrans %}
  • {% if app.user and (is_granted('ROLE_AFFICHER_CLIENT') or is_granted('ROLE_AFFICHER_CONTACT') or is_granted('ROLE_AFFICHER_OPPORTUNITY_CRM') or is_granted('ROLE_AFFICHER_ALL_OPPORTUNITY_CRM') ) %}
  • {% trans %}CRM{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_OPPORTUNITY_CRM') %}
    • {% trans %}Mes Opportunités{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_ALL_OPPORTUNITY_SUPERVISION') %}
    • {% trans %}Supervision des Opportunités{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_DASHBOARD_CRM') %}
    • {% trans %}Dashboard CRM{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_CLIENT') %}
    • {% trans %}Clients{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_CONTACT') %}
    • {% trans %}Partenaires{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_STOCK_PARC_INFORMATIQUE') or is_granted('ROLE_AFFICHER_FOURNISSEUR_STOCK') or is_granted('ROLE_AFFICHER_MARQUE') or is_granted('ROLE_AFFICHER_MODELE')) %}
  • {% trans %}Gestion des Stocks{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_STOCK_PARC_INFORMATIQUE') %}
    • {% trans %}Parc Informatique{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_FOURNISSEUR_STOCK') %}
    • {% trans %}Fournisseurs de Stock{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_MARQUE') %}
    • {% trans %}Marques de Stock{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_MODELE') %}
    • {% trans %}Modèles de Stock{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_MINE_STOCK_PARC_INFORMATIQUE') %}
  • {% trans %}Mes Stocks{% endtrans %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_PROCESS_CRM') or is_granted('ROLE_AFFICHER_FUNCTIONALITY_CRM') or is_granted('ROLE_AFFICHER_DUREE_ACTION_CRM') ) %}
  • {% trans %}Paramétrage de CRM{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_PROCESS_CRM') %}
    • {% trans %}Processus CRM{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_FUNCTIONALITY_CRM') %}
    • {% trans %}Fonctionnalités CRM{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_DUREE_ACTION_CRM') %}
    • {% trans %}Durée action CRM{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_EVENEMENT') %}
  • {% trans %}Calendrier{% endtrans %}
  • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_BILAN') %}
  • {% trans %}Bilan quotidien{% endtrans %}
  • {% endif %} {% if app.user and ((is_granted('ROLE_AFFICHER_MES_ACTIONS_ENCOURS')) or is_granted('ROLE_AFFICHER_ACTIONS_ENCOURS') or is_granted('ROLE_AFFICHER_HISTORIQUE_ACTIONS') or is_granted('ROLE_AFFICHER_DELAIS_ACTIONS') or is_granted('ROLE_AFFICHER_TYPE_ACTIONS') or is_granted('ROLE_AFFICHER_PROJETS') or is_granted('ROLE_AFFICHER_PROJETS') or is_granted('ROLE_AFFICHER_MODULES')) %}
  • {% trans %}Gestion des Actions{% endtrans %}
      {% if app.user and ((is_granted('ROLE_AFFICHER_MES_ACTIONS_ENCOURS')) or is_granted('ROLE_AFFICHER_ACTIONS_ENCOURS') or is_granted('ROLE_AFFICHER_HISTORIQUE_ACTIONS')) %}
    • {% trans %}Mes actions{% endtrans %}
    • {% endif %} {%if app.user and (is_granted('ROLE_AFFICHER_DELAIS_ACTIONS') )%}
    • {% trans %}Délai actions{% endtrans %}
    • {% endif %} {%if app.user and (is_granted('ROLE_AFFICHER_TYPE_ACTIONS'))%}
    • {% trans %}Types actions{% endtrans %}
    • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_PROJETS'))%}
    • {% trans %}Gestion projets{% endtrans %}
    • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_MODULES'))%}
    • {% trans %}Gestion modules projets{% endtrans %}
    • {% endif %} {#% if app.user and (is_granted('ROLE_AFFICHER_ACTIONS') or is_granted('ROLE_AFFICHER_MES_ACTIONS_ENCOURS') or is_granted('ROLE_MODIFIER_ACTIONS')) %}
    • {% trans %}Kanban board{% endtrans %}
    • {% endif %#}
  • {% endif %} {% if app.user and ((app.user.isAutorisateConge and is_granted('ROLE_AFFICHER_CONGE_PERSONNEL')) or is_granted('ROLE_AFFICHER_HISTORIQUE_CONGE') or is_granted('ROLE_AFFICHER_CONGE_A_VALIDER') or is_granted('ROLE_AFFICHER_CONGE_EN_COURS')) %}
  • {% trans %}Gestion des Congés{% endtrans %}
      {% if app.user and app.user.isAutorisateConge and is_granted('ROLE_AFFICHER_CONGE_PERSONNEL') %}
    • {% trans %}Mes Congés{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_CONGE_EN_COURS') %}
    • {% trans %}Congés en cours{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_CONGE_A_VALIDER') %}
    • {% trans %}Congés à valider{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_HISTORIQUE_CONGE') %}
    • {% trans %}Historique des Congés{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and ((app.user.isAutorisateConge and is_granted('ROLE_AFFICHER_AUTORISATION_PERSONNEL')) or is_granted('ROLE_AFFICHER_HISTORIQUE_AUTORISATION') or is_granted('ROLE_AFFICHER_AUTORISATION_A_VALIDER') or is_granted('ROLE_AFFICHER_AUTORISATION_EN_COURS')) %}
  • {% trans %}Gestion des Autorisations{% endtrans %}
      {% if app.user and app.user.isAutorisateConge and is_granted('ROLE_AFFICHER_AUTORISATION_PERSONNEL') %}
    • {% trans %}Mes Autorisations{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_AUTORISATION_EN_COURS') %}
    • {% trans %}Autorisations en cours{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_AUTORISATION_A_VALIDER') %}
    • {% trans %}Autorisations à valider{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_HISTORIQUE_AUTORISATION') %}
    • {% trans %}Historique des Autorisations{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and ((app.user.isAutorisateConge and is_granted('ROLE_AFFICHER_TELETRAVAIL_PERSONNEL')) or is_granted('ROLE_AFFICHER_HISTORIQUE_TELETRAVAIL') or is_granted('ROLE_AFFICHER_TELETRAVAIL_A_VALIDER') or is_granted('ROLE_AFFICHER_TELETRAVAIL_EN_COURS')) %}
  • {% trans %}Télétravail{% endtrans %}
      {% if app.user and app.user.isAutorisateConge and is_granted('ROLE_AFFICHER_TELETRAVAIL_PERSONNEL') %}
    • {% trans %}Mes Télétravail{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_TELETRAVAIL_EN_COURS') %}
    • {% trans %}Télétravail en cours{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_TELETRAVAIL_A_VALIDER') %}
    • {% trans %}Télétravail à valider{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_HISTORIQUE_TELETRAVAIL') %}
    • {% trans %}Historique de Télétravail{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_FUNCTIONALITY_RH') or is_granted('ROLE_AFFICHER_PROCESS_RH') ) %}
  • {% trans %}Processus Congés{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_FUNCTIONALITY_RH') %}
    • {% trans %}Fonctionnalités Congés{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_PROCESS_RH') %}
    • {% trans %}Processus Congés{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_CATEGORY_CONGE') or is_granted('ROLE_AFFICHER_CONFIGURATION_CONGE_ANNUEL') or is_granted('ROLE_AFFICHER_SOLDE_CONGE')) %}
  • {% trans %}Paramétrage de congés{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_CATEGORY_CONGE') %}
    • {% trans %}Catégorie de Congés{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_CONFIGURATION_SOLDE_CONGE') %}
    • {% trans %}Configuration Congés{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_SOLDE_CONGE') %}
    • {% trans %}Soldes de Congés{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_UTILISATEUR') or is_granted('ROLE_AFFICHER_GROUPE') or is_granted('ROLE_AFFICHER_SERVICE') or is_granted('ROLE_AFFICHER_DIRECTION') or is_granted('ROLE_AFFICHER_FONCTION') or is_granted('ROLE_AFFICHER_SALLE')) %}
  • {% trans %}Administration{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_FONCTION') %}
    • {% trans %}Fonctions{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_DIRECTION') %}
    • {% trans %}Directions{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_SERVICE') %}
    • {% trans %}Services{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_GROUPE') %}
    • {% trans %}Groupes{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_UTILISATEUR') %}
    • {% trans %}Utilisateurs{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_SALLE') %}
    • {% trans %}Salles{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_RESPONSABLE') or is_granted('ROLE_AFFICHER_INTERIM_TEMPORAIRE')) %}
  • {% trans %}Hiérarchie{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_RESPONSABLE') %}
    • {% trans %}Responsables{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_INTERIM_TEMPORAIRE') %}
    • {% trans %}Interims Temporaires{% endtrans %}
    • {% endif %}
  • {% endif %} {% if app.user and (is_granted('ROLE_AFFICHER_SEANCE_TRAVAIL') or is_granted('ROLE_AFFICHER_HEURE_TRAVAIL') or is_granted('ROLE_AFFICHER_JOUR_FERIES') or is_granted('ROLE_AFFICHER_PLANIFICATION_SEMAINE')) %}
  • {% trans %}Horaires administratif{% endtrans %}
      {% if app.user and is_granted('ROLE_AFFICHER_SEANCE_TRAVAIL') %}
    • {% trans %}Séances de travail{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_HEURE_TRAVAIL') %}
    • {% trans %}Horaires de travail{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_JOUR_FERIES') %}
    • {% trans %}Jours fériés{% endtrans %}
    • {% endif %} {% if app.user and is_granted('ROLE_AFFICHER_PLANIFICATION_SEMAINE') %}
    • {% trans %}Planification des semaines{% endtrans %}
    • {% endif %}
  • {% endif %}
  • {% trans %}Profil{% endtrans %}
  • {% if app.user and (is_granted('ROLE_FAST_CONNEXION')) %}
  • {% trans %}Connexion Rapide{% endtrans %}
  • {% endif %}
  • {% trans %}Déconnexion{% endtrans %}