# Inventory Transfer

<p class="doc-lead">An Inventory Transfer moves stock from one center to another — between warehouses, stores, or factory locations. When the transfer is approved, stock leaves the source center and is added to the destination center in a single step. Inventory Transfers move stock only; they do not post to your accounts.</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="#/inventory/inventory-transfer?id=overview">Overview &amp; List View</a>
<a href="#/inventory/inventory-transfer?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="#/inventory/inventory-transfer?id=header-fields">Header Fields</a>
<a href="#/inventory/inventory-transfer?id=item-lines">Item Lines</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">More</span>
<div class="doc-toc-links">
<a href="#/inventory/inventory-transfer?id=actions-status">Actions &amp; Status</a>
<a href="#/inventory/inventory-transfer?id=posting">Stock Posting</a>
<a href="#/inventory/inventory-transfer?id=master-update">Master Update</a>
<a href="#/inventory/inventory-transfer?id=view-tabs">View Tabs &amp; Widgets</a>
<a href="#/inventory/inventory-transfer?id=best-practices">Best Practices</a>
<a href="#/inventory/inventory-transfer?id=faq">FAQ</a>
<a href="#/inventory/inventory-transfer?id=related">Related &amp; Videos</a>
</div>
</div>
</div>

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

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

The Inventory Transfers list shows every transfer with its id, date, from center, to center, employee, received by, and status. Use the quick filter tabs to switch between views, and Advanced Filters to narrow the list further. From the list you can create a new transfer, open an existing one, edit a draft, or delete a draft.

<b>List columns</b>

| **Column** | **Shows** |
|------------|-----------|
| Id | Transfer reference number. |
| Date | Transfer date and time. |
| From Center | Source center stock is moving out of. |
| To Center | Destination center stock is moving into. |
| Employee | Employee in charge of the transfer. |
| Received By | Employee receiving stock at the destination. |
| Status | Current status of the transfer. |

<b>Quick filter tabs</b>

| **Tab** | **Shows** |
|---------|-----------|
| Default | All transfers except cancelled ones. |
| Approved | Transfers that have been approved. |
| Draft | Transfers saved but not yet approved. |
| Cancelled | Transfers that have been cancelled. |

<b>Advanced Filters</b>

Id, Source Center, Destination Center, In Charge, Received By, Notes, Status, QC Status, Date, and Created date.

<b>List row actions</b>

| **Action** | **Available when status is** |
|------------|------------------------------|
| Edit | Draft |
| Delete | Draft |
| View | All statuses |

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

<h2 id="quick-start">Quick Start — Create an Inventory Transfer</h2>

<h3>1. Navigate</h3>
Go to <b>Inventory → Inventory Transfers</b> from the left menu.

<h3>2. Create new transfer</h3>
Click <b>New</b> to open the transfer entry screen.

<img src="inventory/images/inv-tranfer-new.webp" alt="New Inventory Transfer" loading="lazy">

<h3>3. Fill in details</h3>
<ul>
<li>Set the <b>Date</b>.</li>
<li>Choose the <b>From Center *</b> (source) and <b>To Center *</b> (destination). The two centers must be different.</li>
<li>Optionally set <b>Employee</b> and <b>Received By</b>.</li>
<li>Add item lines with <b>Item</b>, <b>Quantity</b>, and <b>Unit</b>. Use <b>Batch</b> and <b>Serial Numbers</b> where the item requires them.</li>
</ul>

<h3>4. Save</h3>
<ul>
<li><b>Save</b> — keeps the transfer as a <b>Draft</b>.</li>
<li><b>Save And Approve</b> — approves the transfer in one step and moves the stock.</li>
<li><b>Reset</b> / <b>Cancel</b> — clears or closes the form without saving.</li>
</ul>

<h3>5. Move the stock</h3>
Approve the transfer to move stock out of the source center and into the destination center. After approval you can optionally create a <b>Delivery Challan</b> or a <b>Weighment</b> for the dispatch.

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

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

| **Field** | **Description** |
|-----------|-----------------|
| Date * | Date and time of the transfer. |
| From Center * | Source center stock is moving out of. Required. |
| From Inv Bin | Source bin within the center. Shown when bin tracking is enabled. |
| To Center * | Destination center stock is moving into. Required and must differ from the source center. |
| To Inv Bin | Destination bin within the center. Shown when bin tracking is enabled. |
| Employee | Employee in charge of the transfer. |
| Received By | Employee receiving the stock at the destination. |
| Notes | Remarks about the transfer. |

