Settlement

Company Invoice Details List
{% if 'add' in session.get('invoiceCompanyDetailsPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% if 'edit' in session.get('invoiceCompanyDetailsPermissions', []) %} {% endif %} {% if invoiceCompanyDetailsList %} {% for each_company_detail in invoiceCompanyDetailsList %} {% if each_company_detail.transactionApiIdsList %} {% else %} {% endif %} {% if each_company_detail.createdOn %} {% else %} {% endif %} {% if 'edit' in session.get('invoiceCompanyDetailsPermissions', []) %} {% endif %} {% if 'edit' in session.get('invoiceCompanyDetailsPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Transaction Api List Created OnStatus Actions
{{snoCount + loop.index}} {% for api in each_company_detail.transactionApiIdsList %} {{ api.apiName }}{% if not loop.last %}, {% endif %} {% endfor %} -{{each_company_detail.createdOn}}- {% if each_company_detail.status == 1 %} Active {% else %} Inactive {% endif %}
No Data Found