Wallet Master
Wallet Master
{{ error }}
{% endif %}
S.No | Wallet Name | Code | Description | Status | Action |
---|---|---|---|---|---|
{{loop.index}} | {{each_wallet.walletName}} | {{each_wallet.code}} | {{each_wallet.description}} | {% if each_wallet.actionText == "Active" %} {{ each_wallet.actionText }} {% else %} {{ each_wallet.actionText }} {% endif %} | {% endfor %} |
S.No | Source Name | Category Name | Rank | Code | Description | Status | Action |
---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_source_of_fund.sourceName}} | {{each_source_of_fund.categoryName}} | {{each_source_of_fund.rank}} | {{each_source_of_fund.code}} | {{each_source_of_fund.description}} | {% if each_source_of_fund.actionText == "Active" %} {{ each_source_of_fund.actionText }} {% else %} {{ each_source_of_fund.actionText }} {% endif %} | {% endfor %} |