# Item Type

<p class="doc-lead">Item Types classify each item by its role in your business — such as Raw Material, Finished Good, or Consumable — and drive how the item behaves when buying, selling, and producing.</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/item-type?id=overview">Overview</a>
<a href="#/inventory/item-type?id=standard-types">Standard Types</a>
<a href="#/inventory/item-type?id=quick-start">Quick Start</a>
<a href="#/inventory/item-type?id=fields">Fields</a>
<a href="#/inventory/item-type?id=how-it-works">How It Works</a>
<a href="#/inventory/item-type?id=actions">Actions</a>
<a href="#/inventory/item-type?id=faq">FAQ</a>
<a href="#/inventory/item-type?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 → Item Types</b> from the left menu.

Item Types are master data. Freespace ERP ships with a standard set of item types covering the common stock roles, and you assign one to every item on the <a href="#/inventory/inventory-item">Item</a> screen.

<b>List columns</b>

| **Column** | **Description** |
|------------|-----------------|
| Id | Item type record ID. |
| Name | Type name (e.g. Raw Material, Finished Good). |
| Status | Active or Suspended. |

<b>Quick filter tabs</b>

| **Tab** | **Shows** |
|---------|-----------|
| Active | Active item types (default). |
| Suspended | Suspended types. |

<b>Advanced filters</b>

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

<b>List row actions</b>

| **Action** | **Description** |
|------------|-----------------|
| View | Opens read-only type details. |
| Edit | Opens the edit form. |
| Delete | Removes the type when not referenced. |

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

<h2 id="standard-types">Standard Types</h2>

The following item types are available by default:

| **Item Type** | **Typical use** |
|---------------|-----------------|
| Raw Material | Inputs consumed in production. |
| Work in Progress | Partly completed stock still on the production floor. |
| Finished Good | Completed products ready for sale. |
| Packing Material | Materials used to pack or ship goods. |
| Semi-Finished Good | Intermediate stock that is both produced and used in further production. |
| Stock in Trade | Goods bought and resold without production. |
| Service | Non-stock service lines. |
| Fixed Asset | Items capitalised as assets rather than traded stock. |
| Consumable | Items consumed internally (treated as an expense). |

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

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

<h3>1. Navigate</h3>
Go to <b>Inventory → Settings → Item Types</b> and click <b>New</b>.

<h3>2. Fill the form</h3>
Enter a <b>Name</b>.

<h3>3. Save</h3>
Click <b>Save</b>. The item type is added to the list.

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

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

| **Field** | **Description** |
|-----------|-----------------|
| Name * | Unique item type name shown on item records, filters, and reports. |

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

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

<ul>
<li><b>Item behaviour</b> — On the <a href="#/inventory/inventory-item">Item</a> screen, the selected <b>Item Type</b> sets the item's <b>Saleable</b>, <b>Purchasable</b>, and <b>Producible</b> behaviour automatically:
<ul>
<li><b>Saleable</b> is set for Finished Good, Semi-Finished Good, and Stock in Trade.</li>
<li><b>Purchasable</b> is set for Raw Material, Packing Material, Stock in Trade, and Consumable.</li>
<li><b>Producible</b> is set for Finished Good and Semi-Finished Good.</li>
</ul>
</li>
<li><b>Consumables</b> — Items marked as Consumable default to an expense treatment so they post to an expense account when consumed.</li>
<li><b>Group default</b> — An <b>Item Type</b> set on an <a href="#/inventory/item-group">Item Group</a> pre-fills automatically for new items created under that group (still editable on the item).</li>
<li><b>Available choices</b> — The <b>Item Type</b> dropdown on the item form offers the standard types relevant to your setup: production companies see Raw Material, Finished Good, Packing Material, Semi-Finished Good, Stock in Trade, and Consumable; other companies see Stock in Trade and Consumable.</li>
</ul>

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

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

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

| **Action** | **Description** |
|------------|-----------------|
| View | Opens the item type in read-only view |
| Edit | Opens the edit form |
| Delete | Removes the item type when it is not referenced by items |
| Clone | Starts a new item type pre-filled from the selected one (from the view screen) |
| Suspend / Activate | Disables or re-enables the item type (from the view screen) |

<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>Does every item need an item type?</b><br>
Yes. <b>Item Type</b> is mandatory on every item because it controls whether the item can be bought, sold, or produced.

<b>Can I change what an item type does?</b><br>
The Saleable, Purchasable, and Producible behaviour is tied to the standard types. For custom needs, pick the standard type that matches the role you want, then fine-tune the item's own settings.

<b>Why can't I delete an item type?</b><br>
Item types assigned to items cannot be deleted. Suspend them instead to stop further use.

<b>Which item type is required for consumable issue?</b><br>
Only consumable-type items can be issued on <a href="#/inventory/consumable-issue">Consumable Issue</a>. Configure the item type and expense account on the item.

<b>Why are some items excluded from Stock Report?</b><br>
Service and asset item types (commonly types 7 and 8) are excluded from standard stock quantity reports.

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

<ul>
<li><a href="#/inventory/inventory-item">Item</a></li>
<li><a href="#/inventory/inventory-variants">Variants</a></li>
<li><a href="#/inventory/item-group">Item Group</a></li>
<li><a href="#/inventory/inventory-settings">Inventory Settings</a></li>
</ul>
