> 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/intelligence/account-receivable/ar-by-customer.md).

# AR By Customer

Anda bisa masuk ke menu **Intelligence** > **Account Receivable >  AR by Customer**

Pada fitur ini Anda dapat melihat laporan piutang pelanggan berdasarkan pelanggan yang ingin dilakukan pengecekkan. \
Anda dapat melakukan pencarian dengan menggunakan fiter "from" dan dapat memilih "customer".

![](/files/-Mjn1ZTLcGZ5wNtepVFi)

{% hint style="info" %}
Filter from : pencarian berdasarkan tanggal pembayaran/pelunasan piutang.
{% endhint %}

Untuk informasi, terdapat tiga jenis template laporan piutang pelanggan, terdapat :

1. **Reports** : default template dari SimpliDOTS
2. **Reports\_001**
3. **Reports\_001\_02**

{% hint style="info" %}
Untuk merubah template, Anda dapat melakukan dengan cara ;\
\- Buka fitur Master Data\
\- Pilih Default Setting\
\- Gunakan filter pencarian dengan menggunakan kata kunci " **REPORT\_ACCOUNT\_RECEIVABLE\_BY\_CUSTOMER** "\
\- Kemudian isi kolom "value" dengan jenis format yang diinginkan.
{% endhint %}

Sebagai contoh, kami menggunakan template **Reports\_001.** Pada gambar di bawah ini, terdapat informasi mengenai :

![Template Reports\_001](/files/-Mjn5llHu-LL8DF_k0bh)

1. Info laporan piutang customer "Aldy Toko" dari tanggal pembayaran piutang 01-09-2021
2. Customer : nama customer&#x20;
3. Invoice no : nomor invoice&#x20;
4. Date : tanggal dibuatnya invoice
5. Total : nominal piutang
6. Cash, giro dan bank tranfer : metode pembayaran yang digunakan pelunasan
7. Remaining : nominal piutang yang belum dilunasi
8. Employee : nama karyawan yang melakukan penagihan

Jika dilihat dari contoh tersebut, laporan yang ingin dilakukan pengecekkan adalah tanggal 01-09-2021. Namun laporan yang muncul menampilkan data dari periode 18-05-2021 hingga 21-09-2021. Hal tersebut terjadi dikarenakan bahwa transaksi pada invoice di tanggal 18-05-2021 baru melakukan pelunasan piutang di rentang waktu 01-09-2021 hingga 21-09-2021.&#x20;

Jika pada laporan piutang menampilkan informasi data di periode sebelumya, itu menandakan bahwa pada nomor invoice tersebut baru melakukan pelunasan pada rentang waktu yang ingin dilakukan pengecekkan.&#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/intelligence/account-receivable/ar-by-customer.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.
