{{ 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 %} {# BY DAY #} {% for day in days %} {% if day.datestamp|date('D') == 'Sun' %} {% else %} {% endif %} {% if day.growth == "infin" %} {% elseif day.growth == "undef" %} {% else %} {% endif %} {% endfor %}
Day Date Activations Registered Users Costs USD Revenue MXN Growth
{{ day.datestamp|date('D') }} {{ day.datestamp|date('Y-m-d') }} {{ day.conv|number_format }} {{ day.registered|number_format }} ${{ day.costs|number_format(2, '.', ',') }} ${{ day.cumCosts|number_format(2, '.', ',') }} ${{ day.revenue|number_format(2, '.', ',') }} ${{ day.cumRevenue|number_format(2, '.', ',') }}Undef.{{ day.growth|number_format(2, '.', ',') }}%

Export to a spreadsheet

{% endif %}

About the report

Registered users: Indicates the registered user base in the system, that is, the sum of both active and suspended clients.

Costs & Revenue: The column in the left indicates the cost or revenue for that day, while the column in the right is the cumulative sum since the first day of the month.

Growth: Calculates the percentage of growth in revenue between the day and the same day of last week.

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