> 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/admin/printing/printing-interceptor/printing-interceptor-centre.md).

# Printing Interceptor Centre

### Overview

The **Printing Interceptor Centre** provides a centralized view of all Printing Interceptor configurations created in the system. It allows users to manage custom printing scripts, monitor interceptor status, and maintain entity-specific printing logic from a single location. Users can quickly identify configured interceptors, review their associated entities and actions, and perform bulk management operations.

To access the Printing Interceptor Centre, go to **Menu → Admin → Printing Interceptor → Printing Interceptor Centre.**

### Header Level Search Fields

The header-level search fields allow users to quickly locate specific Printing Interceptor configurations.

| Field | Description                                                                  |
| ----- | ---------------------------------------------------------------------------- |
| Name  | Allows users to search for a Printing Interceptor configuration by its name. |

### Header Level Options

The following option is available under the **Options** menu in the Printing Interceptor Centre.

* **Batch Delete:** Deletes the selected Printing Interceptor configurations from the system in a single action.

### Header Level Icons

These icons provide quick access to commonly used actions for managing Printing Interceptor configurations.

* **Refresh:** Reloads the Printing Interceptor Centre and displays the latest interceptor records.
* **Save:** Saves the current grid layout and user interface preferences for future sessions.
* **Advanced Search:** Allows users to apply additional search conditions to locate specific Printing Interceptor configurations.
* **Columns:** Allows users to customize the grid by showing or hiding available columns based on their preferences.
* **Download:** Exports Printing Interceptor Centre data in supported formats such as CSV, TXT, MS Word, MS Excel, PDF, and MS Excel (.xlsx).

### Columns

The Printing Interceptor Centre displays the following columns to provide visibility into configured Printing Interceptors.

| Column          | Description                                                                               |
| --------------- | ----------------------------------------------------------------------------------------- |
| Name            | Displays the name of the Printing Interceptor configuration.                              |
| Description     | Displays the description of the Printing Interceptor configuration.                       |
| Entity Type     | Displays the entity associated with the Printing Interceptor.                             |
| Action          | Displays the action configured for the selected entity.                                   |
| Is Active?      | Indicates whether the Printing Interceptor configuration is currently active.             |
| Create Datetime | Displays the date and time when the Printing Interceptor configuration was created.       |
| Created By      | Displays the user who created the Printing Interceptor configuration.                     |
| Modify Datetime | Displays the date and time when the Printing Interceptor configuration was last modified. |
| Modify By       | Displays the user who last modified the Printing Interceptor configuration.               |


---

# 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/admin/printing/printing-interceptor/printing-interceptor-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.
