{% extends 'super_admin_templates/base.html' %} {% set path = "regions" %} {% set subpath = "service_configuration" %} {% block content %}

Service configuration

{% if error %}

{{error}}

{% endif %}
{% if redirectval=="ServiceGrouping" %}
{% else %}
{% endif %}
{% for each_service_grouping in serviceGroupingList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Name Sorting Status Edit Delete
{{loop.index}} {{each_service_grouping.name}} {{each_service_grouping.sorting}} {{each_service_grouping.actionText}}
{% if redirectval=="Category" %}
{% else %}
{% endif %}
{% for each_category in categoriesList %} {%if each_category.image %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Category Name Is TPIN Service Grouping Sorting Display In Dashboard Image Status Edit Delete
{{loop.index}} {{each_category.categoryName}} {% if each_category.isTpin == True %} ✔ {% else %} ✗ {% endif %} {{each_category.serviceGroupingName}} {{each_category.sorting}} {{each_category.displayInDashboard}}{{each_category.actionText}}
{% if redirectval=="Service" %}
{% else %}
{% endif %}
{% for each_service in servicesList %} {%if each_service.file %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Service Name Category Name Service Grouping Code Is Service Is bbps Is Operator Wise File Sorting Display In Dashboard Wallet Status Edit Delete
{{loop.index}} {{each_service.serviceName}} {{each_service.categoryName}} {{each_service.serviceGroupingName}} {{each_service.code}} {% if each_service.isService == True %} ✓ {% else %} ✗ {% endif %} {% if each_service.isbbps == True %} ✓ {% else %} ✗ {% endif %} {% if each_service.isOperatorWise == True %} ✓ {% else %} ✗ {% endif %} {{each_service.sorting}} {{each_service.displayInDashboard}} {{each_service.walletName}} {{each_service.actionText}}
{% if redirectval=="Operator" %}
{% else %}
{% endif %}
{% for each_operator in operatorsList %} {%if each_operator.image %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Operator Name Service Name Allow Type Amount Plans Api Name Api Code Api Type File Tax Type Service Grouping Rejected Amount Min length Max length Sorting Display In Dashboard Pay Without Fetch Allowed State Status Edit Delete
{{loop.index}} {{each_operator.operatorName}} {{each_operator.serviceName}} {{each_operator.allowType}} {{each_operator.amountPlans}} {{each_operator.transactionAPIName}} {{each_operator.apiCode}} {{each_operator.apiType}} {{each_operator.taxTypeName}} {{each_operator.serviceGroupingName}} {{each_operator.rejectedAmount}} {{each_operator.minLength}} {{each_operator.maxLength}} {{each_operator.sorting}} {{each_operator.displayInDashboard}} {{each_operator.payWithoutFetchAllowed}} {{each_operator.stateName}} {{each_operator.actionText}}
{% if redirectval=="OperatorUpdate" %}
{% else %}
{% endif %}
{% for each_operator_update in operatorUpdateList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Operator Name ApiOperator Code1 ApiOperator Code2 ApiOperator Code3 ApiOperator Code4 ApiOperator Code5 ApiOperator Code6 Edit
{{loop.index}} {{each_operator_update.operatorName}} {{each_operator_update.apiOperatorCode1}} {{each_operator_update.apiOperatorCode2}} {{each_operator_update.apiOperatorCode3}} {{each_operator_update.apiOperatorCode4}} {{each_operator_update.apiOperatorCode5}} {{each_operator_update.apiOperatorCode6}}
{% if redirectval=="OperatorParameter" %}
{% else %}
{% endif %}
{% for each_operator_parameter in operatorParametersList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Display Name Parameter Name Operator Name Api Name Api Code Sort Field Type Min length Max length Pattern Is Active Is Mandatory Has Grouping Has Api Call Has Include Api Call Is Reference Key Is Sub Parameters Action(Edit) Delete
{{loop.index}} {{each_operator_parameter.displayName}} {{each_operator_parameter.parameterName}} {{each_operator_parameter.operatorName}} {{each_operator_parameter.transactionAPIName}} {{each_operator_parameter.apiCode}} {{each_operator_parameter.sort}} {{each_operator_parameter.fieldType}} {{each_operator_parameter.minLength}} {{each_operator_parameter.maxLength}} {{each_operator_parameter.pattern}} {% if each_operator_parameter.isActive == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.isMandatory == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasGrouping == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasApiCall == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasIncludeApiCall == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.isReferenceKey == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasSubParameters == True %} ✔ {% else %} ✗ {% endif %}
{% if redirectval=="OperatorGrouping" %}
{% else %}
{% endif %}
{% for each_operator_grouping in operatorGroupingList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Group Name Operator Name Parameter Name Value Status Action(Edit)
{{loop.index}} {{each_operator_grouping.groupName}} {{each_operator_grouping.operatorName}} {{each_operator_grouping.parameterName}} {{each_operator_grouping.value}} {{each_operator_grouping.actionText}}
{% if redirectval=="SubParameter" %}
{% else %}
{% endif %}
{% for each_sub_parameter in subParametersList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Display Name Parameter Name Parent Parameter Name Grouping Name Operator Name Api Name Api Code Sort Field Type Min length Max length Pattern Is Active Is Mandatory Has Grouping Has Api Call Has Include Api Call Is Reference Key Action(Edit)
{{loop.index}} {{each_sub_parameter.displayName}} {{each_sub_parameter.parameterName}} {{each_sub_parameter.parentParameterName}} {{each_sub_parameter.groupingName}} {{each_sub_parameter.operatorName}} {{each_sub_parameter.transactionAPIName}} {{each_sub_parameter.apiCode}} {{each_sub_parameter.sort}} {{each_sub_parameter.fieldType}} {{each_sub_parameter.minLength}} {{each_sub_parameter.maxLength}} {{each_sub_parameter.pattern}} {% if each_sub_parameter.isActive == True %} ✔ {% else %} ✗ {% endif %} {% if each_sub_parameter.isMandatory == True %} ✔ {% else %} ✗ {% endif %} {% if each_sub_parameter.hasGrouping == True %} ✔ {% else %} ✗ {% endif %} {% if each_sub_parameter.hasApiCall == True %} ✔ {% else %} ✗ {% endif %} {% if each_sub_parameter.hasIncludeApiCall == True %} ✔ {% else %} ✗ {% endif %} {% if each_sub_parameter.isReferenceKey == True %} ✔ {% else %} ✗ {% endif %}
{% if redirectval=="SubParameterGrouping" %}
{% else %}
{% endif %}
{% for each_sub_parameter_grouping in subParameterGroupingsList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Group Name Sub Parameter Name Operator Name Value Status Action(Edit) Delete
{{loop.index}} {{each_sub_parameter_grouping.groupName}} {{each_sub_parameter_grouping.subParameterName}} {{each_sub_parameter_grouping.operatorName}} {{each_sub_parameter_grouping.value}} {{each_sub_parameter_grouping.actionText}}
{%endblock%}