diff --git a/modules/turnero/module.php b/modules/turnero/module.php index 4f0f607..a2ea276 100644 --- a/modules/turnero/module.php +++ b/modules/turnero/module.php @@ -30,7 +30,7 @@ $_trLinks = []; // ── Recepcionista: solo sus escritorios + pantalla TV ───────── if ($_trIsRecep) { $_trLinks[] = ['name' => 'Chat Turnero', 'icon' => 'fab fa-whatsapp', 'route' => '/erp.php?m=turnero&v=chat']; - $_trLinks[] = ['name' => 'Verificar Paciente', 'icon' => 'fas fa-id-card', 'route' => '/verificar.php', 'target' => '_blank']; + $_trLinks[] = ['name' => 'Verificar Paciente', 'icon' => 'fas fa-id-card', 'route' => '/erp.php?m=turnero&v=verificar_paciente']; $_trLinks[] = ['name' => 'Pantalla TV', 'icon' => 'fas fa-tv', 'route' => '/erp.php?m=turnero&v=display_global']; if (!empty($_trDesks)) { foreach ($_trDesks as $_d) { diff --git a/modules/turnero/views/verificar_paciente.php b/modules/turnero/views/verificar_paciente.php new file mode 100644 index 0000000..48be4d4 --- /dev/null +++ b/modules/turnero/views/verificar_paciente.php @@ -0,0 +1,289 @@ + + + +
+
+
+

Verificar Paciente

+

Confirmación de identidad por código SMS

+
+
+ +
+
+
+
+
+
+
+ +
+ + +
+
+
Número de documento
+
Ingresa el documento del paciente para enviarle un código de verificación.
+
+ + +
+ +
+ + +
+
+
Código de verificación
+
+ Ingresa el código de 6 dígitos enviado al número del paciente. +
+
+ + + + + + +
+ +
Código válido por 5:00
+ +
+ + +
+
+
¡Verificación exitosa!
+
+ Hola, . Identidad verificada correctamente. +
+ +
+ +
+
+
+ + + +