> 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-collections.md).

# Memahami Collections

Pada fitur ini, Anda dapat mengetahui tagihan customer beserta nama karyawan yang ditunjuk untuk melakukan penagihan.

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

Untuk mempermudah dalam pencarian informasi, Anda dapat menggunakan fitur search berdasarkan rentang waktu today, this week dan this month, nama karyawan yang ditugaskan untuk penagihan dan dapat menggunakan filter status invoice.&#x20;

![](/files/-MkajIV4Rjc1oDmzvdo8)

Dalam satu invoices collection dapat berisi lebih dari satu account payable (AP).\
Sebagai contoh, pada gambar di bawah ini berisi informasi mengenai :

![](/files/-MjIaPPJij9-vVbDjVXk)

{% hint style="info" %}
Untuk informasi ;\
SC                 : Sales invoices Collection\
AP                 : Nomor Account Payable\
Total sales  : Jumlah keseluruhan piutang dalam satu SC.\
Date             : Tanggal penagihan\
Collected    : Nominal yang baru dibayar\
Remain       : Nominal yang harus dibayar\
Open            : Belum dilakukan penagihan\
Completed : Sudah dilakukan penagihan
{% endhint %}

Sebagai contoh, informasi yang tertera pada gambar di bawah ini :<br>

![](/files/-MjIir-YoH9_mwcZArhS)

![](/files/-MjIiaqDUgxBm_d7fUGp)

\- Karyawan yang ditunjuk untuk melakukan penagihan pada nomor SC-210900581 adalah Ratna dengan    \
&#x20; nominal yang harus ditagih adalah sebesar Rp. 146,199.\
\- Di dalam SC-210900581 terdapat dua Account Payable.\
\- Penagihan dilakukan pada tanggal : 07 Sep 2021\
\- Dari dua AP, hanya satu yang berhasil ditagih nominalnya adalah Rp. 26,199 (Collected)

{% hint style="info" %}
Informasi tambahan :\
Dalam satu **Sales invoices Collection** bisa terdiri dari beberapa **Account Payable** dan walaupun hanya satu yang berhasil ditagih, status akan berubah menjadi **Completed**.
{% 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-collections.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.
