> For the complete documentation index, see [llms.txt](https://docs.semudahitu.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.semudahitu.id/kasus-penggunaan/penjualan/cara-memasukan-awb-pesanan-satuan-masal.md).

# Cara memasukan awb pesanan satuan/masal

> Memasukkan data AWB hanya dapat dilakukan ketika status penjualan adalah **Process**

### Memasukkan AWB Pesanan Satuan

Untuk menambahkan AWB pesanan satuan, ikuti langkah berikut:&#x20;

1. Pilih data yang akan dilakukan proses pengiriman
2. Pada data tersebut, klik pada Proses Pengiriman

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

3. Akan terdapat konfirmasi untuk memasukkan nomor AWB pada data pesanan&#x20;

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

4. Isikan nomor AWB&#x20;
5. Klik pada **Ya, lakukan** untuk melanjutkan proses

### Memasukkan AWB Pesanan Masal

Untuk menambahkan AWB pesanan satuan, ikuti langkah berikut:&#x20;

1. Pada Pilih Aksi, klik Unggah Data

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

2. Klik pada tab Unggah Data AWB

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

3. Klik pada Unduh Template Unggah AWB untuk mendapatkan format unggah data
4. Buka dokumen excel yang sudah di download, terdapat dua kolom yang tersedia pada file tersebut, diantaranya: \
   **saleNumber**, diisi dengan **nomor transaksi** pada penjualan \
   **AWB**, diisi dengan nomor **AWB** pada masing masing nomor transaksi penjualan
5. Simpan data file tersebut
6. Kemudian pada halaman Daftar Penjualan, pilih file&#x20;
7. Akan muncul daftar data yang akan di proses, seperti pada tampilan berikut:&#x20;

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

8. Klik **Simpan** untuk melanjutkan
9. Akan muncul notifikasi pada halaman tersebut

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

10. Data nomor AWB akan terupload dan Status Penjualan akan berubah menjadi **Delivery**


---

# 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.semudahitu.id/kasus-penggunaan/penjualan/cara-memasukan-awb-pesanan-satuan-masal.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.
