Reports

Commission Reports List
{% if error %}

{{ error }}

{% endif %}
{% for error in form.startDate.errors %} {{ error }}
{% endfor %} {% for error in form.endDate.errors %} {{ error }}
{% endfor %} {% for error in form.merchantId.errors %} {{ error }}
{% endfor %}
{% if commissionsList %} {% for each_commission in commissionsList %} {% if each_commission.userId.fullName %} {% else %} {% endif %} {% if each_commission.slabId.slabName %} {% else %} {% endif %} {% if each_commission.transactionId %} {% else %} {% endif %} {% if each_commission.createdOn %} {% else %} {% endif %} {% if each_commission.transferType %} {% else %} {% endif %} {% if each_commission.comment %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Name Slab Name Trasaction ID Amount(₹) Parent Commission Amount(₹) Date CrDrType Comment View
{{snoCount + loop.index}}{{each_commission.userId.fullName}}-{{each_commission.slabId.slabName}}-{{each_commission.transactionId }}-{{each_commission.totalAmount}} {{each_commission.parrentCommissionAmount}}{{each_commission.createdOn}}-{{each_commission.transferType}}-{{each_commission.comment}}-
No Data Found