> For the complete documentation index, see [llms.txt](https://panduan-dms.simplidots.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://panduan-dms.simplidots.id/website-backoffice/dms-distribution-management-system/sales/order/orders/cara-membuat-sales-order.md).

# Menambahkan Order/Pesanan

**Step 1**. Kunjungi website DMS di <https://my.simplidots.co.id/#/Account/Signin>

**Step 2**. Log in dengan menggunakan **Username** dan **Password** akun DMS Anda.

![](/files/-MSX1vlonLQ2aUZgHAX3)

**Step 3**. Setelah berhasil masuk ke Akun DMS Anda, kemudian pilih menu **“Sales” > “Order” > “Orders”**

![](/files/-MSX2JkoCGHqnV35-okm)

**Step 4**.&#x20;Pada halaman **Sales Order**, kemudian pilih tombol **“+”** pada bagian kanan bawah.

![](/files/-MSX2nC_ncYm76HYZ3w4)

**Step 5.** Pada halaman ini, Anda dapat mulai memasukkan detail Order Customer Anda.

![](/files/-MVss3S6a3KU5zQePbiE)

Pada kolom  **"Customer"** pilih **Nama Toko yang melakukan Order**, maka kolom lainnya akan terisi otomatis sesuai dengan detail Customer Anda yang sudah diinput sebelumnya pada M**aster Data**.

![](/files/-MVsuRRBIyLW4OWg-gip)

Pada bagian **"Item"**, lengkapi detail order sebagai berikut:

1. Pilih **kode produk** pada kolom Produk.
2. Tentukan jumlah kuantiti orderan dengan mengisi kolom **Quantity**.
3. **Tax** akan terisi otomatis mengikuti pengisian master data produk.
4. **+SalesOrderItem**: Jika ingin menambah item produk yang diorder, **Promo Special**: Untuk mengetahui promo produk.&#x20;
5. **Save**: Jika order ingin disimpan, akan ter-create nomor SO baru. Order ini dapat dilakukan pengeditan, namun statusnya masih draft dan memerlukan verifikasi kembali.&#x20;
6. **Save & Verify**: Jika order ingin disimpan, akan ter-create nomor SO baru. Order ini dapat dilakukan pengeditan, dan statusnya sudah menjadi Verified.

&#x20;


---

# 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://panduan-dms.simplidots.id/website-backoffice/dms-distribution-management-system/sales/order/orders/cara-membuat-sales-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.
