{% extends "ui/templates/base/layout.html" %} {% block content %}

{% if mode == 'edit' %}Edit Engagement{% else %}Assign Service to Client{% endif %}

Engagement Partner owns the assignment, Performing Partner executes or supervises it, and Review Partner independently reviews applicable assurance engagements.

Back
{% if mode == 'edit' %}
{{ subscription.financial_year }}
{% else %} {% endif %}
{% if mode == 'edit' %}
{{ subscription.client.client_name if subscription and subscription.client else '-' }}
{% else %} {% endif %}
{% if mode == 'edit' %}
{{ subscription.catalogue.service_name if subscription and subscription.catalogue else '-' }} ยท {{ 'Assurance' if subscription and subscription.engagement_type == 'assurance' else 'Non-Assurance' }}
{% else %} {% endif %}
{% if mode == 'edit' %} {% else %} {% endif %}

Monthly and quarterly services require a period so the statutory due date can be calculated.

The Partner who directly performs or supervises this engagement.

Saved only for assurance engagements of partnership audit firms.

Use for renewal-before-expiry services like DSC/FSSAI. Current due date is calculated from the service due-date rule.

Cancel
{% if mode != 'edit' %} {% endif %} {% endblock %}