> 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-mengubah-promo-menjadi-diskon-manual-pada-sales-order.md).

# Cara Mengubah Promo menjadi Diskon Manual pada Sales Order

Untuk **mengubah pesanan** atau **Sales Order**, Anda dapat melakukan langkah berikut :

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

**Jika SO sudah memilki faktur yang telah dibayar dan surat jalan, maka mengubah 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 %}

### Cara Mengubah Sales Order

**Step 1:** Masuk ke halaman **Sales** > **Order** > **Orders**.

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

**Step 2:** Cari Sales Order (SO) yang akan diubah. Kemudian pilih Edit pada Icon <img src="/files/iDr4028S1l9HrVdfVsuu" alt="" data-size="line">.

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

**Step 3:** Klik tombol **Edit**.

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

**Step 4:** Centang **Disable Promo Calculation.**

Pada case kali ini, perubahan dikarenakan sebuah promo yang berjalan tidak seharusnya masuk ke orderan yang dimaksud dan diganti dengan diskon manual.&#x20;

Contoh : Pada SO-241200845 terdapat pesanan yang dibuat oleh Desvita Sari terhadap customer Abdul Bakery. Perubahan yang diharapkan adalah menarik/menghapus promo Lipstick Merah dengan bonus gratis Gelas Cantik menjadi Diskon 5% untuk Lipstick dan tambahan diskon subtotal senilai Rp50.000.&#x20;

Pada saat Disable Promo Calculation aktif, maka promo Beli Lipstick 5jt gratis gelas cantik akan hilang.

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

**Step 5:** Kemudian, isi diskon manual sesuai yang ditentukan. Lalu **Save**.

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

**Step 6:** Apabila berhasil maka Order akan berubah sesuai data yang baru.

| Before                                                                            | After                                                               |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <p></p><p><img src="/files/jr67Rf1uQxHhjoDljPW3" alt="" data-size="original"></p> | <img src="/files/CeJZAnQoBNUpjNgr0SDz" alt="" data-size="original"> |

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-mengubah-promo-menjadi-diskon-manual-pada-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.
