> For the complete documentation index, see [llms.txt](https://panduan-sap.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-sap.simplidots.id/mobile-application/supervision/dashboard/cara-melihat-penjualan-bulanan.md).

# Cara Melihat Penjualan Bulanan

{% tabs %}
{% tab title="Penjualan" %}
Untuk melihat data Penjualan dalam kurun waktu Bulanan, Anda dapat mengikuti langkah-langkah berikut :&#x20;

1\. Buka menu <mark style="color:blue;">**Dashboard**</mark>

![](https://lh3.googleusercontent.com/9qOUSAU3RHRnQGRuLVSlB9aDxHYK6M6yRWxD_nh-zulkTrtIYcEVwer2kTVTdFpQJzEaObj3jA0lJsyyuHiO_5TYCrsF1YW18mxt0vRFKuFjL4NrNnuTB0C5YBJTPY-dJJmMvP5p)

2\. Pilih <mark style="color:blue;">**This Month**</mark>

![](https://lh3.googleusercontent.com/OLOatQhoOTR7JeK59A2vNy_chq_D8HyvDeTAK5PxWEXlalo8rYtpqq-Embi7uHVnDh-MgH-HkD1iM6e9FBhx57dsHR7DjWkxJOItoiuv7GFZpG43ZGb7MeF5ZXuXbTvQhFVMDIL_)

3\. Sesuaikan tanggal yang ingin dilihat dengan klik tanda <mark style="color:blue;">**< (sebelum)**</mark> dan <mark style="color:blue;">**> (sesudah)**</mark>

![](https://lh5.googleusercontent.com/GYIUtMMXwEvuew_wikuh0mmKUrvLw56yFUaasBI1XTfdj6iMC9k5XTycGXfU6dubISZIN6bNa5B86qqdAco2dC0is4iRovEkNAHKat4iPjMNy3MeNRACOyN-ctyw56D1ZyQ10RIi)

<mark style="color:blue;">**Active Outlet:**</mark> Jumlah customers yang aktif melakukan transaksi.&#x20;

<mark style="color:blue;">**Total Call:**</mark> Jumlah kunjungan ke customers.&#x20;

<mark style="color:blue;">**Effective Call:**</mark> Jumlah kunjungan yang terdapat transaksi.&#x20;

<mark style="color:blue;">**Orders:**</mark> Jumlah order dalam bentuk nota dari customers yang melakukan transaksi (1 customer bisa memiliki lebih 1 order).&#x20;

<mark style="color:blue;">**Total Orders:**</mark> Total orders dalam jumlah uang.
{% endtab %}

{% tab title="Top Customers" %}
Step 1. Buka menu **Dashboard > This Month**

![](https://lh3.googleusercontent.com/gN18VCaofNbMoXYlQ_LQO5GyCdHFOOJsomLSAI9pvAx144D6SiWzCD1hOhiLlaQt1acuuJvYCODFEDMqRk_pUsiVxkCjzOEXWVHc698IiUOSJLUe2owKJHbdSehqyw0PXnjWTfiv)

Step 2. Scroll ke bawah pilih **Top Customers.**

![](https://lh4.googleusercontent.com/o49pPhISWmEnW0JUvmLgvEEnpM9IFYCUCkdfsUJrdcmyuSjs7G-95TcehzR64kFZ1N5KAvV2XlU3fBG8HoT5VvtPsP4DyOF3XYbVCvKKKKN2MQYdjxYEZn0ON8GB7rtu85U-F2ew)
{% endtab %}

{% tab title="Top Products" %}
Step 1. Buka menu **Dashboard > This Month**

![](https://lh4.googleusercontent.com/cLpCE51-aDPaCBAbHDdUJp_FpitkL8LrKjNsoMxIJaf13cx3tUwXfpm8UFZWA38VbUi7HgIX-j3Zjz1QUfDRDaSe5iM8hMC84TGlnFtrxemJ4Dpd6JlZpuaJ9zlJutB_aeaZlNFH)

Step 2. Scroll ke bawah pilih **Top Products.**

![](https://lh4.googleusercontent.com/HCEsshW1gjg_d377Xbx3bN-5Wk6mIuxKgM0Ov5fRL4ZSh7BowrDI5cPL3iGlv-fEdK5pojepT8qj39cd4TWhQcfBJ6RmYBHCdpkUpShFmcVgJpNTm__gxlOJAYHK689oy8k4LQOM)

**Product:** Kode dan nama produk&#x20;

**Unit:** Jumlah item yang dipesan&#x20;

**Total:** Total biaya pesanan berdasarkan banyaknya item.
{% endtab %}
{% endtabs %}

Selamat mencoba, Kawan Simpli :)&#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-sap.simplidots.id/mobile-application/supervision/dashboard/cara-melihat-penjualan-bulanan.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.
