envio de correos por timbres cliente
This commit is contained in:
@@ -85,8 +85,11 @@ Timbres disponibles Comercio Digital: {{saldo.saldo}}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<button class="btn btn-outline-info" id ="id_b_{{obj.RFC}}" onclick="aclick(event, '{{obj.RFC}}','{{obj.conteo_mes}}')">Excel</button>
|
||||
<button class="btn btn-outline-info" id ="id_b_{{obj.RFC}}" onclick="aclick(event, '{{obj.RFC}}','{{obj.conteo_mes}}')">Excel</button>
|
||||
<a style="display: none;" id="id_a_{{obj.RFC}}" target="_blank" rel="noopener noreferrer" href="{% url 'export_Excel' %}?RFC={{obj.RFC}}&mes={{mes}}">Excel</a>
|
||||
|
||||
<a href="{% url 'send_timbres_Email' %}?RFC={{obj.RFC}}&mes={{mes}}" >Email Timbres</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
@@ -127,7 +130,7 @@ Timbres disponibles Comercio Digital: {{saldo.saldo}}
|
||||
})
|
||||
|
||||
document.getElementById('table_select').addEventListener('change',(event)=>{
|
||||
spinner_id.setAttribute('style','display:block;')
|
||||
spinner_id.setAttribute('style','display:inline;')
|
||||
let anc = document.getElementById('home_id')
|
||||
anc.href=''
|
||||
let url = `?mes=${event.target.value}${filters}`
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<h1>Timbres <strong>{{RFC}}</strong> </h1>
|
||||
<h2>Timbres totales: <strong></strong>{{conteo}}</strong></h2>
|
||||
<span class="navbar-text mr-2">
|
||||
{% if filters.datepicker%}
|
||||
{% if filters.datepicker%}
|
||||
De fecha: <strong>"{{filters.datepicker}}"</strong>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user