Back to Invoiceninja

{{ t('client_balance_report') }}

resources/views/templates/reports/client_balance_report.html

5.13.231.3 KB
Original Source

{{ t('client_balance_report') }}

Created On: {{ created_on }}

Created By: {{ created_by }}

{% if company_logo is not empty %} {{ img(company_logo, 'max-height: 80px; width: auto; object-fit: contain;') }} {% endif %}

{% if client_groups is defined and client_groups is not empty %} {% for group in client_groups %} {% if client_groups|length > 1 %}

{{ t('currency') }}: {{ group.currency }}

{% endif %}

{{ t('name') }}{{ t('number') }}{{ t('id_number') }}{{ t('invoices') }}{{ t('invoice_balance') }}{{ t('credit_balance') }}{{ t('payment_balance') }}
{% for client in group.clients %}{{ client[0]slice(0,25) }}{{ client[1] }}{{ client[2]slice(0, 14) }}{{ client[3] }}
{% endfor %}

{% endfor %} {% else %}

{{ t('name') }}{{ t('number') }}{{ t('id_number') }}{{ t('invoices') }}{{ t('invoice_balance') }}{{ t('credit_balance') }}{{ t('payment_balance') }}
{% if clients is defined and clients is not empty %} {% for client in clients %}{{ client[0]slice(0,25) }}{{ client[1] }}{{ client[2]slice(0, 14) }}{{ client[3] }}
{% endfor %} {% endif %}

{% endif %}