# Workflow Approval Template

<p class="doc-lead">A WorkFlow Approval Template is the ordered list of process steps for a <a href="#/hr/workflow-request">WorkFlow Request</a> (for example Sale Delivery: purchase → stock in → delivery → invoice). It does not sign off a Sale Invoice or Purchase Order — that is <a href="#/settings/approval-template">Settings → Approval Template</a>.</p>

<div class="doc-toc">
<p class="doc-toc-title">On this page</p>
<div class="doc-toc-section">
<span class="doc-toc-group-title">Getting started</span>
<div class="doc-toc-links">
<a href="#/hr/workflow-approval-template?id=overview">Overview &amp; List View</a>
<a href="#/hr/workflow-approval-template?id=quick-start">Quick Start</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">Form reference</span>
<div class="doc-toc-links">
<a href="#/hr/workflow-approval-template?id=header-fields">Header Fields</a>
<a href="#/hr/workflow-approval-template?id=stage-lines">Stage Lines</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">More</span>
<div class="doc-toc-links">
<a href="#/hr/workflow-approval-template?id=actions-status">Actions &amp; Status</a>
<a href="#/hr/workflow-approval-template?id=faq">FAQ</a>
<a href="#/hr/workflow-approval-template?id=related">Related</a>
</div>
</div>
</div>

<hr class="doc-section-divider">

<h2 id="overview">Overview &amp; List View</h2>

Templates chain process stages in Sl Num order. Each step must be marked done before the next begins. The origin document is not approved when the last step finishes.

<img src="hr/images/approval-template.webp" alt="Approval Template list" loading="lazy">

<b>Quick filters</b>

| **Filter** | **Description** |
|------------|-----------------|
| Active | Active templates only. |
| Suspended | Suspended templates only. |

<b>Advanced filters</b>

Status, Created Date.

<b>List columns</b>

| **Column** | **Description** |
|------------|-----------------|
| Name | Template name. |
| Description | Purpose or usage notes. |
| Status | Active or Suspended. |

<b>List row actions</b>

| **Action** | **Available when** |
|------------|-------------------|
| Edit | All |
| Delete | All |
| View | All |

<hr class="doc-section-divider">

<h2 id="quick-start">Quick Start — Create an Approval Template</h2>

<h3>1. Create stages first</h3>
Define individual stages in <a href="#/hr/workflow-approval-stage">Workflow Approval Stage</a> (e.g. Manager Approval, Finance Approval, Director Approval).

<h3>2. Navigate</h3>
Go to <b>HRMS → Settings → WorkFlow Approval Template</b>.

<h3>3. Create new template</h3>
Click <b>New</b>.

<img src="hr/images/approval-template-new.webp" alt="New Approval Template" loading="lazy">

<h3>4. Fill in details</h3>
<ul>
<li>Enter <b>Name</b> and <b>Description</b>.</li>
<li>In the <b>Stages</b> table, add each stage in order (Sl Num 1, 2, 3…).</li>
</ul>

<h3>5. Save</h3>
Click <b>Save</b>. The template is now available when creating <a href="#/hr/workflow-request">Workflow Requests</a>.

<hr class="doc-section-divider">

<h2 id="header-fields">Header Fields Reference</h2>

| **Field** | **Description** |
|-----------|-----------------|
| Name * | Template name (e.g. Sale Delivery, Installation). |
| Description | Purpose, policy notes, or instructions (rich text). |

<hr class="doc-section-divider">

<h2 id="stage-lines">Stage Lines</h2>

| **Column** | **Description** |
|------------|-----------------|
| Sl Num | Stage order (1 = first, 2 = second, etc.). |
| Approval Stage | Lookup to an active <a href="#/hr/workflow-approval-stage">Approval Stage</a>. |

Stages are processed sequentially. Stage 2 cannot begin until Stage 1 is approved.

<b>Example — Sale Delivery template</b>

| **Sl Num** | **Approval Stage** | **Purpose** |
|------------|-------------------|-------------|
| 1 | Purchase / supplier | Site visit and quotes — process-only. |
| 2 | Stock in | Create Receipt Note. |
| 3 | Delivery | Create Delivery Note. |
| 4 | Sale invoice | Create Sale Invoice. |

<hr class="doc-section-divider">

<h2 id="actions-status">Actions &amp; Status</h2>

<h3>View toolbar actions</h3>

| **Action** | **Description** |
|------------|-----------------|
| Edit | Opens for editing. |
| Delete | Permanently removes the template. |
| Clone | Creates a copy. |
| Print | Prints details. |

<h3>More menu (⋮) actions</h3>

| **Action** | **Description** |
|------------|-----------------|
| Activate | Reactivates a suspended template. |
| Suspend | Deactivates the template. |

| **Status** | **Description** |
|------------|-----------------|
| Active | Template is available for workflow requests. |
| Suspended | Template is hidden from new requests. |

<hr class="doc-section-divider">

<h2 id="faq">FAQ</h2>

<b>Can I reuse the same stage in multiple templates?</b><br>
Yes. Stages are master records — reference the same stage in different templates with different ordering.

<b>Can I change a template after requests have used it?</b><br>
Editing a template does not affect requests already in progress. New requests use the updated template.

<b>How does a template connect to a Sale Order or Purchase Order?</b><br>
Start from the document more menu → WorkFlow Request, or put a Create PO / Create Sale Invoice action on a stage. See <a href="#/hr/workflow-request?id=use-case-sale-delivery">Sale Order — Sale Delivery</a>.

<b>Can employees pick any template when submitting?</b><br>
Only active templates appear on New Workflow Request — suspend obsolete templates instead of deleting them.

<b>Does stage order matter?</b><br>
Yes. Approvals run in template line order — later stages unlock only after earlier stages are approved.

<b>Can one template mix HR and purchase stages?</b><br>
Yes. Stage actions can open purchase documents while approvers remain HR or finance users configured on each stage.

<hr class="doc-section-divider">

<h2 id="related">Related Topics</h2>

<ul>
<li><a href="#/hr/workflow-approval-stage">Workflow Approval Stage</a></li>
<li><a href="#/hr/workflow-request">Workflow Request</a></li>
<li><a href="#/purchase/purchase-order">Purchase Order</a> — WorkFlow Request action.</li>
<li><a href="#/settings/approval-template">Settings → Approval Template</a> — transaction MSA (not HR).</li>
<li><a href="#/features/multiapproval">Multi Approval</a> — document sign-off (different feature).</li>
</ul>