> A transfer can also be created automatically from an approved <a href="#/inventory/material-request">Material Request</a> or from an <a href="#/inventory/inventory-conversion">Inventory Conversion</a>. When created this way, item lines are pre-filled from the source document.

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

<h2 id="item-lines">Item Lines — ITEMS</h2>

| **Column** | **Description** |
|------------|-----------------|
| Sl Num | Line serial number. Auto-numbered. |
| Item | Item being transferred. Stock and consumable items only. |
| Variant | Item variant, where the item has variants. |
| Description | Optional line description. |
| Quantity | Quantity to transfer. |
| Unit | Unit of measure. Defaults from the item. |
| Batch | Batch being moved. Shown for batch-tracked items; lists batches available in the source center. |
| Serial Numbers | Serial numbers being moved. Shown for serial-tracked items. |
| QC | Quality inspection result for the line. Shown when quality inspection applies to the transfer. |

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

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

<h3>View toolbar actions</h3>

| **Action** | **Description** | **Available when status is** |
|------------|-----------------|------------------------------|
| Approve | Approves the transfer and moves the stock. | Draft |
| Start Quality Inspection | Begins quality inspection on the transferred items. Shown when quality inspection applies. | Draft |
| Edit | Opens the transfer for editing. | Draft |
| Delete | Permanently removes the transfer. | Draft |
| Clone | Creates a copy of the transfer. | All (if permitted) |
| Print | Prints the transfer. | All |

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

| **Action** | **Description** | **Available when status is** |
|------------|-----------------|------------------------------|
| Create Delivery Challan | Opens a new Delivery Challan for dispatching the transferred goods. | Approved, Closed |
| Create Weightment | Opens a new Weighment entry for the transferred goods. The transfer is linked automatically, and you can add more inventory transfers to the same weighment. | Approved, Closed |
| Cancel | Cancels the transfer and reverses the stock movement. | Approved |
| Add/Update Note | Adds or edits a note on the transfer. | All |
| Master Update | Updates selected header fields without reopening the full form. See <a href="#/inventory/inventory-transfer?id=master-update">Master Update</a>. | Approved, Closed |
| Export Items | Exports the item lines to a spreadsheet. | All |

<h3>Statuses</h3>

| **Status** | **Description** |
|------------|-----------------|
| Draft | Saved but not yet approved. Can be edited or deleted. No stock has moved. |
| Approved | Finalized. Stock has moved from the source center to the destination center. |
| Closed | Transfer is closed — typically once it has been fully processed by a linked downstream document. |
| Cancelled | Transfer has been cancelled and its stock movement reversed. |

> <b>Quality inspection:</b> when the transfer requires quality inspection, items carry a QC status of QC Pending, QC Passed, or QC Failed. Use <b>Start Quality Inspection</b> on a draft to begin the check, and filter by <b>QC Status</b> from Advanced Filters.

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

<h2 id="posting">Stock Posting</h2>

When you approve a transfer:

<ul>
<li>Stock is <b>reduced</b> at the <b>From Center</b> for each item line.</li>
<li>The same quantity is <b>added</b> at the <b>To Center</b>, carrying its existing cost value across.</li>
</ul>

An Inventory Transfer moves stock only — it does not create any accounting journal. Cancelling an approved transfer reverses both stock movements.

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

<h2 id="master-update">Master Update</h2>

<b>Master Update</b> lets you change selected header fields on an approved transfer without editing the full document or item lines. Open the three-dot menu on the transfer and select <b>Master Update</b>.

| **Field** | **Can be updated?** | **Notes** |
|-----------|---------------------|-----------|
| Date * | Yes | Cannot be set before the accounts closing date. The stock movement date is updated to match. |
| Employee In charge | Yes | |
| Centers, bins, item lines, quantities | No | Cancel the transfer and create a new one to change these. |

Click <b>Confirm</b> to save changes or <b>Cancel</b> to close without saving.

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

<h2 id="view-tabs">View Tabs &amp; Side Panels</h2>

When you open a transfer in full view, the right side shows tabbed panels. Click the expand icon on a tab to open the same data in a larger modal.

<h3>Top panel</h3>

