Reports

Utility Transaction 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.selectStatus.errors %} {{ error }}
{% endfor %}
{% for error in form.merchantId.errors %} {{ error }}
{% endfor %}
{% if utilityList %} {% for each_utility in utilityList %} {% if each_utility.userName %} {% else %} {% endif %} {% if each_utility.txnID %} {% else %} {% endif %} {% if each_utility.categoryName %} {% else %} {% endif %} {% if each_utility.serviceName %} {% else %} {% endif %} {% if each_utility.operatorName %} {% else %} {% endif %} {% if each_utility.number %} {% else %} {% endif %} {% if each_utility.amount %} {% else %} {% endif %} {% if each_utility.totalAmount %} {% else %} {% endif %} {% if each_utility.charge %} {% else %} {% endif %} {% if each_utility.margin %} {% else %} {% endif %} {% if each_utility.channel %} {% else %} {% endif %} {% if each_utility.paymentStatus == "Success" %} {% elif each_utility.paymentStatus == "Processing" %} {% elif each_utility.paymentStatus == "Failed" %} {% else %} {% endif %} {% if each_utility.bbpsPaymentStatus == "Success" %} {% elif each_utility.bbpsPaymentStatus == "Processing" %} {% elif each_utility.bbpsPaymentStatus == "Failed" %} {% else %} {% endif %} {% if each_utility.refundStatus == "Success" %} {% elif each_utility.refundStatus == "Processing" %} {% elif each_utility.refundStatus == "Refund Status" %} {% elif each_utility.refundStatus == "Successful Refund" %} {% else %} {% endif %} {% if each_utility.status == "Success" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Name Txn.Id Category Service Operator Number Amount(₹) Grand Total(₹) Total Charges(₹) Margin Channel Payment Status BBPS Payment Status Refund Status Requested Date Updated Date Status View
{{ each_utility.snoCount}}{{ each_utility.userName }}-{{ each_utility.txnID }}-{{ each_utility.categoryName }}-{{ each_utility.serviceName }}-{{ each_utility.operatorName }}-{{ each_utility.number }}-{{ each_utility.amount }}-{{ each_utility.totalAmount }}-{{ each_utility.charge }}-{{ each_utility.margin }}-{{ each_utility.channel }}- {{ each_utility.paymentStatus }}
{% if each_utility.refundStatus != "Successful Refund" %} {% endif %}
{{ each_utility.bbpsPaymentStatus }}
{{ each_utility.refundStatus }}{{ each_utility.requestedDate}} {{ each_utility.updatedDate}}
No Data Found