# 매출 대시보드

{% hint style="info" %}
**매출 대시보드란?**

사이트 내 판매되는 상품의 매출 및 사용자 정보 등을 확인 할 수 있는 서비스 기능입니다.
{% endhint %}

<figure><img src="/files/myFudt2iTfQtTPDBruFu" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="84">순번</th><th width="172">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>검색 창</td><td>원하시는 결제 정보를 넣어 검색 하실 수 있습니다.</td></tr><tr><td>2</td><td>기간 설정</td><td>원하시는 기간 정보를 넣어 검색 하실 수 있습니다.</td></tr><tr><td>3</td><td>결제상태</td><td> </td></tr><tr><td>(3-1)</td><td>입금대기</td><td>가상계좌 결제 시 입금대기 결제정보를 확인할 수 있습니다.</td></tr><tr><td>(3-2)</td><td>결제완료</td><td>상품의 결제가 완료된 정보를 확인할 수 있습니다.</td></tr><tr><td>(3-3)</td><td>결제실패</td><td>상품의 결제가 실패된 정보를 확인할 수 있습니다.</td></tr><tr><td>(3-4)</td><td>환불완료</td><td>상품의 환불 정보를 확인할 수 있습니다.</td></tr><tr><td>4</td><td>결제수단</td><td> </td></tr><tr><td>(4-1)</td><td>신용카드</td><td>신용카드로 구매한 정보를 확인 할 수 있습니다.</td></tr><tr><td>(4-2)</td><td>가상계좌</td><td>가상계좌로 구매한 정보를 확인 할 수 있습니다.</td></tr><tr><td>(4-3)</td><td>카카오페이</td><td>카카오페이로 구매한 정보를 확인 할 수 있습니다.</td></tr><tr><td>(4-4)</td><td>마일리지,쿠폰 결제</td><td>마일리지 및 쿠폰을 이용한 정보를 확인 할 수 있습니다.</td></tr><tr><td>5</td><td>엑셀 다운로드</td><td>결제 리스트를 엑셀 파일로 다운로드가 가능합니다.</td></tr><tr><td>6</td><td>결제 리스트</td><td>사이트 내 상품을 결제한 모든 이력을 확인 할 수 있습니다.</td></tr></tbody></table>

{% hint style="warning" %}
결제 정보는 따로 수정 및 삭제가 불가능합니다.
{% endhint %}


---

# 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.ledu.kr/sales/sales-dashboard.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.
