# Production Order

<p class="doc-lead">A Production Order instructs the shop floor to produce a quantity of an item by a due date. It can be created manually, from a Production Plan, Sale Order, or Production Order Group. Once approved, it drives Issue For Production, Production Vouchers, and Receipt From Production through to stock completion.</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="#/production/production-order?id=overview">Overview &amp; List View</a>
<a href="#/production/production-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="#/production/production-order?id=header-fields">Header Fields</a>
<a href="#/production/production-order?id=order-types">Single vs Multi-Stage</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">More</span>
<div class="doc-toc-links">
<a href="#/production/production-order?id=actions-status">Actions &amp; Status</a>
<a href="#/production/production-order?id=master-update">Master Update</a>
<a href="#/production/production-order?id=view-tabs">View Tabs &amp; Widgets</a>
<a href="#/production/production-order?id=best-practices">Best Practices</a>
<a href="#/production/production-order?id=faq">FAQ</a>
<a href="#/production/production-order?id=related">Related &amp; Videos</a>
</div>
</div>
</div>

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

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

The Production Orders list shows every order with item, quantity, center, batch, customer, and status. Use quick filter tabs to switch between Default, On Going, Approved, Finished, and other status views. Advanced Filters narrow by item, center, employee, batch, machine, and more.

<b>List columns</b>

| **Column** | **Shows** |
|------------|-----------|
| Id | Order reference number. |
| Number # | Bill number. |
| Order Date | Date the order was created. |
| Item | Item to be produced. |
| Item Group | Item group. |
| Item Type | Finished or semi-finished type. |
| Center | Production center. |
| Variant | Item variant. |
| Quantity | Order quantity. |
| Unit | Unit of measure. |
| Batch | Batch assigned. |
| Customer | Customer when linked to a Sale Order. |
| Status | Current order status. |

<b>Quick filter tabs</b>

Default, On Going, Closed, Approved, Cancelled, Draft, Finished, Paused, Stopped, Inventory Requested, Inventory Issued, Partially Finished.

<b>Advanced Filters</b>

Id, Bill No, Item, Item Type, Item Group, Multi Stage Production Item, Center, Employee, Customer, Batch, Branch, Machine, Status, Secondary Status, Notes, Order date, Due date, Created date.

<b>List row actions</b>

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

<img src="production/images/a-po-list.webp" alt="Production Order list" loading="lazy">

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

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

<h3>1. Navigate</h3>
Go to <b>Production → Production Order</b>.

<h3>2. Create new order</h3>
Click <b>New</b>. You can also create from an approved <a href="#/production/production-plan">Production Plan</a>, <a href="#/production/production-group">Production Order Group</a>, or Sale Order.

<img src="production/images/a-po-new.webp" alt="New Production Order" loading="lazy">

<h3>3. Fill in details</h3>
<ul>
<li>Set <b>Order Date</b> and <b>Due Date</b>.</li>
<li>Choose <b>Production Center</b> and <b>Employee In charge</b>.</li>
<li>Select the <b>Item</b>, <b>Quantity</b>, <b>Unit</b>, and <b>BOM</b> (single-stage or multi-stage).</li>
<li>Optionally set <b>Batch</b>, <b>Machine</b>, and <b>Notes</b>.</li>
</ul>

<h3>4. Save</h3>
<ul>
<li><b>save</b> — keeps the order as <b>Draft</b>.</li>
<li><b>Save And Approve</b> — approves in one step.</li>
</ul>

<h3>5. Execute production</h3>
<ul>
<li><b>Single-stage:</b> Create Issue For Production Request → Issue For Production → Production Voucher → Receipt From Production.</li>
<li><b>Multi-stage:</b> Open the multi-stage view and complete each stage — issue, voucher, and receipt per process.</li>
</ul>

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

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

| **Field** | **Description** |
|-----------|-----------------|
| Order Date * | Date the order is raised. |
| Number | Order bill number when numbering is configured. |
| Due Date | Target completion date. |
| Production Center * | Center responsible for production. |
| Employee In charge | Responsible employee. |
| Branch | Branch when multi-branch is enabled. |
| Has Multiple Items | Enable to produce multiple items on one order. |
| Item * | Item to produce. |
| Variant | Item variant. |
| No Of Rolls | Roll count for roll-based production. |
| Length / Width | Dimensions for roll/sheet production. |
| Quantity | Order quantity. Can be set later via <b>Set quantity</b> when allowed. |
| Unit * | Unit of measure. |
| Style / Size Range / Item Fabrics | Apparel or fabric attributes when enabled. |
| BOM | Single-stage Bill of Materials. |
| Multi stage BOM | Multi-stage BOM for stage-wise production. |
| Has Multiple Batches | Enable batch-wise quantity split. |
| Batch | Production batch. |
| Machine | Machine assigned to the order. |
| Intermediate Item | Intermediate output item for multi-stage flows. |
| Notes | Remarks on the order. |

<b>Multi items line table</b> (when Has Multiple Items is on): Sl Num, Item, Variant, Quantity, Unit.

<b>Sizes line table</b> (apparel): Sl Num, Size, Quantity.

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

<h2 id="order-types">Single vs Multi-Stage</h2>

