{% extends "macros/base.html" %} {% from 'macros/modals.html' import confirm_modal, scanner_modal, render_receipt %} {% block title %}Ventas{% endblock %} {% block head %} {% endblock %} {% block content %} {{ render_receipt() }}
Hoy

Esta Semana

Este Mes

Historial

{% if selected_date or selected_payment %} {% endif %}
{% if selected_date or selected_payment or selected_ticket %}
Total Filtrado
{{ filtered_stats.count }} ventas encontradas

{% endif %}
{% for s in sales %} {% endfor %}
Nº Ticket Fecha y Hora Método Total Acciones
#{{ s[0] }} {{ s[1] }} {{ s[3] }}
{% if total_pages > 1 %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}