> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/manufacturing/workstation/quarantine-resolution-screen.md).

# Quarantine Resolution Screen

### What is Quarantine Resolution?

The Quarantine Resolution screen allows users to review, manage, and resolve quarantined quantities reported during manufacturing process execution. It provides centralized control to take corrective actions for items flagged with quality issues during workstation logging.&#x20;

When a quantity is reported as a quality issue during production, the system moves it to quarantine. The module ensures structured quality control handling and maintains production accuracy by adjusting quantities based on the selected resolution outcome.

{% hint style="info" %}
To view the Quarantine Resolution Screen, go to Menu > Manufacturing > Workstation > Quarantine Resolution Screen
{% endhint %}

### Key Features and Functionality

**1. Centralized Quarantine Record Management**

The module provides a unified view of all quarantine records generated during manufacturing execution. Users can monitor quality issues across processes and Manufacturing Orders from a single screen, improving visibility and control over production quality handling.

**2. Advanced Record Filtering**

Users can filter quarantine records using criteria such as Process, Quality Code, Manufacturing Order number, and Status. This helps in quickly locating specific records and managing quality issues efficiently.

**3. Individual and Batch Resolution Support**

The system allows users to resolve quarantine records individually or apply resolution actions in bulk. Batch processing improves efficiency when handling multiple quarantine entries simultaneously.

**4. Multiple Resolution Actions**

The module provides predefined resolution actions including Accept & Replace, Accept & Short Produce, and Reject. Each action adjusts production quantities differently based on the selected outcome.

**5. Resolution Reason and Audit Tracking**

Users can record the resolution reason along with user details and timestamps. This ensures full audit traceability and helps maintain accountability in quality issue handling.

**6. Status Visibility and Tracking**

Each quarantine record displays its current status such as Open, Resolved, or Rejected. This allows users to easily identify pending and completed quality issue actions.


---

# 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://docs.xorosoft.com/xoroerp-1/manufacturing/workstation/quarantine-resolution-screen.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.
