> 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/mobile-application/monitoring/home/fitur-customer-debt.md).

# Memahami Menu Customer Debt

Pada fitur ini, Anda dapat mengetahui customer mana saja yang memiliki hutang dengan rincian jumlah invoice serta tanggal jatuh temponya.

<img src="/files/-MkaVdSM4sVPCwPesimG" alt="" width="188">

Setelah pilih Customer Debt, tertera informasi mengenai : \
1\. Jumlah hutang seluruh customer \
2\. Nama customer yang memiliki hutang\
3\. Nominal hutangan jumlah invoices customer.

![](/files/-MkaWxFc8b-OEJzBc7V-)

Untuk mempermudah dalam pencarian, Anda dapat menggunakan fitur pencarian  untuk melihat customer/outlet yang ingin dilakukan pengecekkan.<br>

![](/files/-MkaXDb-qqMgIzPDh8g2)

Sebagai contoh, kami ingin melakukan pengecekkan untuk customer/outlet Toko Yara. Pada gambar berikut, tertera informasi singkat mengenai jumlah hutang dan invoices.

![](/files/-MkaXVg92n7T8JgeFzSC)

Untuk informasi lebih detailnya, silakan pilih toko tersebut. Pada gambar di bawah ini, terdapat informasi mengenai ;

1. Nomor invoices & total piutang invoices
2. Nama employee yang melakukan penagihan&#x20;
3. Jumlah item dan informasi tanggal piutang berserta tenggat waktu piutang
4. Nama & jumlah produk dan nominal pembelian

<img src="/files/-MkaZDctoi2NdgQC5KmT" alt="" width="375">

{% hint style="info" %}
Berikut informasi tambahan mengenai istilah-istilah yang tertera :\
Debt       : jumlah keseluruhan hutang\
Overdue : jumlah sisa hutang yang belum dibayar. \
Invoices : jumlah invoices yang memliki hutang\
Items      : jumlah produk
{% endhint %}


---

# 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/mobile-application/monitoring/home/fitur-customer-debt.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.
