# Sale Return Order

<p class="doc-lead">A Sale Return Order records customer intent to return goods against a sale invoice. Use it to track return quantities, receive goods back via receipt notes, and issue credit notes for refunds or balance adjustments.</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="#/sales/sale-return-order?id=overview">Overview &amp; List View</a>
<a href="#/sales/sale-return-order?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="#/sales/sale-return-order?id=header-fields">Header Fields</a>
<a href="#/sales/sale-return-order?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="#/sales/sale-return-order?id=actions-status">Actions &amp; Status</a>
<a href="#/sales/sale-return-order?id=master-update">Master Update</a>
<a href="#/sales/sale-return-order?id=view-tabs">View Tabs &amp; Widgets</a>
<a href="#/sales/sale-return-order?id=best-practices">Best Practices</a>
<a href="#/sales/sale-return-order?id=faq">FAQ</a>
<a href="#/sales/sale-return-order?id=related">Related &amp; Videos</a>
</div>
</div>
</div>

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

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

The Sale Return Orders list shows all return orders with customer, date, linked sale invoice, amount, and status. Use quick filters to view Approved, Draft, Cancelled, Received, or Partial Received returns. Return orders are typically created from a <a href="#/sales/sale-invoice">Sale Invoice</a> using <b>Return Order</b> — the list may not show a <b>New</b> button. From the list you can open existing return orders, edit drafts, or delete draft return orders.

<b>List View</b>

<img src="sales/images/sale-return-report.webp" alt="Sale Return Orders list" loading="lazy">

<b>List row actions</b>

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

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

<h2 id="quick-start">Quick Start — Create a Sale Return Order</h2>

<h3>1. Navigate</h3>
Open the source <a href="#/sales/sale-invoice">Sale Invoice</a> from <b>Sales → Sale Invoice</b>.

<h3>2. Create return order</h3>
On an Approved or Closed invoice, open the more menu (⋮) and select <b>Return Order</b>. The return order form opens pre-filled with customer and item details from the invoice.

<img src="sales/images/sale-return.webp" alt="Sale Return Order" loading="lazy">

<h3>3. Fill in details</h3>
<ul>
<li>Review the linked <b>Sale invoice</b> reference and return item lines with <b>Qty</b>, <b>Unit</b>, and <b>Rate</b>.</li>
<li>Select a <b>Return Reason</b> when return reasons are configured (pre-filled from <a href="#/settings/user-management?id=default-values">User Settings</a> when a default is set).</li>
<li>Set <b>Delivery Due Date</b> for expected return receipt.</li>
<li>Add <b>Notes</b> or <b>Internal Notes</b> if needed.</li>
</ul>

<h3>4. Save</h3>
<ul>
<li><b>save</b> — keeps the return order as a <b>Draft</b>.</li>
<li><b>Save And Approve</b> — approves the return order in one step.</li>
<li><b>Cancel</b> — closes the form without saving.</li>
</ul>

<h3>5. Complete the return</h3>
<ul>
<li>Use <b>Create Receipt Note</b> to record goods received back into stock.</li>
<li>Use <b>Create Credit Note</b> once goods are Received or Partial Received to issue the financial credit.</li>
<li>Alternatively, use <b>Mark As Received</b> on Partial Received orders when all goods are in.</li>
</ul>

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

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

| **Field** | **Description** |
|-----------|-----------------|
| Date * | Date of the return order. |
| Form Type | Sale type that controls numbering, tax rules, and print layout. |
| Bill Number * | Unique return order reference. Auto-generated when numbering is configured. |
| Sale invoice | Source sale invoice for this return. Pre-filled when created from an invoice. |
| Customer * | Customer returning goods. Pre-filled from the invoice. |
| Customer Billing Address | Auto-filled from the customer. Read-only. |
| Shipping Address | Return pickup or delivery address. |
| Contact person | Customer contact. Enabled after a customer is selected. |
| Return Reason | Reason for the return. Shown when return reasons are configured. Pre-filled from the user's default <a href="#/sales/sale-return-reason">Sale Return Reason</a> in <a href="#/settings/user-management?id=default-values">User Settings</a> when set. |
| Employee | Sales employee responsible for this return. |
| Prepared By | Employee who prepared the document. Shown when <b>Show Prepared by field</b> is enabled. |
| Delivery Due Date | Expected date for receiving returned goods. |
| Branch | Branch for the transaction. Shown when multi-branch is enabled. |
| Brand | Brand for brand-wise profit tracking. |
| Billing center * | Billing center for the transaction. |
| Project | Optional project link. |
| Project Task | Task within the selected project. |
| Currency / Currency Exchange Rate | Shown when multi-currency is enabled. |
| Notes | Remarks printed on the return order. |
| Internal Notes | Internal remarks not shown on print. |

> Many optional header and line fields are controlled by <a href="#/sales/sale-settings-config">Sale Settings</a>.

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

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

| **Column** | **Description** |
|------------|-----------------|
| Sl.No | Line serial number. |
| Item | Item being returned. Required. |
| Item code, Variant, Description, HSN, MRP, Brand | Optional columns enabled in Sale Settings. |
| Qty | Quantity to return. Required. Cannot exceed invoiced quantity. |
| Unit | Unit of measure. Required. |
| Rate | Return rate per unit. Pre-filled from the invoice. |
| Amount, Trade Discount, discounts, Taxable Amount, Taxes, Tax Amount, Total | Calculated based on tax and discount settings. |

