{# En-tête mobile #}
LUXIM - GPIM
{% set currentRoute = app.request.attributes.get('_route') %} {# --- SECTION 1 : TABLEAU DE BORD --- #}
  • {# Détermination de la route selon la hiérarchie des rôles #} {% if is_granted('ROLE_ADMIN') or is_granted('ROLE_SUPERVISEUR') %} {% set dashboardRoute = 'app_admin_dashboard' %} {% elseif is_granted('ROLE_COMPTABLE') %} {% set dashboardRoute = 'app_comptable_dashboard' %} {% elseif is_granted('ROLE_TECHNICIEN') %} {% set dashboardRoute = 'app_technique_dashboard' %} {% elseif is_granted('ROLE_COMMERCIAL') %} {% set dashboardRoute = 'app_commercial_dashboard' %} {% else %} {% set dashboardRoute = 'app_client_espace' %} {% endif %} Tableau de bord
{# --- SECTION 2 : ADMINISTRATION (Admin uniquement) --- #} {% if is_granted('ROLE_SUPERVISEUR') %}
Parc Immobilier
  • Programmes
  • Inventaire des Lots
{% endif %} {% if is_granted('ROLE_COMPTABLE') %}
Gestion & Finance
    {% if is_granted('ROLE_SUPERVISEUR') %}
  • Affectations de dossiers clients
  • {% endif %} {% if is_granted('ROLE_SUPERVISEUR') %}
  • Approbations de dossiers clients
  • {% endif %} {# 1. Pour les espèces (Flux Physique) {% if 'ROLE_COMPTABLE' in app.user.roles %} {#
  • Bon de demande de paiement
  • Paiement à valider
  • {% endif %} #}
  • Journal des paiements
  • Dossiers Clients
{% endif %} {% if 'ROLE_TECHNICIEN' in app.user.roles %}
Espace Technique
  • Avancement chantiers
{% endif %} {# --- SECTION 3 : ESPACE COMMERCIAL --- #} {% if 'ROLE_COMMERCIAL' in app.user.roles %}
Espace Commercial
  • Portefeuille Clients
{% endif %} {# --- SECTION 4 : ESPACE ACQUÉREUR --- #} {% if is_granted('ROLE_CLIENT') and not is_granted('ROLE_STAFF') %}
Mon Espace Acquéreur
  • Mes Projets
  • Mes Documents
  • Finances & Reçus
  • Réclamations
{% endif %} {# --- SECTION 5 : PARAMÈTRES (Admin uniquement) --- #} {% if is_granted('ROLE_ADMIN') %}
Paramètres Système
  • Infos Société
  • Type de biens
  • Gestion des Postes
  • Gestion du Personnel
Configuration Site Web
    {# 1. ACCUEIL #}
  • Accueil
  • {# 2. ABOUT #}
  • About
  • {# 3. PROGRAMME #}
  • Programme
  • {# 4. CONSTRUCTION_VENTE #}
  • Construction & Vente
  • {# 5. GALERIE #}
  • Galerie
  • {# 6. ACTUALITE (La page statique) #}
  • Page Actualité
  • {# 7. CONTACTS #}
  • Contacts

  • {# LIEN VERS LE BLOG (Gestion des articles) #}
  • Gérer les Actualités

  • Projets
  • Staff
{% endif %}
{# Footer déconnexion #}
Déconnexion