{{error}}
{% endif %}
- {% if redirectVal=="Channel"%} Channel {% else %} Channel {% endif %}
- {% if redirectVal=="TransactionType"%} Transaction Type {% else %} Transaction Type {% endif %}
- {% if redirectVal=="OperationType"%} Operation Type {% else %} Operation Type {% endif %}
- {% if redirectVal=="Operation"%} Operation {% else %} Operation {% endif %}
- {% if redirectVal=="ErrorDefination"%} Error Defination {% else %} Error Defination {% endif %}
{% if redirectVal=="Channel"%}
{% else %}
{% endif %}
{% if redirectVal=="TransactionType"%}
Add New Channel
S.No | Channel Name | Status | Edit | Delete |
---|---|---|---|---|
{{loop.index}} | {{each_channel.name}} | {{each_channel.actionText}} |
Edit Channel |
| {% endfor %}
{% else %}
{% endif %}
{% if redirectVal=="OperationType"%}
Add New Transaction Type
S.No | Transaction Type | Code | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_transaction.transactionType}} | {{each_transaction.code}} | {{each_transaction.actionText}} |
Edit Transaction Type |
| {% endfor %}
{% else %}
{% endif %}
{% if redirectVal=="Operation"%}
Add New Operation Type
S.No | Operation Type | Status | Edit | Delete |
---|---|---|---|---|
{{loop.index}} | {{each_operation_type.name}} | {{each_operation_type.actionText}} |
Edit Operation Type |
| {% endfor %}
{% else %}
{% endif %}
{% if redirectVal=="ErrorDefination"%}
Add New Operation
S.No | Operation Name | Operation Type | Operation Auth | User Type | Channel | Description | Code | Is UI | Is MakerChecker | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_operation.operationName}} | {{each_operation.operationTypeName}} | {{each_operation.operationAuth}} | {{each_operation.userTypeName}} | {{each_operation.channelName}} | {{each_operation.description}} | {{each_operation.code}} | {% if each_operation.isUI == True %} ✓ {% else %} ✗ {% endif %} | {% if each_operation.isMakerChecker == True %} ✓ {% else %} ✗ {% endif %} | {{each_operation.actionText}} |
Edit Operation |
| {% endfor %}
{% else %}
{% endif %}
Add Error Defination
S.No | Error Code | Error message | Type | Description | Status | Edit | Delete |
---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_error.errorCode}} | {{each_error.errorMessage}} | {{each_error.typeId}} | {{each_error.description}} | {{each_error.actionText}} |
Edit Error Defination |
| {% endfor %}