{% extends "@Admin/Layout/adminlayout.html.twig" %} {% block title %}Nutrezee : Monthly coupon Usage{% endblock %} {% block content %}

Monthly Coupon Usage

{% for flashMessage in app.session.flashbag.get('success_msg') %}

Alert!

{{ flashMessage }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('error_msg') %}

Alert!

{{ flashMessage }}
{% endfor %}
{#
#} {% if selected_filter_date_obj is defined and selected_filter_date_obj is not empty %}
{% if selected_filter_date_obj.on_same_day %}

{{ selected_filter_date | date('d-m-Y') }}

Total Usage : {{ selected_filter_date_obj.on_same_day.total_orders }}

{#

Total Amount : {{ selected_filter_date_obj.on_same_day.total_value | number_format(2) }}

#}

{{ selected_filter_date_obj.of_that_month.first_date_of_month | date('d-m-Y') }}  To  {{ selected_filter_date | date('d-m-Y') }}

Total Usage : {{ selected_filter_date_obj.of_that_month.total_orders }}

{#

Total Amount : {{ selected_filter_date_obj.of_that_month.total_value | number_format(2) }}

#}
{% endif %}
{% endif %}
{##} {##} {%if month_array is defined and month_array is not empty %} {%for month_array in month_array %} {##} {##} {%endfor%} {%else%} {%endif%} {##} {# #}
No Month , {{selected_filter_year}} Total UsageTotal Purchase ValueTotal Sales CostView
{{loop.index}} {{month_array.month}} , {{selected_filter_year}} {{month_array.total_orders}}{{month_array.sales_value}} Report
No Records Found
No Month Total UsageTotal Purchase ValueTotal Sales CostView
{% endblock %} {% block js %} {% endblock %}