| **Tab** | **What it shows** |
|---------|-------------------|
| Summary | Documents linked to this transfer, such as delivery challans and weighments. |
| RP | Returnable packaging (RP) center transfer linked to this inventory transfer — record <b>In</b> and <b>Out</b> per RP Item when loading crates onto a vehicle center. Shown on Approved or Closed transfers when returnable packaging is enabled. See <a href="#/rp/rp-center-transfer">RP Center Transfer</a>. |

<h3>RP tab — returnable packaging</h3>

Use the <b>RP</b> tab on an approved Inventory Transfer to move returnable packaging between centers together with product stock.

<p><b>Example:</b> Load 200 milk crates from Main Store onto Vehicle 1 — approve the Inventory Transfer, open the <b>RP</b> tab, enter <b>Out</b> 200 / <b>In</b> 200 on Milk Crate, click <b>Save and Approve</b>. This creates an <a href="#/rp/rp-center-transfer">RP Center Transfer</a> linked to the transfer.</p>

<p>Also available in the <b>Field Sale App</b> via RP Center Transfer. Full documentation: <a href="#/rp/">Returnable Packaging (RP)</a>.</p>

<h3>Bottom panel</h3>

| **Tab** | **What it shows** |
|---------|-------------------|
| History | Activity log — who created, approved, edited, or cancelled the transfer and when. |
| Attachments | Files uploaded to this transfer. |

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

<h2 id="best-practices">Best Practices</h2>

<ul>
<li>Confirm the <b>From Center</b> actually holds the stock — approval reduces stock there and fails if the quantity is not available.</li>
<li>Select <b>Batch</b> and <b>Serial Numbers</b> for tracked items so the right units move and remain traceable.</li>
<li>Record the <b>Received By</b> employee so the destination team knows who is accountable for the incoming stock.</li>
<li>Use <b>Create Delivery Challan</b> when goods physically leave on a vehicle and you need a dispatch document.</li>
<li>Approve transfers promptly — stock only moves on approval, so a draft transfer does not affect availability at either center.</li>
</ul>

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

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

<b>Does saving a draft transfer move any stock?</b><br>
No. Stock moves only when the transfer is approved (or saved with <b>Save And Approve</b>).

<b>Why can't I select the same center for source and destination?</b><br>
A transfer must move stock between two different centers. The <b>From Center</b> and <b>To Center</b> cannot be the same.

<b>Can I edit a transfer after it is approved?</b><br>
No. Use <b>Master Update</b> for the allowed header fields, or <b>Cancel</b> the transfer and create a new one.

<b>What happens to stock value when I transfer between centers?</b><br>
The existing cost of the items carries across to the destination center. A transfer does not change inventory value or post to your accounts.

<b>Why is my transfer waiting on quality inspection?</b><br>
When quality inspection applies, items must pass inspection before they are cleared. Use <b>Start Quality Inspection</b> and review the QC status on each line.

<b>Can I create a transfer from another document?</b><br>
Yes. Approved Material Requests and Inventory Conversions can generate a transfer with item lines pre-filled.

<b>Why won't my transfer approve?</b><br>
Insufficient available stock at the source center (including active reservations), failed quality inspection, or linked material request is closed when your settings block approval on closed requests.

<b>Does the system allow negative stock on transfer?</b><br>
No, by default. Approve is blocked when source available quantity is insufficient unless your company explicitly allows negative stock.

<b>Why can't I cancel my transfer?</b><br>
Cancel is blocked while a linked RP center transfer exists. Cancel the RP transfer first.

<b>What happens to the linked material request when I cancel a transfer?</b><br>
The linked <a href="#/inventory/material-request">Material Request</a> may return to Approved so you can fulfil it another way.

<b>Which header fields can I change with Master Update?</b><br>
Date, Employee In charge, Branch, Brand, and Project. Centers and item lines cannot be changed through Master Update.

<h2 id="related">Related Topics &amp; Videos</h2>

<b>Related documentation</b>
<ul>
<li><a href="#/inventory/material-request">Material Request</a> — request stock that can be fulfilled with a transfer.</li>
<li><a href="#/inventory/inventory-conversion">Inventory Conversion</a> — convert items and move the output between centers.</li>
<li><a href="#/inventory/inventory-adjustment">Inventory Adjustment</a> — correct stock quantities at a center.</li>
<li><a href="#/inventory/goods-delivery-note">Delivery Challan / Delivery Note</a> — dispatch document for goods leaving a center.</li>
</ul>

<b>Video — Inventory Transfer overview</b>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Yw8kUWzud-E?si=V4Dz9faZ8b3g93K3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
