> For the complete documentation index, see [llms.txt](https://docs.lionparcel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lionparcel.com/guides/guides-en/features/shipment-booking/booking-list.md).

# Booking List

### Booking List

#### A. Search and View Booking List

Displays a list of all shipping receipts created by users along with the current status, service type, and related shipping information.

<figure><img src="/files/258795c9a12e62bad00d03956fdc4af81bd78e02" alt=""><figcaption><p>Figure 1: Booking List Home Page</p></figcaption></figure>

**Explanation of each component:**&#x20;

* STT No.: A unique number for each shipment (receipt).
* Shipment No.: The shipment number from the Lion Parcel system.
* Shipping Type: Indicates the service used (e.g., Regpack, Bosspack).
* Booking & Update Date: Time of data creation and updates.
* Booked for: The identity of the client/partner who made the booking.
* Action column (⋮): Displays additional options such as View Details, Print Receipt, or Edit.
* Search and filter features are available at the top of the table to make it easier for users to find specific receipts by STT number or date.

#### B. Print Thermal Receipt

Provides a direct receipt printing facility in Thermal Print format (for 4x6 inch label printers or similar).

<figure><img src="/files/4a287e4a1199c5640c8ceff9dea39e726aa982c0" alt=""><figcaption><p>Figure 2: Shipping label example</p></figcaption></figure>

On the shipment detail page, there is a Print Receipt File option on the right side, including:

* Print Thermal Receipt → 4x6 inch label format.
* Print Thermal Receipt PDF → ready-to-print PDF version.
* Print Basic/Save to PDF → standard print version.

This feature makes it easy for clients to print shipping labels quickly and efficiently before the package is sent.


---

# 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.lionparcel.com/guides/guides-en/features/shipment-booking/booking-list.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.
