> 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-version-release-notes/may-2025/sale/delivery-order-box-wise-option-added-for-retrieval-in-sale-bill.md).

# “Delivery order box wise” option added For Retrieval in Sale Bill

A new update has been introduced in Logic ERP, adding a feature in the Sales Bill → Retrieval section, titled “Delivery Order Box Wise”. This allows for the retrieval of sales bills based on delivery orders organized by box, offering better control and accuracy in dispatch management.

**Step 1: Create Packing Box Numbers from Packing Slip – Delivery Order**

1. Navigate to **Billing** and then click on **Packing Slip – Delivery Order**.
2. Create the **Box Numbers** as per your delivery requirements.
   * Each box can be assigned a unique number for identification and tracking.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2025/05/Packing-Slip.png" alt=""><figcaption></figcaption></figure>

**Step 2: Retrieve Delivery Orders in Sales Bill Using Box Numbers**

1. Go to **Sales Bill** and begin creating a new invoice.
2. Click on the **Retrieve Order** option.
3. You will now see a new retrieval type: **“Delivery Order Box Wise.”**
4. Select this option.
5. Enter the **Box Number** you created earlier.
6. The system will automatically retrieve the corresponding delivery order linked to that box.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2025/05/Define-Box-No-1.png" alt=""><figcaption></figcaption></figure>


---

# 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-version-release-notes/may-2025/sale/delivery-order-box-wise-option-added-for-retrieval-in-sale-bill.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.
