> 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-membatalkan-sales-order.md).

# Cara Membatalkan Sales Order

Untuk <mark style="color:blue;">**membatalkan pesanan**</mark> atau <mark style="color:blue;">**Sales Order**</mark>, Anda dapat melakukan langkah berikut :

{% hint style="warning" %}
***Catatan: Hanya SO yang berstatus Verified atau Draft yang dapat dibatalkan.***

***Jika SO sudah memilki faktur yang telah dibayar dan surat jalan, maka pembatalan SO harus dimulai dari urutan berikut:***

1. [**Cara membatalkan pembayaran yang telah diterima**](/website-backoffice/dms-distribution-management-system/sales/customer-payment/cara-membatalkan-pembayaran-yang-diterima-payment-received.md) **(Status SO = Fully Invoice)**
2. [**Cara membatalkan faktur penjualan**](/website-backoffice/dms-distribution-management-system/sales/invoice/cara-membatalkan-faktur-penjualan-sales-invoice.md) **(Status SO = To Invoice)**
3. [**Cara membatalkan delivery summary**](/website-backoffice/dms-distribution-management-system/sales/delivery/delivery-summary/cara-membatalkan-delivery-summary.md) **(Status SO = To Invoice)**
4. [**Cara membatalkan delivery order**](/website-backoffice/dms-distribution-management-system/sales/delivery/delivery-order/cara-membatalkan-delivery-order.md) **(Status SO = Verified)**
5. [**Cara membatalkan sales order**](/website-backoffice/dms-distribution-management-system/sales/order/orders/cara-membatalkan-sales-order.md) **(Status SO = Cancelled)**
   {% endhint %}

1\. Silakan pilih menu <mark style="color:blue;">**Sales**</mark>

2\. Lalu pilih <mark style="color:blue;">**Order**</mark>

3\. Kemudian pilih <mark style="color:blue;">**Orders**</mark>

4\. Pilih nomor Sales Order yang ingin dibatalkan

![](/files/Y6i1cBSLxrkckwN2FwYP)

5\. Klik <mark style="color:blue;">**Cancel**</mark> untuk membatalkan

![](/files/gbmWwWKrAA0HsgZPVlnN)

6\. Akan muncul tampilan seperti berikut. Silakan klik <mark style="color:blue;">**Cancel**</mark>

![](/files/Utxp0aOrTBM6qAUEG6an)

{% hint style="info" %}
Sales Order sudah berhasil dibatalkan jika status sudah berubah menjadi Cancelled seperti berikut :&#x20;
{% endhint %}

![](/files/avTG4cfbiiRN23GjRkO9)

Selamat mencoba, Kawan Simpli :)&#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-membatalkan-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.
