-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
79 lines (75 loc) · 3.33 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<style>
body {
background-color: #ffffff;
font-size: 1rem;
}
.btn {
padding: 8px;
background-color: #b81c1c;
border: 1px solid #a31616;
border-radius: 7px;
color: white;
margin: 2px;
cursor: pointer;
transition-duration: 0.5s;
text-decoration: none;
white-space: nowrap;
}
.btn:hover {
background-color: #e61616;
border: #ca1b1b;
color: white;
padding: 20px;
box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.158);
}
.btn-secondary {
background-color: #454545;
border-color: #303030;
}
hr {
border: none;
border-top: 1px dashed gray;
}
</style>
</head>
<body style="padding: 8px">
<div style="padding: 10px; text-align: center; width: 400px;">
<webview src="http://demo.unolet.com/" width="128" height="128"></webview>
<!--
<a href="https://blog.unolet.com" target="_blank">
<img src="http://demo.unolet.com/static/img/ad/ad-1.gif" alt="Promo" style="width: 100%; height: auto">
</a>
-->
<h3>Imprima las facturas de sicflex</h3>
<p style="text-align: left;">
<details style="background-color: #ececda; padding: 5px">
<summary><u>Algunas intrucciones de uso:</u> </summary>
<ol style="text-align: left;">
<li>Asegúrese de encontrarse en el módulo de <b>"Facturación a Clientes o Manejo de Devoluciones"</b>.</li>
<li>Es necesario que tenga abierta la factura o devolución que desea imprimir en esta misma pestaña.</li>
<li>La función de reimpresión solo está disponible para facturas/devoluciones previamente impresas en la impresora fiscal.</li>
<li>Tenga en cuenta que la impresión a través de esta herramienta no altera los datos originales de la factura o devolución.</li>
<li>Para asegurar un funcionamiento adecuado, asegúrese de que la configuración regional de Sicflex esté ajustada al formato de <b>punto</b> para la división decimal. Si no es así, será necesario cambiar la configuración a <b>República Dominicana</b>. Puede hacer esto haciendo clic en la bandera dominicana ubicada en la parte superior.</li>
</ol>
Si presenta algún problema escríbenos a <a href="mailto:support@unolet.com?subject=Extención Chrome para impresión en Sicflex"><b>info@wilmermartinez.com</b></a>
</details>
</p>
</div>
<img src="/images/print48.png" alt="" style="width: 32px; position: fixed; z-index: 9999; top: 10px; left: 10px;">
<div style="text-align: center">
<a style="margin-right: 16px; font-weight: bold" href="https://blog.unolet.com/p/herramientas.html" target="_blank">Más herramientas</a>
<a href="https://wilmermartinez.dev/apoyo-y-contribuciones/" target="_blank">❤ Contribuir y apoyar</a>
</div>
<!-- <a class="btn btn-secondary" href=""><img src="/images/gift-box24.png" alt=""></a> -->
<br>
<hr>
<footer>
Versión: 3.6
</footer>
<script src="popup.js"></script>
</body>
</html>