Generated Reports List
{% if 'add' in session.get('adminPayoutDownloadReportPermission', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Merchant Name | Report Type | Generated On | Transaction Startdate | Transaction Enddate | Wallet Type | Status | Download File | File Size | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ snoCount + loop.index}} | {% if each_report.userName %}{{ each_report.userName }} | {% else %}- | {% endif %} {% if each_report.reportType %}{{ each_report.reportType }} | {% else %}- | {% endif %} {% if each_report.generatedOn %}{{ each_report.generatedOn }} | {% else %}- | {% endif %} {% if each_report.startDate %}{{ each_report.startDate }} | {% else %}- | {% endif %} {% if each_report.endDate %}{{ each_report.endDate }} | {% else %}- | {% endif %} {% if each_report.walletType %}{{ each_report.walletType }} | {% else %}- | {% endif %} {% if 'edit' in session.get('adminPayoutDownloadReportPermission', []) %}{% if each_report.actionText == "Approved" %} {{ each_report.actionText }} {% else %} {{ each_report.actionText }} {% endif %} | {% endif %}{{ each_report.fileSize }} | |
No Data Found |