> 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/manufacturing-workstation-logging/manufacturing-workstation-process-log-centre.md).

# Manufacturing Workstation Process Log Centre

### What is Manufacturing Workstation Process Log Centre?

The **Manufacturing Workstation Process Log Centre** provides a centralized view of all manufacturing process execution activities performed through the Workstation Logging module. It allows users to monitor production progress, review process execution history, and track quantities processed for each Manufacturing Order.

### Header Level Search Fields

These fields allow users to filter and locate specific process log records.

| Field           | Description                                                                                       |
| --------------- | ------------------------------------------------------------------------------------------------- |
| **Process**     | Filters records based on the manufacturing process executed (e.g., Cutting, Welding, Painting).   |
| **MO Number**   | Filters records for a specific Manufacturing Order.                                               |
| **Item#**       | Filters logs based on the manufactured item identifier.                                           |
| **Description** | <p></p><p>Filters records using the item description associated with the Manufacturing Order.</p> |

### Header Level Icons

These features provide quick actions for managing and viewing process log records.

* **Navigation Controls:**\
  Allow users to move between records or pages within the grid.
* **Refresh**\
  Refreshes the process log records based on the applied search criteria to display the most recent data.
* **Save**\
  Preserves user interface settings such as column preferences for future sessions.
* **Advanced Search**\
  Allows users to perform detailed searches using specific criteria such as column name, operator, and value.
* **Download**\
  Exports process log data in multiple formats such as CSV, Excel, or PDF for reporting and analysis.
* **Columns**\
  Allows users to customize visible grid columns based on preference.

### Manufacturing Workstation Process Log Centre Columns

The Manufacturing Workstation Process Log Centre displays the following columns to provide visibility into manufacturing process execution and production activity details.

| **Field**     | **Description**                                                                                                              |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| MO Number     | Displays the Manufacturing Order associated with the process execution.                                                      |
| Item#         | Displays the item identifier for the product being manufactured.                                                             |
| Description   | Shows the description of the item linked to the Manufacturing Order.                                                         |
| Process       | Displays the manufacturing process executed at the workstation.                                                              |
| Processed Qty | Indicates the quantity processed during the process execution.                                                               |
| Start At      | Displays the date and time when the manufacturing process execution started.                                                 |
| Finish At     | Displays the date and time when the process execution was completed. If not available, the process may still be in progress. |
| User Id       | Shows the user who executed the manufacturing process.                                                                       |
| Create Dttm   | Displays the date and time when the process log record was created in the system.                                            |


---

# 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/manufacturing-workstation-logging/manufacturing-workstation-process-log-centre.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.
