Reports

Generated Reports List
{% if 'add' in session.get('adminPayoutDownloadReportPermission', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% if downloadReportsList %} {% for each_report in downloadReportsList %} {% if each_report.userName %} {% else %} {% endif %} {% if each_report.reportType %} {% else %} {% endif %} {% if each_report.generatedOn %} {% else %} {% endif %} {% if each_report.startDate %} {% else %} {% endif %} {% if each_report.endDate %} {% else %} {% endif %} {% if each_report.walletType %} {% else %} {% endif %} {% if 'edit' in session.get('adminPayoutDownloadReportPermission', []) %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Name Report Type Generated On Transaction Startdate Transaction Enddate Wallet Type Status Download File File Size
{{ snoCount + loop.index}}{{ each_report.userName }}-{{ each_report.reportType }}-{{ each_report.generatedOn }}-{{ each_report.startDate }}-{{ each_report.endDate }}-{{ each_report.walletType }}- {% if each_report.actionText == "Approved" %} {{ each_report.actionText }} {% else %} {{ each_report.actionText }} {% endif %} {{ each_report.fileSize }}
No Data Found