Move service applicability out of initial client onboarding
This commit is contained in:
@@ -321,6 +321,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if is_edit %}
|
||||||
<div class="border-t border-slate-200 pt-4">
|
<div class="border-t border-slate-200 pt-4">
|
||||||
<h4 class="mb-3 text-sm font-semibold text-slate-900">Compliance Applicability</h4>
|
<h4 class="mb-3 text-sm font-semibold text-slate-900">Compliance Applicability</h4>
|
||||||
|
|
||||||
@@ -381,6 +382,18 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
<div class="border-t border-slate-200 pt-4">
|
||||||
|
<div class="rounded-2xl border border-sky-200 bg-sky-50 px-4 py-4">
|
||||||
|
<h4 class="text-sm font-semibold text-sky-950">Services and AQMM requirements are configured at engagement level</h4>
|
||||||
|
<p class="mt-1 text-sm leading-6 text-sky-800">
|
||||||
|
Create the client master first. After creation, assign one or more firm-enabled services through an engagement.
|
||||||
|
The existing Assurance / Non-Assurance classification will continue to activate the applicable acceptance,
|
||||||
|
independence, conflict, engagement-letter and other AQMM requirements.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user