{# DEPRECATED. See dailyStats.html.twig instead #} Daily Club Report

Hi there, here's your daily club report! ({{ today|date('l j M Y') }})

Global Report

{% if total.sumRevenue is null %}

Woah! For some unknown reason the report couldn't be computed.

{% else %}

Today there were {{ total.sumNewUsers|number_format }} new activations, with a net change of {{ total.sumNetUsers|number_format }} users. ({{ total.sumNewUsers|number_format }} new + {{ total.sumResurrectedUsers|number_format }} resurrections - {{ total.sumSuspendedUsers|number_format }} suspensions - {{ total.sumCancelledUsers|number_format }} cancellations)

The system was able to charge {{ total.sumCharged|number_format }} clients of the registered client base to generate a revenue of ${{ total.sumRevenue|number_format(2, '.', ',') }} {{ currency }}. {#with costs of ${{ total.sumCosts|number_format(2, '.', ',') }} USD.

#} {% endif %}
{% for log in logs %}

{{ log.getClubId().getClubName() }}

{{ log.newUsers|number_format }} new, {{ log.resurrectedUsers|number_format }} resurrected, {{ log.suspendedUsers|number_format }} suspended, {{ log.cancelledUsers|number_format }} cancelled. Net change: {{ log.getNetUsers()|number_format }} Total registered users: {{ log.activeUsers|number_format }}. Clients charged: {{ log.chargedUsers|number_format }}. Revenue: ${{ log.revenue|number_format(2, '.', ',') }} {{ currency }}. {# Costs: ${{ log.costs|number_format(2, '.', ',') }} USD.

#} {% endfor %}

This Month

Overall, this month has generated a revenue of ${{ month.revenue|number_format(2, '.', ',') }} {{ currency }} ( {% for club in month.clubs %} {{ club.name }}: ${{ club.revenue|number_format(2, '.', ',') }} {{ currency }}. {% endfor %} ). {# with total costs of ${{ month.costs|number_format(2, '.', ',') }} USD.

#}

Forecast

Based on the current average per day, the revenue forecast for the month is ${{ (month.revenue * multiplier)|number_format(2, '.', ',') }} {{ currency }} ( {% for club in month.clubs %} {{ club.name }}: ${{ (club.revenue * multiplier)|number_format(2, '.', ',') }} {{ currency }}. {% endfor %} )

 

{#

If you need more detailed information, click here to view the full report on Lambo.

#} {#

View the full report on Lambo

#}

Have a nice day

{# #}