Back to Invoiceninja

{{ t('aged_receivable_summary_report') }}

resources/views/templates/reports/ar_summary_report.html

5.13.21797 B
Original Source

{{ t('aged_receivable_summary_report') }}

Created On: {{ created_on }}

Created By: {{ created_by }}

{% if company_logo is not empty %} {{ img(company_logo) }} {% endif %}

{{ 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') }}
{% 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] }}{{ client[6] }}{{ client[7] }}{{ client[8] }}
{% endfor %} {% endif %}