> For the complete documentation index, see [llms.txt](https://hd.gobiz.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hd.gobiz.vn/m28/dispatch_order/export_confirmation.md).

# 5. Xuất kho theo đơn hàng

## Mục đích

* Xác nhận là đã xuất kho và chuyển giao cho đơn vị vận chuyển

## Điều kiện

* Máy tính tại kho
* Máy in tem
* Máy quét mã vạch&#x20;

## Hướng dẫn

**Bước 1**: Vào Xuất kho, click vào ô "Nhập hoặc quét mã"

![Xuat kho](https://user-images.githubusercontent.com/24457565/134956274-11918318-ccab-482b-8032-60f89c2fc306.png)

**Bước 2**: Quét từng đơn hàng và giao cho đơn vị vận chuyển.

**Bước 3**: Click *Tạo phiếu xuất*, chúng ta sẽ được một chứng từ như sau:

![Phieu xuat](https://user-images.githubusercontent.com/24457565/134956757-70d334f9-b2de-4cb3-9965-ab5de562f726.png)

**Bước 4**: Click *Chỉnh sửa thông tin người nhận*, điền thông tin của người nhận vào

![Screen Shot 2021-09-28 at 00 26 58](https://user-images.githubusercontent.com/24457565/134956815-ce4cc3ec-b3f1-49f6-85f4-a02d11c5e0e9.png)

**Bước 5**: Click *In phiếu* và lấy chữ ký của Nhân viên xuất kho và Nhân viên lấy hàng

**Bước 6**: Click *Xuất kho* để xác nhận là đã xuất kho thành công


---

# 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://hd.gobiz.vn/m28/dispatch_order/export_confirmation.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.
