Avda. Ejemplo 123 - Asunción
RUC: 80000000-1
Tel: (021) 123-4567
Factura N.º: {{ venta['id'] }}
Fecha: {{ venta['fecha'] }}
Vendedor: {{ usuario['nombre'] }}
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) }} |