diff --git a/call_center_pro.php b/call_center_pro.php index c634a609..a545018b 100644 --- a/call_center_pro.php +++ b/call_center_pro.php @@ -1084,6 +1084,10 @@ $callCenterBaseParams = [ if ($kpiPeriodCustomDateInput !== '') { $callCenterBaseParams['kpi_date'] = $kpiPeriodCustomDateInput; } +$callCenterDatabaseParams = $callCenterBaseParams; +if ($isAdmin) { + $callCenterDatabaseParams['view'] = 'todos'; +} $callCenterParams = $callCenterBaseParams; if ($selectedAssessorFilter !== '') { $callCenterParams['assessor'] = $selectedAssessorFilter; @@ -1132,6 +1136,11 @@ require_once 'layout_header.php'; line-height: 1.15; } +.cc-callcenter-row-timer { + font-size: .78rem; + line-height: 1; +} + .cc-callcenter-table { min-width: 1600px; } @@ -1298,6 +1307,21 @@ require_once 'layout_header.php'; font-size: .78rem; white-space: nowrap; } + +.cc-callcenter-modal-timer { + min-width: 6.5rem; + white-space: nowrap; + font-variant-numeric: tabular-nums; + letter-spacing: .02em; + justify-content: center; +} + +.cc-callcenter-modal-timer.is-running { + background: rgba(var(--bs-primary-rgb), 0.10) !important; + border-color: rgba(var(--bs-primary-rgb), 0.22) !important; + color: var(--bs-primary-text-emphasis) !important; +} +
@@ -1307,7 +1331,7 @@ require_once 'layout_header.php';

- Base de Datos Pedidos + Base de Datos Pedidos
@@ -1575,6 +1599,9 @@ require_once 'layout_header.php';
+
+ 00:00 +
DÍA @@ -1743,7 +1770,7 @@ require_once 'layout_header.php'; -