Back to Invoiceninja

{{ t('client_balance_report') }}

resources/views/templates/reports/client_balance_report.html

5.13.21701 B
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 %}

{{ t('client_name') }}{{ t('client_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] }}{{ client[1] }}{{ client[2] }}{{ client[3] }}{{ client[4] }}{{ client[5] }}
{% endfor %} {% endif %}