Reports

Utility Transaction Reports List
{% if error %}

{{ error }}

{% endif %}
{% for each_utility in utilityList %} {% if each_utility.status == "Success" %} {% else %} {% endif %} {% endfor %} {% 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 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.requestedDate}} {{ each_utility.updatedDate}}