Tax Master List
{{ error }}
{% endif %}
{% if 'add' in session.get('taxmasterPermissions', []) %}
{% endif %}
S.No | Tax Type Name | Type | Primary Tax | Secondary Tax | {% if 'edit' in session.get('taxmasterPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('taxmasterPermissions', []) %}Actions | {% elif 'delete' in session.get('taxmasterPermissions', []) %}Actions | {% endif %}||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ snoCount + loop.index}} | {% if each_tax_type.taxTypeName %}{{each_tax_type.taxTypeName}} | {% else %}- | {% endif %} {% if each_tax_type.taxType %}{{each_tax_type.taxType}} | {% else %}- | {% endif %}{{each_tax_type.primaryTax}} | {{each_tax_type.secondaryTax}} | {% if 'edit' in session.get('taxmasterPermissions', []) %}{% if each_tax_type.status == 1 %} Active {% else %} Inactive {% endif %} | {% endif %}{% if 'edit' in session.get('taxmasterPermissions', []) %} {% endif %} {% if 'delete' in session.get('taxmasterPermissions', []) %} {% endif %} | {% endfor %} {% else %}|||
No Data Found |