{{ 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 %} {# TOTAL ROW #} {# BY DAY #} {% for result in results %} {% endfor %}
Date Total Activations Percent Active Still Active Avg. Cancellation Percent Charged Total Charged Percent Converted Total Converted Avg. Charged (MXN) Avg. Revenue (MXN)
Total {{ total.active|number_format }} {{ total.pStillActive|number_format(2, '.', ',') }}% {{ total.stillActive|number_format }} -- {{ total.pCharged|number_format(2, '.', ',') }}% {{ total.charged|number_format }} {{ total.pConverted|number_format(2, '.', ',') }}% {{ total.converted|number_format }} ${{ total.avgCharged|number_format(2) }} ${{ total.avgRevenue|number_format(2) }}
{{ result.datestamp }} {{ result.datestamp|date('D') }} {{ result.active|number_format }} {{ result.pStillActive|number_format(2, '.', ',') }}% {{ result.stillActive|number_format }} {{ (result.avgCancellation/(60*60*24))|number_format(2, '.', ',') }} d {{ result.pCharged|number_format(2, '.', ',') }}% {{ result.charged|number_format }} {{ result.pConverted|number_format(2, '.', ',') }}% {{ result.converted|number_format }} ${{ result.avgCharged|number_format(2) }} ${{ result.avgRevenue|number_format(2) }}

Export to a spreadsheet

{% endif %}

About the report

While this report is static in time, it loads data dynamically. In other words, it queries and calculates the moment it's run, which means that the numbers shown today might change if the same report is run at a later time because the system is constantly charging clients and verifying their conversion status.

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