# Quality Inspection Template

<p class="doc-lead">Quality Inspection Templates define the checklist of parameters to verify during a quality check — each with its own measurement type and acceptance criteria — so inspectors record results consistently.</p>

<div class="doc-toc">
<p class="doc-toc-title">On this page</p>
<div class="doc-toc-section">
<div class="doc-toc-links">
<a href="#/inventory/quality-inspection-template?id=overview">Overview</a>
<a href="#/inventory/quality-inspection-template?id=quick-start">Quick Start</a>
<a href="#/inventory/quality-inspection-template?id=fields">Fields</a>
<a href="#/inventory/quality-inspection-template?id=parameter-types">Parameter Types</a>
<a href="#/inventory/quality-inspection-template?id=how-it-works">How It Works</a>
<a href="#/inventory/quality-inspection-template?id=actions">Actions</a>
<a href="#/inventory/quality-inspection-template?id=faq">FAQ</a>
<a href="#/inventory/quality-inspection-template?id=related">Related</a>
</div>
</div>
</div>

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

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

Go to <b>Inventory → Settings → Quality Inspection Templates</b> from the left menu.

Quality Inspection Templates are master data. Each template holds one or more <b>Parameters</b> — the individual checks an inspector fills in. Templates are then selected on a <a href="#/inventory/quality-inspection">Quality Inspection</a> to load its checklist.

<b>List columns</b>

| **Column** | **Description** |
|------------|-----------------|
| Id | Template record ID. |
| Name | Template name shown on quality inspections. |
| Status | Active or Suspended. |

<b>Quick filter tabs</b>

| **Tab** | **Shows** |
|---------|-----------|
| Active | Active templates (default). |
| Suspended | Suspended templates. |

<b>Advanced filters</b>

| **Filter** | **Description** |
|------------|-----------------|
| Name | Filter by template name. |
| Status | Active or Suspended. |
| Created Date | Date the template was created. |

<b>List row actions</b>

| **Action** | **Description** |
|------------|-----------------|
| View | Opens read-only template details. |
| Edit | Opens the edit form. |
| Delete | Removes the template when not referenced. |
| Suspend / Activate | Disables or re-enables the template. |

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

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

<h3>1. Navigate</h3>
Go to <b>Inventory → Settings → Quality Inspection Templates</b> and click <b>New</b>.

<h3>2. Name the template</h3>
Enter a <b>Name</b>.

<h3>3. Add parameters</h3>
Under <b>Parameters</b>, click <b>new parameter</b> and add at least one. For each, set a <b>Name</b> and <b>Type</b>, then fill the criteria fields that appear for that type. Mark <b>Is Required</b> if inspectors must record a result.

<h3>4. Save</h3>
Click <b>Save</b>. The template becomes available on Quality Inspection.

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

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

<b>Template</b>

| **Field** | **Description** |
|-----------|-----------------|
| Name * | Unique template name shown on records and when selecting a template. |

<b>Parameter</b> (one row per check; at least one required)

| **Field** | **Description** |
|-----------|-----------------|
| Name * | The thing being checked (for example, Length, Colour, Finish). |
| Specifications | Optional note describing the expected specification. |
| Type * | How the result is captured — <b>Numeric</b>, <b>Value</b>, or <b>Text</b> (see below). |
| Is Required | When enabled, inspectors must record a result for this parameter. |
| Min Value | Lowest acceptable number. Shown for <b>Numeric</b> parameters. |
| Max Value | Highest acceptable number. Shown for <b>Numeric</b> parameters. |
| Options | The allowed choices, entered comma-separated. Shown for <b>Value</b> parameters. |
| Acceptance Value | The result that counts as a pass. Shown for <b>Value</b> and <b>Text</b> parameters. |

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

<h2 id="parameter-types">Parameter Types</h2>

| **Type** | **What the inspector records** | **Criteria fields** |
|----------|-------------------------------|---------------------|
| Numeric | A measured number | <b>Min Value</b> and <b>Max Value</b> define the acceptable range |
| Value | A choice from a fixed list | <b>Options</b> list the choices; <b>Acceptance Value</b> marks the passing choice |
| Text | A free-text entry | <b>Acceptance Value</b> marks the expected/passing text |

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

<h2 id="how-it-works">How It Works</h2>

<ul>
<li><b>Reusable checklist</b> — Build a template once and reuse it for every inspection of that kind.</li>
<li><b>Used by Quality Inspection</b> — On a <a href="#/inventory/quality-inspection">Quality Inspection</a>, selecting a template loads its parameters as the checklist to fill in.</li>
<li><b>Criteria follow the type</b> — Only the criteria relevant to the chosen <b>Type</b> are shown, so each parameter is set up with just the fields it needs.</li>
</ul>

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

<h2 id="actions">Actions</h2>

<b>List header:</b> <b>New</b>

| **Action** | **Description** |
|------------|-----------------|
| View | Opens the template in read-only view |
| Edit | Opens the edit form |
| Delete | Removes the template when it is not in use |
| Suspend / Activate | Disables or re-enables the template |

<b>Form buttons:</b> <b>Save</b> / <b>Update</b>, <b>Reset</b>, <b>Cancel</b>

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

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

<b>How many parameters can a template have?</b><br>
At least one is required, and you can add as many as the check needs using <b>new parameter</b>.

<b>What's the difference between Value and Text?</b><br>
<b>Value</b> restricts the result to a fixed list of <b>Options</b>; <b>Text</b> lets the inspector type freely. Both can carry an <b>Acceptance Value</b> to indicate a pass.

<b>What does Is Required do?</b><br>
It forces inspectors to record a result for that parameter before the inspection can be completed.

<b>Why can't I delete a template?</b><br>
Templates used by inspections cannot be deleted. Suspend them instead to stop further use.

<b>How is a template linked to an item?</b><br>
Enable quality inspection on the <a href="#/inventory/inventory-item">Item</a> and assign the template — inspections start from GRN, DN, transfer, or production with that template.

<b>What happens to optional parameters marked NA?</b><br>
Optional parameters can be marked not applicable during inspection; they do not block a pass result on <a href="#/inventory/quality-inspection">Quality Inspection</a> approve.

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

<ul>
<li><a href="#/inventory/quality-inspection">Quality Inspection</a></li>
<li><a href="#/inventory/inventory-item">Item</a></li>
<li><a href="#/inventory/inventory-settings">Inventory Settings</a></li>
</ul>
