> 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-membuat-bukti-pembayaran-pelanggan-satuan-masal.md).

# Cara membuat bukti pembayaran pelanggan satuan/masal

### Bukti Pembayaran Satuan

Untuk menambahkan bukti pembayaran satuan, ikuti langkah berikut:&#x20;

* Klik pada submenu **Daftar Penjualan** pada menu Penjualan.&#x20;
* Pilih salah satu data yang akan ditambahkan bukti pembayarannya.
* Klik pada Tambah Bukti Bayar
* Kemudian, akan muncul form untuk update data pembayaran

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

* Masukkan link bukti pembayaran, kemudian klik **Update**

> Bukti bayar yang perlu dicantumkan dalam bentuk link penyimpanan.&#x20;

***

### Bukti Pembayaran Masal

Untuk menambahkan bukti pembayaran masal, ikuti langkah berikut:&#x20;

* Klik pada submenu Daftar Penjualan pada menu Penjualan.&#x20;
* Centang pada data yang akan ditambahkan bukti pembayarannya.
* Klik pada Tambah Bukti Bayar Masal, yang terdapat pada Pilih Aksi&#x20;

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

* Kemudian, akan muncul form konfirmasi tambah bukti bayar masal

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

* Masukkan link bukti pembayaran
* Kemudian klik pada **Ya, Lakukan**


---

# 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-membuat-bukti-pembayaran-pelanggan-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.
