Thursday, August 08, 2024

Sunat 2024

 

Resources:

[1] https://cpe.sunat.gob.pe/noticias/servicio-beta-para-realizar-pruebas-ubl-21

[2] Manual https://cpe.sunat.gob.pe/sites/default/files/inline-files/manual_programador.pdf

[3] Servicios https://cpe.sunat.gob.pe/sites/default/files/inline-files/servicios%20web%20disponibles.pdf

 

References:

[1] https://cpe.sunat.gob.pe/sites/default/files/inline-files/Manual-de-Consulta-Integrada-de-Comprobante-de-Pago-por-ServicioWEB_v2.pdf

 [2] Facturador SUNAT https://cpe.sunat.gob.pe/sistema_emision/facturador_sunat

 

 

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...