Librería ASU

Avda. Ejemplo 123 - Asunción
RUC: 80000000-1
Tel: (021) 123-4567


Factura N.º: {{ venta['id'] }}

Fecha: {{ venta['fecha'] }}

Vendedor: {{ usuario['nombre'] }}


{% for item in detalles %} {% endfor %}
Código Producto Precio Unitario Cantidad Subtotal
{% if item.codigo %} {{ item.codigo }} {% else %} - {% endif %} {{ item.nombre_producto }} Gs. {{ "{:,.0f}".format(item.precio_unitario) }} {{ item.cantidad }} Gs. {{ "{:,.0f}".format(item.precio_unitario * item.cantidad) }}
Total: {{ venta['total']|moneda }}
🔄 Nueva venta