> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/fen-xi/mai-shang-tong-ji.md).

# 売上統計

## 売上統計画面の説明

機能メニュー&#x306E;**\[売上統計]**&#x304B;ら、日別で集計した売上状況の確認ができます。

\[売上統計]画面の構成と各ボタンの機能を説明します。

スクリーンキャプチャを参考の上、ご確認ください。

<figure><img src="/files/KuhxfWyF87TXuUCiJzyP" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

1. **統計データ**：商品、定期販売の売上状況を日別で集計したデータが一覧で表示されます。\
   本データの一番下には、**表示されている期間内の合計値**が表示されます。
   * 日時：売上が発生した日付
   * 決済：決済が行われた回数
   * 払い戻し：その日の払い戻しが行われた回数
   * 決済金額：決済金額の合計（日別集計）
   * 払い戻し金額：払い戻し金額の合計（日別集計）
   * 総売上高：1日の総売上高\
     総売上高は、（決済金額）－（払い戻し金額）で計算されます。
2. **検索メニュー**：直近（前日、7日、30日）のデータを一覧に表示することができます。
3. **期間指定**：統計データに表示するデータの期間指定ができます。\
   日付部分をクリックすると、カレンダー画面が表示されるので、表示したい期間の開始日と終了日をクリックして選択してください。\
   期間選択後、\[検索]ボタンをクリックすると、指定した期間のデータが一覧で表示されます。
4. **CSVダウンロード**：期間指定で設定した期間内の売上統計を、CSVデータでダウンロードすることができます。


---

# 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://support.megadoga.com/fen-xi/mai-shang-tong-ji.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.
