> 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/print-service-queue.md).

# Print Service Queue

### What is Print Service Queue?

The Print Service Queue provides a centralized view of all print jobs initiated through the system. It enables users to monitor, track, and manage print requests generated from various modules such as Sales Orders. Each print job is recorded with details such as printer, status, entity type, and error messages, allowing users to ensure smooth and controlled printing operations.

This module is available only when the app configuration **“Enable Xoro Print Service”** is enabled.

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

{% hint style="info" %}
To access the **Print Service Queue**, go to: ***Menu > Admin> Printing> Print Service Queue***
{% endhint %}

### Key Features

* **Centralized Print Job Tracking:** Provides a complete view of all print requests across the system, allowing users to monitor job progress and status in one place.
* **Real-Time Status Visibility:** Displays the current status of each print job (e.g., Waiting, Sent to Printer), helping users track processing and completion.
* **Printer and Service Mapping:** Shows the assigned printer and print service for each job, ensuring clarity on where and how the job is being processed.
* **Error Monitoring and Troubleshooting:** Captures error messages for failed or problematic print jobs, enabling quick identification and resolution.
* **Entity-Level Traceability:** Links each print job to its originating entity (e.g., Sales Order), allowing users to trace back to the source document easily.
* **Bulk Management Capabilities:** Allows users to select and manage multiple print jobs for efficient monitoring and control.

### Use Cases

* **Monitor Print Job Status:** Users can track whether print jobs are in Waiting or Sent to Printer status to ensure timely processing.
* **Identify and Resolve Printing Issues:** Users can review error messages in the queue to troubleshoot failed print jobs.
* **Track Document-Level Printing:** Users can trace print jobs back to specific documents, such as Sales Orders, using the Entity Ref#.
* **Manage High Volume Printing:** Users handling bulk printing can monitor multiple jobs simultaneously to ensure all requests are processed correctly.
* **Verify Printer and Service Usage:** Users can confirm which printer and print service handled each job for operational visibility.


---

# 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:

```
GET https://docs.xorosoft.com/xoroerp-1/admin/printing/print-service-queue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
