# Approval Stage

<p class="doc-lead">Approval Stages define one step in a transaction approval chain: approvers, approval rule (ANY / ALL / MINIMUM), and whether the requestor can edit the document after a revise. Stages are linked from <a href="#/settings/approval-template">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="#/settings/approval-stage?id=overview">Overview &amp; List View</a>
<a href="#/settings/approval-stage?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="#/settings/approval-stage?id=fields">Fields</a>
<a href="#/settings/approval-stage?id=approval-rules">Approval Rules</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">More</span>
<div class="doc-toc-links">
<a href="#/settings/approval-stage?id=actions">Actions &amp; Status</a>
<a href="#/settings/approval-stage?id=faq">FAQ</a>
<a href="#/settings/approval-stage?id=related">Related</a>
</div>
</div>
</div>

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

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

Go to <b>Settings → Multi Stage Approval → Approval Stage</b>.

<!-- screenshot pending -->

<b>List columns</b>: Stage Name, Notes, Approval Rule, Approvers, Status.

<b>Quick filters</b>: Active (default), Suspended.

<b>Filters</b>: Status, Created Date.

<b>Header</b>: New, Refresh.

<b>List actions</b>: View, Edit, Delete (multi).

This list is for <b>transaction</b> multi-stage approval. HR stages under <b>HRMS → Settings → WorkFlow Approval Stage</b> are for employee workflow requests only and can include extra Create-document buttons.

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

<h2 id="quick-start">Quick Start</h2>

<ol>
<li>Click <b>New</b>.</li>
<li>Enter <b>Stage Name</b> (for example Sales Manager Approval).</li>
<li>Choose <b>Approval Rule</b> — ANY, ALL, or MINIMUM.</li>
<li>If MINIMUM, enter <b>Minimum no. of approvals required</b>.</li>
<li>Add <b>Approvers</b>.</li>
<li>Optionally tick <b>Allow Document Editing on Revision</b> and add <b>Notes</b>.</li>
<li>Click <b>Save</b>, then add the stage to an <a href="#/settings/approval-template">Approval Template</a>.</li>
</ol>

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

<h2 id="fields">Fields</h2>

| **Field** | **Description** |
|-----------|-----------------|
| Stage Name * | Label shown on the document approval panel. |
| Approval Rule * | ANY, ALL, or MINIMUM — see <a href="#/settings/approval-stage?id=approval-rules">Approval Rules</a>. |
| Minimum no. of approvals required | Shown only when Approval Rule is MINIMUM. Defaults to 1. |
| Approvers * | Employees who can be selected when a request is sent for this stage. |
| Allow Document Editing on Revision | When checked, the original requestor sees <b>Edit</b> on the document panel after an approver clicks <b>Send For Revise</b>. |
| Notes | Instructions for approvers (rich text). |
| Status | Active or Suspended. |

Transaction stages do <b>not</b> have an Actions table. Custom buttons such as <b>Create PO</b> are only on <a href="#/hr/workflow-approval-stage">HR WorkFlow Approval Stage</a>.

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

<h2 id="approval-rules">Approval Rules</h2>

| **Rule** | **When the stage is complete** |
|----------|--------------------------------|
| ANY | The first assigned approver who approves completes the stage. Other pending requests on that stage expire. |
| ALL | Every approver who was requested must approve. The document panel shows <b>Pending Approval By</b> until the last one acts. |
| MINIMUM | The number in <b>Minimum no. of approvals required</b> must approve. The panel shows that count while the request is open. |

Approvers are chosen when someone clicks <b>Send Request</b> (or <b>Request Next Stage</b> on Approve). Only employees listed on this stage appear in that list.

A Super User can Approve, Reject, or Send For Revise even when they are not in the Approvers list.

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

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

<h3>List actions</h3>

| **Action** | **Notes** |
|------------|-----------|
| New | Create a stage. |
| Refresh | Reload the list. |
| View | Open the stage. |
| Edit | Change name, rule, or approvers. |
| Delete | Multi-select. May be blocked when templates still use the stage. |

<h3>View toolbar</h3>

| **Action** | **When** |
|------------|----------|
| Edit | Always |
| Delete | Always (confirmation) |
| Clone | Always |
| Print | Always |

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

| **Action** | **When** |
|------------|----------|
| Activate | Status is Suspended |
| Suspend | Status is Active |

| **Status** | **Description** |
|------------|-----------------|
| Active | Can be selected on templates. |
| Suspended | Hidden from new template lines. |

On the <b>document</b> (Sale Invoice and others), the buttons are <b>Send Request</b>, <b>Approve</b>, <b>Reject</b>, <b>Cancel</b>, <b>Send For Revise</b>, and optionally <b>Edit</b>. Those are documented on <a href="#/features/multiapproval?id=approval-view">Multi Approval — Approval view &amp; actions</a>.

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

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

<b>Approval Stage here vs WorkFlow Approval Stage?</b><br>
This list is one sign-off step on a voucher. HRMS WorkFlow Approval Stage is a process step on a <a href="#/hr/workflow-request">WorkFlow Request</a> and can include Create Delivery Note or similar buttons.

<b>Can I reuse the same stage name in HR and Settings?</b><br>
They are separate lists — names can match for clarity but records are not linked.

<b>How many stages can a template have?</b><br>
Add as many approval stages as needed on the <a href="#/settings/approval-template">Approval Template</a> — each references a stage from this list.

<b>Can I delete a stage used on a template?</b><br>
Deletion may be blocked when approval templates reference the stage. Remove it from templates first.

<b>Does stage order matter?</b><br>
Yes. Template lines define sequence — the previous stage must be Approved before the next can be sent.

<b>When should I allow document editing on revision?</b><br>
Turn it on for early stages (for example Sales Manager) when approvers often send invoices back for rate or quantity changes. Leave it off on later finance or director stages if the document should stay locked.

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

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

<ul>
<li><a href="#/settings/approval-template">Approval Template</a></li>
<li><a href="#/features/multiapproval">Multi Approval</a> — document panel actions and sale invoice examples</li>
<li><a href="#/hr/workflow-approval-stage">HR WorkFlow Approval Stage</a></li>
</ul>