| **Aspect** | **Single-Stage** | **Multi-Stage** |
|------------|------------------|-----------------|
| BOM | Single BOM | Multi-Stage BOM |
| Process | One-step production | Multiple defined stages |
| Material issue | Direct from order | Stage-wise issue |
| Production Voucher | Direct from order | Per stage after completion |
| Receipt | After production | Final receipt after all stages |

See [<b>Single-Stage Production Order</b>](production/single-stage-production-order.md) and [<b>Multi-Stage Production Order</b>](production/multi-stage-production-order.md) for workflow detail.

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

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

<h3>View toolbar actions</h3>

| **Action** | **Available when status is** |
|------------|------------------------------|
| Approve | Draft |
| Edit | Draft, Sent for Revisal |
| Delete | Draft, Sent for Revisal |
| Clone | All |
| Create Issue For Production Request | Approved, Inventory Issued, Partially Finished |
| Create Issue For Production | Approved, Inventory Issued, Partially Finished |
| Create Production Voucher | Approved, Inventory Issued, Partially Finished |
| Create Receipt From Production | Finished, Partially Finished |
| Cancel | Approved, Closed, Finished, Inventory Requested, Inventory Issued |
| Set quantity | Approved, Inventory Issued, Partially Finished |
| Quality Check | Approved, Closed, Finished, Partially Finished |
| Update Secondary Status | Approved, Closed, Finished, Partially Finished, Inventory Issued |
| Master Update | Approved, Closed, Finished, Partially Finished, Inventory Issued |
| Mark As Closed | Approved, Finished, Partially Finished |
| Undo Close | Closed (when manually closed) |
| Add/Update Note | All |
| Print | All |

<h3>Common statuses</h3>

Draft, Approved, On Going, Inventory Request Approved, Inventory Issued, Finished, Partially Finished, Closed, Cancelled, Paused, Stopped.

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

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

From an approved order, <b>Master Update</b> lets authorized users change selected header fields without cancelling the order. Available fields match the Master Update dialog for Production Order (center, employee, dates, batch, machine, notes, and other whitelisted fields).

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

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

<b>Standard view</b> shows ID, Number #, Order Date, Due Date, linked Production Plan, Sale Order, Customer, item details, produced and balance quantities, BOM, QC Status, center, branch, and machine.

<b>Cost estimate widget</b> — expand the order row on the list or open view to see estimated raw material, overhead, and total cost from the BOM.

<b>Multi-stage view</b> (multi-stage orders) shows widgets <b>Order Qty</b>, <b>% Completed</b>, <b>Days Left</b>, and sections <b>STAGES</b>, <b>INVENTORY</b>, <b>OVER HEAD CHARGES</b>. Per-stage actions: Start, Re issue, Complete, View, Inv. Summary, Roll Split Up, Set quantity, Change Employee, WIP Transfer, Add Notes.

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

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

<ul>
<li>Select the correct BOM before approving — changing BOM after issue is restricted.</li>
<li>Use Issue For Production Request first when store approval of material pick lists is required.</li>
<li>Run <a href="#/production/reports/order-summary">Order Summary</a> before Mark As Closed to confirm issued, consumed, and produced quantities balance.</li>
<li>For Sale Order–linked orders, monitor <a href="#/production/reports/pending-production-order-report">Pending Production Order</a> report for backlog.</li>
</ul>

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

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

<p><b>Can I create a Production Order without a quantity?</b><br>Yes, when <b>Allow Production with zero quantity</b> is enabled in Production Settings. Use <b>Set quantity</b> on an approved order to enter quantity later.</p>

<p><b>What is the difference between Finished and Closed?</b><br><b>Finished</b> means production is complete. <b>Closed</b> means the order is finalized and stock has been received into net stock.</p>

<p><b>How do I see estimated cost before production?</b><br>Expand the order on the list or open the BOM Cost Estimation tab on the linked BOM.</p>

<p><b>When is Quality Check required?</b><br>When quality templates are configured on the BOM or stage, QC must pass before Issue For Production or Receipt From Production can be approved.</p>


<p><b>Can I use both BOM and multi-stage BOM?</b><br>No — provide exactly one of standard BOM or multi-stage BOM on the order.</p>
<p><b>Why is cancel blocked?</b><br>Cancel downstream receipts, vouchers, issues, or issue requests first — message depends on current order status.</p>
<p><b>What is size breakdown?</b><br>When enabled, sum of size quantities must equal order quantity.</p>
<hr class="doc-section-divider">

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

<ul>
<li><a href="#/production/issue-for-production-request">Issue For Production Request</a></li>
<li><a href="#/production/issue-for-production">Issue For Production</a></li>
<li><a href="#/production/production-voucher">Production Voucher</a></li>
<li><a href="#/production/receipt-from-production">Receipt From Production</a></li>
<li><a href="#/production/bill-of-materials">Bill Of Materials</a></li>
<li><a href="#/production/reports/">Production Reports</a></li>
</ul>

<iframe width="560" height="315" src="https://www.youtube.com/embed/znrMpSUcxyY?si=CraFSZYd4vADevWT" 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>

<img src="production/images/a-po-new2.webp" alt="Cost estimate on Production Order" loading="lazy">
