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

# Cara Melihat Penjualan Harian

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

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

![](https://lh3.googleusercontent.com/ugYIUU68b93lIqOOiw1NDqSgK-zQxFAgFhNRbtACQ5lB-J2EU2fF8cfGX17j80XvTrvFxKYEFQZKiQocEjTAEdjGR0yjKN6frlhDjocWP-cr7A34wk8U1x1YrA_vl3SrjHlkw2TP)

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

![](/files/W3kdpc6rK7qGfAa3ybB5)

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

![](/files/7w6zO1Hkh577XKkQC1mV)

<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.

<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" %}
Untuk melihat data Top Customers dalam kurun waktu 1 hari, Anda dapat mengikuti langkah-langkah berikut :&#x20;

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

![](https://lh3.googleusercontent.com/AR8dEMk413pYFWb4IuUiZOseg5ROzbMyfQ_tCedFhPu3x1g5Qg1kvgyTYT7m81ZfP-45hue9I21vISnhu1oxG_jA6eJpoEx-3AtHQf3ORTpwryQZtd6UZiaMGyqPehL7tgTZhTXB)

2\. Scroll ke bawah pilih <mark style="color:blue;">**Top Customers**</mark>

![](/files/jD63MNq06DoVM9SErqVb)
{% endtab %}

{% tab title="Top Products" %}
Untuk melihat Top Products dalam kurun waktu 1 hari, Anda dapat mengikuti langkah-langkah berikut :&#x20;

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

![](https://lh3.googleusercontent.com/AR8dEMk413pYFWb4IuUiZOseg5ROzbMyfQ_tCedFhPu3x1g5Qg1kvgyTYT7m81ZfP-45hue9I21vISnhu1oxG_jA6eJpoEx-3AtHQf3ORTpwryQZtd6UZiaMGyqPehL7tgTZhTXB)

2\. Scroll ke bawah pilih <mark style="color:blue;">**Top Products.**</mark>

![](https://lh5.googleusercontent.com/Wr7SGf6D3OnmzlRKLOKu12qfAeC0TGvRKtyVRjRnx7wT8pvm6Ot7vjpBxPw7zrja1UrerYWYLXvh3EJwPSq1AO6R5s-3dXR99IYeTouNn4MqFFuqmxSwk3oqYo0xm1qrgBmUEiGz)

<mark style="color:blue;">**Product:**</mark> Kode dan nama produk&#x20;

<mark style="color:blue;">**Unit:**</mark> Jumlah item yang dipesan&#x20;

<mark style="color:blue;">**Total:**</mark> 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-harian.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.
