Back to Invoiceninja

{{ t('aged_receivable_summary_report') }}

resources/views/templates/reports/ar_summary_report.html

5.13.231.3 KB
Original Source

{{ t('aged_receivable_summary_report') }}

Created On: {{ created_on }}

Created By: {{ created_by }}

{% if company_logo is not empty %} {{ img(company_logo, 'max-width: 100%; height: 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('current') }}{{ t('age_group_0') }}{{ t('age_group_30') }}{{ t('age_group_60') }}{{ t('age_group_90') }}{{ t('age_group_120') }}{{ t('total') }}
{% for client in group.clients %}{{ client[0]slice(0,25) }}{{ client[1] }}{{ client[2]slice(0, 14) }}{{ client[3] }}{{ client[4] }}{{ client[5] }}{{ client[6] }}
{% endfor %}

{% endfor %} {% else %}

{{ t('client_name') }}{{ t('client_number') }}{{ t('id_number') }}{{ t('current') }}{{ t('age_group_0') }}{{ t('age_group_30') }}{{ t('age_group_60') }}{{ t('age_group_90') }}{{ t('age_group_120') }}{{ t('total') }}

{% endif %}