Tickets con cotización BIND ya vinculada, listos para iniciar el wizard de preparación, aprobación y emisión de CFDI.
+
+
+
+
+
+
Ticket
Cliente
Proyecto / resumen
+
Moneda
Monto est.
Cotización BIND
+
+
+
+
+
FAC-0876
+
CEMEX
+
Célula datos · Ing. Mariana Gutiérrez — julio
+
MXN
$68,440
+
COT-2026-0455 ✓
+
+
+
+
FAC-0875
+
Dilo
+
Cierre vacante Gerente TI — 50% restante (Luis Cantú)
+
MXN
$95,700
+
COT-2026-0461 ✓
+
+
+
+
FAC-0870
+
ACUNTIA
+
Consultoría infraestructura · bolsa 40 h
+
MXN
$34,800
+
COT-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.
+
+
+
Preparación, aprobación y emisión de CFDI
Cotización BIND → prefactura → aprobación humana → CFDI. Aprobar no timbra.
@@ -916,7 +961,7 @@
-
+
@@ -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