Ledger

Payin Ledger Reports List
{% if error %}

{{ error }}

{% endif %}
{% for each_payin in payinList %} {% if each_payin.status == "Success" %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Order ID Txn ID Merchant Name Opening Balance(₹) CrDrType Credit Amount(₹) Debit Amount(₹) Closing Balance(₹) Date Status
{{each_payin.snoCount}} {{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}}