Ledger

Payin Ledger 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.searchId.errors %} {{ error }}
{% endfor %} {% for error in form.pgId.errors %} {{ error }}
{% endfor %} {% for error in form.merchantId.errors %} {{ error }}
{% endfor %} {% for error in form.siteTitle.errors %} {{ error }} {% endfor %}
{% if payinList %} {% for each_payin in payinList %} {% if each_payin.siteTitle %} {% else %} {% endif %} {% if each_payin.orderId %} {% else %} {% endif %} {% if each_payin.pgOrderId %} {% else %} {% endif %} {% if each_payin.merchantName %} {% else %} {% endif %} {% if each_payin.creditType %} {% else %} {% endif %} {% if each_payin.creditAmount %} {% else %} {% endif %} {% if each_payin.debitAmount %} {% else %} {% endif %} {% if each_payin.closingBalance %} {% else %} {% endif %} {% if each_payin.createdOn %} {% else %} {% endif %} {% if each_payin.status == "Success" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Site Title Order ID Txn ID Merchant Name Opening Balance(₹) CrDrType Credit Amount(₹) Debit Amount(₹) Closing Balance(₹) Date Status
{{snoCount + loop.index}}{{each_payin.siteTitle}}-{{each_payin.orderId }}-{{each_payin.pgOrderId }}-{{each_payin.merchantName}}-{{each_payin.openingBalance}}{{each_payin.creditType}}-{{each_payin.creditAmount}}-{{each_payin.debitAmount}}-{{each_payin.closingBalance}}-{{each_payin.createdOn}}-
No Data Found