> 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-learning-hub-tutorials-and-best-practices/order-processing/continuous-printing-orders/purchase-order.md).

# Purchase Order

**YouTube:** [How to Generate Continuous Printing for Purchase Orders (Old Print Setup)?](https://www.youtube.com/watch?v=WQX4qk30A4w)

## How to Generate Continuous Printing for Purchase Orders (Old Print Setup)?

In this tutorial, we will learn how to **print multiple Purchase Order documents in a single process** using the **Continuous Printing feature** in **Logic ERP**.

***

### **Open Continuous Printing for Orders**

* Navigate to **Order Processing** from the main menu.
* Select **Continuous Printing – Orders**.
* Open the **Purchase Order** option.

**Select Printing Configuration**

* Choose the **required printing configuration** from the list.

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

* This configuration will apply the **default print format** for the Purchase Order documents.

***

### **Select Purchase Orders**

* Select the **Purchase Order documents** that you want to print.

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

The screen is divided into two sections:

* **Upper Section:** Displays the list of selected Purchase Orders.
* **Lower Section:** Shows **item-wise details** of the selected Purchase Order.

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

***

### **Start Continuous Printing**

* Select the documents you want to print.
* Click on the **Print** button.
* A confirmation message will appear.

**Preview Before Printing (Optional)**

* Click **Yes** to view the **Print Preview**.

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

* Enter the **number of copies** required.
* The preview window will display the selected Purchase Orders.

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

You can also **print directly from the preview screen** by clicking the **Print icon**.

***

### **Direct Printing Without Preview**

* If you click **No** in the confirmation window:
  * The system will **print all selected Purchase Orders sequentially**.
  * No individual preview screens will be displayed.

***

### **Conclusion**

The **Continuous Printing – Orders** feature allows users to **quickly print multiple Purchase Orders in one go**, improving efficiency and saving time during document processing.


---

# 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-learning-hub-tutorials-and-best-practices/order-processing/continuous-printing-orders/purchase-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.
