Operators Income Report

All Transaction Reports List
{% if error %}

{{ error }}

{% endif %}
{% for each_operator in final_transaction_Data %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Operator Total Txn.Count Total Txn.Amount Charges View
{{ loop.index }} {{ each_operator.operator_name }} {{ each_operator.operator_income_total_txn_count }} {{ each_operator.operator_income_total_amount }} Charge:{{ each_operator.commissionCharges.total_charge_val }}
Gst:{{ each_operator.commissionCharges.total_gst_amount }}
Tds:{{ each_operator.commissionCharges.total_tds_amount }}