Introduction
The Gerencia (Management) module provides executives and managers with comprehensive analytics, reporting tools, and business intelligence dashboards to monitor project performance, sales velocity, and financial projections.Accessing the Management Dashboard
The management module requires manager-level authentication:Gerente (Manager)
Route: /gerencia/dashboard
Dashboard Architecture
The management dashboard uses theGerenciaEstadisticasService to aggregate data from across the platform:
Key Dashboard Components
Global Summary (Resumen Global)
High-level KPIs across all projects:Sales by Project (Ventas por Proyecto)
Breakdown of performance per project:Goals vs. Actual (Proyección vs Real)
Compares monthly sales targets (metas) against actual performance:Sales Velocity (Velocidad de Ventas)
Average days from project start to unit sale:Separation Effectiveness (Separaciones y Efectividad)
Tracks conversion rates for sales advisors:ejecutadas / total
Inventory by Project (Inventario por Proyecto)
Detailed property status across all projects:- By project
- By property state (Disponible, Vendido, Separado)
Sales by Advisor & Project (Ventas por Asesor y Proyecto)
Performance matrix:Additional Analytics
Inventory Status (Estado Inventario)
Doughnut charts showing property distribution:Advisor Ranking (Ranking Asesores)
Top performers by revenue:Monthly Absorption (Absorción Mensual)
Units sold per month by project (time series):Filter Controls
The dashboard supports dynamic filtering:Date Range Filter
Project Filter
Advisor Filter
Property State Filter
Chart Visualizations
The dashboard uses Chart.js with custom plugins:Custom Value Labels Plugin
Displays values directly on charts without hover:Sales Goals Management
Managers can define monthly sales targets. Route:/gerencia/metas
Viewing Analytics
Learn how to use analytics tools and export reports.
Payment Plan Consolidation
View consolidated down payment schedules across all sales. Route:/gerencia/dashboard (Plan Pagos CI section)
Displays horizontal timeline showing:
- Client and property
- Monthly installments
- Row per sale
- Column per month
- Totals row
/gerencia/plan-pagos-ci/export (Excel)
Login Activity Monitoring
Track user access: Route:/gerencia/login-logs
Displays:
- Employee name
- Login timestamp
- IP address
- User agent
Access Control
All management routes requireGerente role:
Dashboard Performance
Optimizations
The service uses efficient queries:Caching Strategy
For large datasets, consider implementing caching:Export Capabilities
Managers can export data to Excel:Next Steps
Viewing Analytics
Detailed guide on using analytics tools, interpreting reports, and exporting data.
Technical Reference
- Controllers:
app/Http/Controllers/Gerencia/GerenciaDashboardWebController.phpapp/Http/Controllers/Gerencia/MetasController.php
- Services:
app/Services/GerenciaEstadisticasService.php - Views:
resources/js/Pages/Gerencia/Dashboard/Index.vue - Routes:
routes/web.php:414-448 - Exports:
app/Exports/PlanPagosCIExport.php