> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/production/cancel-a-production-job-order.md).

# Cancel a Production Job Order

**YouTube:** [How to Cancel a Production Job Order?](https://www.youtube.com/watch?v=uGu9odVsWbc)

## How to Cancel a Production Job Order?

In this tutorial, we will learn how to **cancel a Job Order** in **Logic ERP** and how to verify its cancellation status through reports.

***

### **Access to Cancel a Job Order**

* Navigate to the Production\Production Vouchers and then click to **Cancel Job Order** module from the main menu.
* Next, Click on **"Job Order Selection"** Button.

<figure><img src="/files/pvRHcf0qVtZhO8gPFu5m" alt=""><figcaption></figcaption></figure>

* Select the **Job Order** you wish to cancel.

<figure><img src="/files/PPQJIFhhplXgkKF3UfmA" alt=""><figcaption></figcaption></figure>

* Click on the **Cancel JO** button.

<figure><img src="/files/Odz3D7AC7mCPxFgKon9t" alt=""><figcaption></figcaption></figure>

* The system will confirm that the **Job Order has been successfully canceled**.

**Note:** Along with the **Cancel JO** button, an **UnCancel JO** button is also provided so that if any JO is cancelled by mistake, you can restore (un-cancel) it. The job order will be restored to its previous active status.

***

### **Verify the Cancellation Status**

* Navigate to the **Pending Job Orders Report**.
* The report will display the **cancellation status** of each job order along with all relevant details.

<figure><img src="/files/kpuzAQJSzpj1UCBYhKth" alt=""><figcaption></figcaption></figure>

* This helps ensure proper tracking and confirmation of canceled or active job orders.

***

### **Conclusion**

By following these steps, you can easily cancel or un-cancel job orders in Logic ERP and verify their status through the pending job orders report. This feature ensures accurate record maintenance and smooth workflow management.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/production/cancel-a-production-job-order.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
