NUEVA BUSQUEDA DE DATOS SRI
This commit is contained in:
BIN
src/public/img/icon_notfcionMail/icons8-email-16.png
Normal file
BIN
src/public/img/icon_notfcionMail/icons8-email-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 425 B |
BIN
src/public/img/icon_notfcionMail/icons8-telefono-16.png
Normal file
BIN
src/public/img/icon_notfcionMail/icons8-telefono-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 270 B |
BIN
src/public/img/icon_notfcionMail/icons8-teléfono-16.png
Normal file
BIN
src/public/img/icon_notfcionMail/icons8-teléfono-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 288 B |
BIN
src/public/img/icon_notfcionMail/icons8-whatsapp-16.png
Normal file
BIN
src/public/img/icon_notfcionMail/icons8-whatsapp-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 780 B |
@@ -107,16 +107,30 @@ function add_toping(cod){
|
||||
<br><br>
|
||||
<div class="select_topping">
|
||||
<select>
|
||||
<option>Termino Crudo</option>
|
||||
<option>Termino Medio</option>
|
||||
<option>Termino Casi Cocido</option>
|
||||
<option value="1">Termino Crudo</option>
|
||||
<option value="2">Termino Medio</option>
|
||||
<option value="3">Termino Casi Cocido</option>
|
||||
</select>
|
||||
</div><br><br>
|
||||
<div class="bt_group">
|
||||
<button class="btn" onClick="">Aceptar</button>
|
||||
<button class="btn" onClick="add_topingLista('${cod}')">Aceptar</button>
|
||||
<button class="btn" onclick="window.dialog.close();">Cancelar</button>
|
||||
</div>`;
|
||||
var mesg = document.getElementById("dialog");
|
||||
mesg.innerHTML = contHtml;
|
||||
window.dialog.showModal();
|
||||
}
|
||||
function add_topingLista(codItems){
|
||||
var sel = document.querySelector(".select_topping select");
|
||||
var pos;
|
||||
lista_items.forEach(element => {
|
||||
if (element.codigo === codItems) {
|
||||
pos = lista_items.indexOf(element);//posicion del vector
|
||||
element.toping = sel.value;
|
||||
console.log("Agregando Tp: " + sel.value);
|
||||
}
|
||||
});
|
||||
//lista_items.splice(pos, 1);
|
||||
render_tabla_items(lista_items);
|
||||
window.dialog.close();
|
||||
}
|
||||
|
||||
94
src/public/plantilla_mail/comprobante.html
Normal file
94
src/public/plantilla_mail/comprobante.html
Normal file
@@ -0,0 +1,94 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
.border {
|
||||
border-radius: 10px;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
||||
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
|
||||
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container" style="font-family:Arial,sans-serif">
|
||||
<div class="header">
|
||||
<div class="title"
|
||||
style="background-color:#435161;color: azure; text-align: center;padding: 20px; height:50px;font-size: 25px; margin: top 10px;">
|
||||
PERÍODO MARZO 2023
|
||||
</div>
|
||||
<h2><strong>Estimado/a: </strong><span class="nombre">PABLO XAVIER FARIAS</span></h2>
|
||||
|
||||
</div>
|
||||
<div class="content" style="border-radius: 10px;background: #f3f3f3; padding: 10px">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Identificación:</strong></td>
|
||||
<td>1722237896001</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Documento:</strong></td>
|
||||
<td>FACTURA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Numero:</strong></td>
|
||||
<td>001-011-035177897</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>No. de autorización:</strong></td>
|
||||
<td>1503202301179128754100120010110351778972175345216</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Fecha de emisión:</strong></td>
|
||||
<td>15/03/2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Forma de pago: </strong></td>
|
||||
<td>EFECTIVO</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table><br><br>
|
||||
<div style="font-size: 32px;"><strong>TOTAL: $29.68</strong></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Gracias por utilizar nuestro servicio <br><br>
|
||||
Atentamente,<br>
|
||||
<span style="font-size:26px">Telcotronics</span><br><br>
|
||||
Adjunto encontrarás el <strong>XML</strong> y <strong>RIDE</strong> que te servirá para declaración
|
||||
tributaria
|
||||
</div>
|
||||
<div class="info" style="font-size: 12px; background-color: #435161; padding: 8px; color: white; display: flex;">
|
||||
<div> Documento generado por:
|
||||
<a href="https://sigmac.app" style="color:#f3f3f3; margin-top: 5px;">
|
||||
<strong>SIGMA-APP </strong>
|
||||
<img src="https://telcotronics.com/img/APP_SIGMA48.png" alt="logo" width="16px"
|
||||
style="vertical-align: bottom;">
|
||||
</a><br><br>
|
||||
<a href="tel:+593961002767" style="color: #f3f3f3; margin-top: 5px;">
|
||||
<img src="https://telcotronics.com/img/icon_appEMail/icons8-telefono-16.png" alt="" style="vertical-align: bottom;">
|
||||
Telef: +593 961002767
|
||||
</a><br>
|
||||
<a href="mailto:info@sigmac.app?subject=Informacion Sobre el SIGMA" style="color: #f3f3f3; margin-top: 5px;">
|
||||
<img src="https://telcotronics.com/img/icon_appEMail/icons8-email-16.png" alt="" style="vertical-align: bottom;">
|
||||
Email: info@sigmac.app
|
||||
</a><br>
|
||||
<a href="https://wa.me/?text=AYUDA" style="color: #fff; margin-top: 20px;">
|
||||
<img src="https://telcotronics.com/img/icon_appEMail/icons8-whatsapp-16.png" alt="" style="vertical-align: bottom;">
|
||||
WhatsApp 24h
|
||||
</a>
|
||||
</div>
|
||||
<div style="position: fixed; right: 10px;">
|
||||
<img src="https://telcotronics.com/img/item/mi_web.png" alt="" width="64">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
130
src/public/plantilla_mail/plntillaMail2.html
Normal file
130
src/public/plantilla_mail/plntillaMail2.html
Normal file
@@ -0,0 +1,130 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_esd-structure x_es-p5" bgcolor="#f67006" align="left" style="background-color:#f67006">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_esd-container-frame" width="590" valign="top" align="center">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_esd-block-text" align="center">
|
||||
<p style="color:#ffffff"><strong>PERÍODO MARZO 2023</strong></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="x_esd-structure x_es-p20t x_es-p20r x_es-p20l" bgcolor="#ffffff" align="left"
|
||||
style="background-color:#ffffff">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_esd-container-frame" width="560" valign="top" align="center">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_esd-block-text" align="center">
|
||||
<h2 style="text-align:center"><strong>PABLO XAVIER FARIAS</strong>
|
||||
</h2>
|
||||
<p><strong>Identificación: 1722237896001</strong><br
|
||||
aria-hidden="true"></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="x_esd-structure x_es-p15t x_es-p20l" bgcolor="#ffffff" align="left"
|
||||
style="background-color:#ffffff; border:1px solid #666; border-radius:5px; padding-top:5px; padding-bottom:5px; padding-left:1px; padding-right:1px">
|
||||
<table class="x_es-left" cellspacing="0" cellpadding="0" align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_es-m-p20b x_esd-container-frame" width="600" align="left">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_esd-block-text" align="left">
|
||||
<p style="line-height:1.4"><strong
|
||||
style="color:#f27b00">Documento:</strong>
|
||||
<strong>FACTURA</strong> <strong
|
||||
style="color:#f27b00">Nro.:</strong><strong>001-011-035177897</strong><br
|
||||
aria-hidden="true"><strong style="color:#f27b00">No. de
|
||||
autorización:</strong><br aria-hidden="true"><strong
|
||||
style="font-size:15px">1503202301179128754100120010110351778972175345216</strong><br
|
||||
aria-hidden="true"><strong style="color:#f27b00">Fecha de
|
||||
emisión:</strong> <strong>15/03/2023</strong><br
|
||||
aria-hidden="true"><strong style="color:#f27b00">Forma de
|
||||
pago: </strong><strong>EFECTIVO</strong> <strong
|
||||
style="color:#f27b00"><br aria-hidden="true">FECHA MÁXIMA DE
|
||||
PAGO:</strong> <strong>25/03/2023</strong><br
|
||||
aria-hidden="true"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="x_esd-block-text" align="left"><br aria-hidden="true">
|
||||
<p style="text-align:center"><strong
|
||||
style="font-size:25px; color:#f27b00">TOTAL:</strong>
|
||||
<strong
|
||||
style="text-align:center; font-size:34px">$29.68</strong> <br
|
||||
aria-hidden="true"></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="x_esd-structure x_es-p20t x_es-p20r x_es-p20l" bgcolor="#ffffff" align="left"
|
||||
style="background-color:#ffffff">
|
||||
<table class="x_es-left" cellspacing="0" cellpadding="0" align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="x_es-m-p20b x_esd-container-frame" width="300" align="left">
|
||||
<table width="100%" height="20px" cellspacing="0" cellpadding="0 ">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><br aria-hidden="true"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
34
src/public/plantilla_mail/tes.html
Normal file
34
src/public/plantilla_mail/tes.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
1 - RETENCIÓN IVA 30%
|
||||
10 - RETENCIÓN IVA 20%
|
||||
11 - RETENCIÓN IVA 50%
|
||||
2 - RETENCIÓN IVA 70%
|
||||
3 - RETENCIÓN IVA 100%
|
||||
9 - RETENCIÓN IVA 10%
|
||||
</head>
|
||||
|
||||
<body>
|
||||
303 - HONORARIOS PROFESIONALES Y DEMÁS PAGOS POR SERVICIOS RELACIONADOS CON EL TÍTULO PROFESIONAL
|
||||
304 - SERVICIOS PREDOMINA EL INTELECTO NO RELACIONADOS CON EL TÍTULO PROFESIONAL
|
||||
304A - COMISIONES Y DEMÁS PAGOS POR SERVICIOS PREDOMINA INTELECTO NO RELACIONADOS CON EL TÍTULO PROFESIONAL
|
||||
304B - PAGOS A NOTARIOS Y REGISTRADORES DE LA PROPIEDAD Y MERCANTIL POR SUS ACTIVIDADES EJERCIDAS COMO TALES
|
||||
307 - SERVICIOS PREDOMINA LA MANO DE OBRA
|
||||
309 - SERVICIOS PRESTADOS POR MEDIOS DE COMUNICACIÓN Y AGENCIAS DE PUBLICIDAD
|
||||
310 - SERVICIO DE TRANSPORTE PRIVADO DE PASAJEROS O TRANSPORTE PÚBLICO O PRIVADO DE CARGA
|
||||
311 - PAGOS A TRAVÉS DE LIQUIDACIÓN DE COMPRA (NIVEL CULTURAL O RUSTICIDAD)
|
||||
312 - TRANSFERENCIA DE BIENES MUEBLES DE NATURALEZA CORPORAL
|
||||
312A - COMPRA DE BIENES DE ORIGEN AGRÍCOLA, AVÍCOLA, PECUARIO, APÍCOLA, CUNÍCULA, BIOACUÁTICO, FORESTAL Y CARNES EN ESTADO NATURAL
|
||||
322 - SEGUROS Y REASEGUROS (PRIMAS Y CESIONES)
|
||||
332 - RENDIMIENTOS FINANCIEROS: DEPÓSITO A PLAZO FIJO EXENTOS
|
||||
343 - OTRAS RETENCIONES RÉGIMEN RIMPE
|
||||
343A - ENERGÍA ELÉCTRICA
|
||||
343B - ACTIVIDADES DE CONSTRUCCIÓN
|
||||
3440 - OTRAS RETENCIONES APLICABLES EL 2,75%
|
||||
351 - RETENCIONES MICROEMPRESAS
|
||||
501 - PAGO A NO RESIDENTES - BENEFICIOS/SERVICIOS EMPRESARIALES
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user