Número de factura | #}
{# {{ seller.number_invoice }} | #}
{#
---|---|
Número de pedido | #}
{# {{ seller.order_id }} | #}
{#
Fecha |
{{ startDate ~ ' a ' ~ endDate }} |
Importe | #}
{# -{{ seller.amount }}€ | #}
{#
Fecha |
CLiente |
# Orden |
# Factura |
Valor |
{{ item.date }} |
{{ item.name }} |
{{ item.order_id }} |
{{ item.invoice_number }} |
{{ item.total }}€ |
Subtotal | #}
{# {{ subtotal }} | #}
{#
---|---|
Iva | #}
{# {{ total_tax }}€ | #}
{#
Envío | #}
{# {{ seller.ref_shipping + seller.ref_shipping_tax }}€ | #}
{#
Total |
{{ total }}€ |