# Orders Page

Halaman ini menampilkan daftar transaksi (order list), balance yang bisa di-withdraw, serta statistik penjualan sederhana berdasarkan pembayaran sukses.

<figure><img src="/files/32rAWdq3fTw3MI3IuYSh" alt="" width="563"><figcaption></figcaption></figure>

1. **Masuk ke halaman Orders**
   * Klik tab **Balance** yang ada di bagian atas navbar.
2. &#x20;**Elemen-elemen  di halaman Order**&#x20;
   * **Balance**: total saldo yang dapat di-withdraw. Balance hanya akan bertambah dari pembayaran melalui **payment link Xendit** yang sudah berhasil diverifikasi.
   * **Simple Analytics**:
     * **Total Sales**: jumlah seluruh pembayaran sukses dalam periode tertentu
     * **Total Orders**: jumlah seluruh order yang pernah dibuat
     * **Completed Orders**: jumlah order yang sudah selesai
3. **Transaction History :** daftar semua order yang kamu buat, beserta detail status dan datanya.
   * **Order Number**: ID unik setiap order
   * **Customer Detail**: nama customer dan nomor kontak
   * **Date**: waktu order dibuat
   * **Platform**: platform asal order (jika ada order dibuat melaui conversation)
   * **Payment Status**: status pembayaran seperti *Waiting for Payment*, *Paid, pending*
   * **Item**: jumlah item dalam order
   * **Amount**: nominal total order
   * **Order Status**: status seperti *Pending*, *Completed*, *Shipping*, *Cancelled*
   * **Action**: opsi lanjutan untuk melihat detail atau edit
4. **Fungsi tambahan pada Transaction History**
   * **Search**: cari berdasarkan nama customer atau nomor order
   * **Filter**: filter berdasarkan status, tanggal, dll
   * **Sort**: urutkan data berdasarkan tanggal terbaru, terlama, dsb
   * **Export**: tersedia 3 opsi:

     <figure><img src="/files/IGMLSAqgaGr3ExVbLwPd" alt="" width="375"><figcaption></figcaption></figure>

     * *Current Page*: ekspor hanya yang tampil di halaman
     * *By Matching Search & Filter*: ekspor hasil pencarian/filter aktif
     * *All Orders*: ekspor seluruh data order


---

# Agent Instructions: 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:

```
GET https://docs.cekat.ai/order/orders-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
