{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% if errorMessage %}

{{ errorMessage }}

{% else %} {% for date, arr in dates %} {% endfor %} {% for id, row in matrix %} {% for date, logs in row['dates'] %} {% endfor %} {% endfor %}
Client{{ date }}
+{{ row['client']['country'] }} {{ row['client']['phone'] }} {% for log in logs %} {% if log['action'] == 'SUBS' %}{{ (log['fee']/100.0)|number_format(2) }}{% endif %} {% if log['action'] == 'CANC' %}{% endif %} {% if log['action'] == 'RENEW' %}{{ (log['fee']/100.0)|number_format(2) }}{% endif %} {% if log['action'] == 'RFAIL' %}{% endif %} {% endfor %}

Export to a spreadsheet

{% endif %}

About the report

This report analyzes the Sync Logs that were received during the specified dates

All dates are in UTC

{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}