Reports

Operator Income Reports
{% if error %}

{{ error }}

{% endif %}
{% for error in form.startDate.errors %} {{ error }}
{% endfor %} {% for error in form.endDate.errors %} {{ error }}
{% endfor %}
{% if final_transaction_Data %} {% for each_operator in final_transaction_Data %} {% if each_operator.operator_name %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% 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
{{ snoCount + 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 }}
No Data Found