diff --git a/prototipo/Prototipo-Etapa0.html b/prototipo/Prototipo-Etapa0.html index 43f91bb..af93ecd 100644 --- a/prototipo/Prototipo-Etapa0.html +++ b/prototipo/Prototipo-Etapa0.html @@ -861,7 +861,52 @@ VISTA 3 · EMISIÓN ASISTIDA (WIZARD 5 PASOS) ============================================================ -->
-
+ + +
+

Por aprobar y emitir

+

Tickets con cotización BIND ya vinculada, listos para iniciar el wizard de preparación, aprobación y emisión de CFDI.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TicketClienteProyecto / resumenMonedaMonto est.Cotización BIND
FAC-0876CEMEXCélula datos · Ing. Mariana Gutiérrez — julioMXN$68,440COT-2026-0455 ✓
FAC-0875DiloCierre vacante Gerente TI — 50% restante (Luis Cantú)MXN$95,700COT-2026-0461 ✓
FAC-0870ACUNTIAConsultoría infraestructura · bolsa 40 hMXN$34,800COT-2026-0449 ✓
+
+

Bandeja de ejemplo — en este prototipo solo FAC-0876 tiene el wizard completo construido; los otros dos ilustran cómo se vería la cola real con varios tickets esperando en paralelo.

+
+ +
- +
@@ -1617,6 +1662,11 @@ function show(view){ document.getElementById('sol-lista').style.display = 'block'; document.getElementById('sol-detalle').style.display = 'none'; } + if(view === 'emision'){ + document.getElementById('emi-lista').style.display = 'block'; + document.getElementById('wiz-main').style.display = 'none'; + document.getElementById('wiz-exito').style.display = 'none'; + } window.scrollTo({top:0, behavior:'instant'}); } @@ -1644,8 +1694,9 @@ function wiz(n){ } function startWizard(){ - resetWizard(); show('emision'); + document.getElementById('emi-lista').style.display = 'none'; + resetWizard(); } function resetWizard(){ diff --git a/prototipo/capturas/01-dashboard.png b/prototipo/capturas/01-dashboard.png index 8bed29b..16df87a 100644 Binary files a/prototipo/capturas/01-dashboard.png and b/prototipo/capturas/01-dashboard.png differ diff --git a/prototipo/capturas/02-solicitudes.png b/prototipo/capturas/02-solicitudes.png index 87741a9..cddeaa1 100644 Binary files a/prototipo/capturas/02-solicitudes.png and b/prototipo/capturas/02-solicitudes.png differ diff --git a/prototipo/capturas/03-solicitud-detalle.png b/prototipo/capturas/03-solicitud-detalle.png index e8262b8..4efe4ad 100644 Binary files a/prototipo/capturas/03-solicitud-detalle.png and b/prototipo/capturas/03-solicitud-detalle.png differ diff --git a/prototipo/capturas/04-emision.png b/prototipo/capturas/04-emision.png index f480949..6d82247 100644 Binary files a/prototipo/capturas/04-emision.png and b/prototipo/capturas/04-emision.png differ diff --git a/prototipo/capturas/05-envio.png b/prototipo/capturas/05-envio.png index 46cf8d6..6e274b8 100644 Binary files a/prototipo/capturas/05-envio.png and b/prototipo/capturas/05-envio.png differ diff --git a/prototipo/capturas/06-cobranza.png b/prototipo/capturas/06-cobranza.png index 644d51c..3d08f6f 100644 Binary files a/prototipo/capturas/06-cobranza.png and b/prototipo/capturas/06-cobranza.png differ diff --git a/prototipo/capturas/07-pagos.png b/prototipo/capturas/07-pagos.png index d711ada..6cc4293 100644 Binary files a/prototipo/capturas/07-pagos.png and b/prototipo/capturas/07-pagos.png differ diff --git a/prototipo/capturas/08-bitacora.png b/prototipo/capturas/08-bitacora.png index ada7dcb..52bcf2e 100644 Binary files a/prototipo/capturas/08-bitacora.png and b/prototipo/capturas/08-bitacora.png differ