solving telegram bot issues
Browse files
app/templates/guia_gestion.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
<div class="glass" style="padding: 2rem; border-radius: 1rem; max-width: 800px; margin: 0 auto;">
|
| 10 |
<div style="margin-bottom: 2rem;">
|
| 11 |
<h2>1. Recepción de Solicitudes</h2>
|
| 12 |
-
<p>Las solicitudes
|
| 13 |
<ul style="margin-left: 1.5rem; margin-top: 1rem; color: var(--text-dim);">
|
| 14 |
<li><strong>Telegram:</strong> Recibirás un mensaje con los detalles y botones para Aceptar/Rechazar.</li>
|
| 15 |
<li><strong>Panel Web:</strong> En la sección de Préstamos verás la lista de solicitudes pendientes.</li>
|
|
@@ -20,8 +20,8 @@
|
|
| 20 |
<h2>2. Proceso de Aprobación</h2>
|
| 21 |
<ol style="margin-left: 1.5rem; margin-top: 1rem; color: var(--text-dim);">
|
| 22 |
<li>Revisa la disponibilidad del material solicitado.</li>
|
| 23 |
-
<li>Si todo está correcto, pulsa <strong>Aceptar</strong>. El
|
| 24 |
-
<li>Cuando el
|
| 25 |
</ol>
|
| 26 |
</div>
|
| 27 |
|
|
|
|
| 9 |
<div class="glass" style="padding: 2rem; border-radius: 1rem; max-width: 800px; margin: 0 auto;">
|
| 10 |
<div style="margin-bottom: 2rem;">
|
| 11 |
<h2>1. Recepción de Solicitudes</h2>
|
| 12 |
+
<p>Las solicitudes llegan por dos vías:</p>
|
| 13 |
<ul style="margin-left: 1.5rem; margin-top: 1rem; color: var(--text-dim);">
|
| 14 |
<li><strong>Telegram:</strong> Recibirás un mensaje con los detalles y botones para Aceptar/Rechazar.</li>
|
| 15 |
<li><strong>Panel Web:</strong> En la sección de Préstamos verás la lista de solicitudes pendientes.</li>
|
|
|
|
| 20 |
<h2>2. Proceso de Aprobación</h2>
|
| 21 |
<ol style="margin-left: 1.5rem; margin-top: 1rem; color: var(--text-dim);">
|
| 22 |
<li>Revisa la disponibilidad del material solicitado.</li>
|
| 23 |
+
<li>Si todo está correcto, pulsa <strong>Aceptar</strong>. El usuario será notificado.</li>
|
| 24 |
+
<li>Cuando el usuario devuelva el material, marca la solicitud como <strong>ENTREGADO</strong>.</li>
|
| 25 |
</ol>
|
| 26 |
</div>
|
| 27 |
|