<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 | Finalizes the return order. | Draft |
| Edit | Opens the return order for editing. | Draft, For Revisal |
| Delete | Permanently removes the return order. | Draft, For Revisal |
| Print | Prints the return order. | All |
| Export | Exports the return order to Excel. | All |

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

| **Action** | **Description** | **Available when status is** |
|------------|-----------------|------------------------------|
| Cancel | Cancels the return order. | Approved, Open, Delivered |
| Create Receipt Note | Opens a Receipt Note to receive returned goods into stock. | Approved, Partial Received |
| Create Credit Note | Opens a Credit Note from received quantities. | Partial Received, Received |
| WorkFlow Request | Starts a company process linked to this return order. Does not approve the return. See <a href="#/hr/workflow-request">WorkFlow Request</a>. | Approved, Closed |
| Add/Update Note | Adds or edits an internal note. | All |
| Master Update | Updates selected header fields. See <a href="#/sales/sale-return-order?id=master-update">Master Update</a>. | Approved, Closed, Delivered, Partial Received, Received |
| Mark As Received | Manually marks the return order as fully received. | Partial Received |
| Export Items | Exports item lines to Excel. | All |

<h3>Statuses</h3>

| **Status** | **Description** |
|------------|-----------------|
| Draft | Saved but not yet approved. Can be edited or deleted. |
| For Revisal | Sent back for changes. Treated like Draft for edit and delete. |
| Approved | Finalized. Ready for receipt note and credit note processing. |
| Partial Received | Some returned quantities have been received via receipt notes. |
| Received | All returned quantities have been received. |
| Closed | Return order is closed after processing. |
| Cancelled | Return order has been cancelled. |

<b>Posting note:</b> Sale Return Orders do not post to accounts or inventory by themselves. Stock increases when you approve Receipt Notes. Ledger entries are created when you approve Credit Notes linked to the return.

<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 or in-progress return order without editing item lines. Open the three-dot menu and select <b>Master Update</b>.

| **Field** | **Can be updated?** | **Notes** |
|-----------|---------------------|-----------|
| Date * | Yes | Cannot be set before the accounts closing date. |
| Employee | Yes | Sales employee in charge. |
| Delivery Due Date | Yes | Expected date for receiving returned goods. |
| Branch | Yes | When multi-branch is enabled. |
| Brand | Yes | When brand-wise tracking is enabled. |
| Project | Yes | |
| Customer, invoice reference, item lines, totals | No | Edit the full return order (Draft / For Revisal) or cancel and recreate. |

Click <b>Confirm</b> to save 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 sale return order in full view (not in a small modal), 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 | Linked documents — receipt notes, credit notes, and related follow-up transactions from this return order. See <a href="#/sales/reports/sale-transaction-summary">Sale Transaction Summary</a>. |

<h3>Middle panel</h3>

| **Tab** | **What it shows** |
|---------|-------------------|
| Deliveries | Receipt notes and return receipt progress against this return order. |

<h3>Bottom panel (all transactions)</h3>

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

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

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

<ul>
<li>Always create return orders from the original <a href="#/sales/sale-invoice">Sale Invoice</a> so quantities and rates match.</li>
<li>Follow the full workflow — Return Order → Receipt Note → Credit Note — for accurate inventory and financial tracking.</li>
<li>Use configured <a href="#/sales/sale-return-reason">Return Reasons</a> to analyze return patterns in reports.</li>
<li>Receive goods with <b>Create Receipt Note</b> before issuing a credit note when inventory must be updated.</li>
</ul>

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

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

<b>Why is there no New button on the return order list?</b><br>
Return orders are created from an approved or closed sale invoice using <b>Return Order</b>. This ensures every return is linked to the original bill.

<b>Can I create a credit note without a receipt note?</b><br>
<b>Create Credit Note</b> is available when status is Partial Received or Received. For inventory-tracked items, receive goods first with a receipt note.

<b>What is Mark As Received vs Create Receipt Note?</b><br>
<b>Create Receipt Note</b> records physical receipt and updates stock. <b>Mark As Received</b> manually completes a Partial Received return when all goods are in without creating another document.

<b>Does a return order post to accounts?</b><br>
No. The Credit Note posts the ledger adjustment when approved.

<b>Why is Create Credit Note disabled?</b><br>
All return quantity may already be credited, or status is not Partial Received / Received. Check remaining quantity on the return order view.

<b>Why does credit note not match the receipt note?</b><br>
Approve validates returned quantity against the receipt note. Align receipt note lines before approving the credit note.

<b>Can I return more than the original invoice quantity?</b><br>
No. Return order lines are capped by remaining quantity on the linked sale invoice.

<b>Where do I pick the return reason?</b><br>
Select a reason from <a href="#/sales/sale-return-reason">Sale Return Reason</a> on the return order header when recording the return. You can set a per-user default in <a href="#/settings/user-management?id=default-values">User Settings</a>.

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

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

<ul>
<li><a href="#/sales/sale-invoice">Sale Invoice</a></li>
<li><a href="#/sales/credit-note">Credit Note</a></li>
<li><a href="#/sales/sale-return-reason">Sale Return Reason</a></li>
<li><a href="#/sales/sale-settings-config">Sale Settings</a></li>
<li><a href="#/sales/reports/sale-return-report">Sale Return Report</a></li>
</ul>
