GNB Moto Parts de BEATINI GONZALO NICOLAS
====================================
C.U.I.T.: 20-37299599-9
{% for cuenta in cuentas %} {% set hasCreditos = false %} {% for credito in cuenta.creditosAPagar(false) %} {% if credito %} {% set hasCreditos = true %} {% endif %} {% endfor %} {% if hasCreditos %} {% set total = 0 %} {% for credito in cuenta.creditosAPagar(false) %} {% set total = total + credito.montoRemanente %} {% if credito.factura.borrado == 0 %} {% else %} {% endif %} {% if credito.factura.f == 1 %} {% else %} {% endif %} {% endfor %} {% endif %} {% endfor %}
COBRANZA CUENTA CORRIENTE (CREDITOS POR COBRAR)

Fecha: {{ 'now' | date('d-m-Y') }}

{{ cuenta.cliente ? cuenta.cliente.apenom : '' }}

{{ cuenta.cliente and cuenta.cliente.telefonoParticular ? [ 'TLF: ', cuenta.cliente.telefonoParticular ] | join : '' }}

{{ cuenta.cliente and cuenta.cliente.email ? [ 'EMAIL: ', cuenta.cliente.email ] | join : '' }}

FECHA VENCIMIENTO FACTURA MONTO F MONTO NO F ACUMULADO ESTADO
{{ credito.factura.fechaOperacion | date('d-m-Y') }} {{ credito.vencimiento | date('d-m-Y') }}FACTURA - {{ credito.factura.codfactura }}NOTA DE CREDITO - {{ credito.factura.codfactura }}$ {{ credito.montoRemanente | number_format(2) }} $ {{ credito.montoRemanente | number_format(2) }}$ {{ total | number_format(2) }} {% if date(credito.vencimiento) < date() %} Vencida {% elseif date(credito.vencimiento) %} Por vencer {% endif %}