header('Location: /lacalderadeldiablo/vistas/'); } else { require '../includes/funcionesHTML.php'; $serviciosHTML = new ServiciosHTML(); $resMenu = $serviciosHTML->menu($_SESSION['usua_se'], 'Dashboard', $_SESSION['rol_se']); require '../includes/funcionesProductos.php'; require '../includes/funcionesClientes.php'; require '../includes/funcionesTurnos.php'; require '../includes/funcionesFiestas.php'; require '../includes/funcionesVentas.php'; $serviciosProductos = new ServiciosProductos(); $serviciosClientes = new ServiciosClientes(); $serviciosTurnos = new ServiciosTurnos(); $serviciosVentas = new ServiciosVentas(); $serviciosFiestas = new ServiciosFiestas(); $resProductos = $serviciosProductos->traerProductosLimite(5); $resProveedores = $serviciosProductos->traerProveedores(); $resTipoProducto = $serviciosProductos->traerTipoProducto(); $resClientes = $serviciosClientes->traerClientes(); $cantClientes = mysql_num_rows($resClientes); $fecha = date('Y-m-d'); $resTurnos = $serviciosTurnos->traerTurnosPorDia($fecha); $cantTurnos = mysql_num_rows($resTurnos); $resPrimerUltimoTurno = $serviciosTurnos->traerPrimerUltimoTurno(date('Y-m-d')); $resTurnosAgrup = $serviciosTurnos->traerTurnosPorDiaAgrupado($fecha); $cantFiestas = mysql_num_rows($serviciosFiestas->traerFiestasPost($fecha)); $resFiestas = $serviciosFiestas->traerFiestasPost($fecha); $resVentas = $serviciosVentas->traerVentasPorDiaEntero(); $cantVentas = mysql_num_rows($serviciosVentas->traerVentasPorDiaEntero()); $stockminimo = $serviciosProductos->traerProductosStockMin(); ?>