> 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-terbitkan-faktur-penjualan-satuan-masal.md).

# Cara terbitkan faktur penjualan satuan/masal

### Faktur Penjualan Satuan

Untuk menambahkan faktur penjualan satuan, ikuti langkah berikut:&#x20;

* Klik pada submenu **Daftar Penjualan** pada menu Penjualan.&#x20;
* Pilih salah satu data yang akan ditambahkan faktur penjualan.
* Klik pada **Terbitkan Faktur**
* Kemudian, akan muncul form konfirmasi untuk penerbitan faktur disertai dengan nomor penjualan

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

* Klik pada **Ya, lakukan**
* Pada data penjualan akan muncul icon Faktur Penjualan, seperti pada gambar berikut:&#x20;

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

* Klik pada icon tersebut untuk dapat melihat faktur penjualan

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

Terdapat dua aksi yang dapat dilakukan pada faktur tersebut, yakni Cetak Faktur dan Hapus Faktur.&#x20;

**Cetak Faktur**, akan mencetak faktur dalam format PDF.

**Hapus Faktur**, akan menghapus faktur yang sudah terbuat.&#x20;

***

### Faktur Penjualan Masal

Untuk menambahkan faktur penjualan masal , ikuti langkah berikut:&#x20;

* Klik pada submenu Daftar Penjualan pada menu Penjualan.&#x20;
* Centang pada data yang akan ditambahkan faktur penjualan.
* Klik pada **Terbitkan Faktur Masal**, yang terdapat pada Pilih Aksi&#x20;

<figure><img src="/files/7BrVCYQN0lhodhl1JnQ9" alt=""><figcaption></figcaption></figure>

* Kemudian, akan muncul form konfirmasi penerbitan faktur masal

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

* 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-terbitkan-faktur-penjualan-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.
