> For the complete documentation index, see [llms.txt](https://support.granter.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.granter.biz/screen-guide/asset/pos.md).

# 포스기

다음은 \*\*그랜터의 ‘포스기(매출) 화면’\*\*에 대한 설명 가이드입니다. 이 화면은 매장 또는 사업장이 보유한 POS(판매시점 정보관리) 단말기에서 발생한 실시간 매출 데이터를 집계하여, 일 단위 또는 시간 단위로 고객 방문, 결제, 재방문 여부까지 종합 분석할 수 있도록 구성되어 있습니다.

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

***

### 📘 ‘포스기’ 화면 가이드

***

#### 📅 상단 요약 정보

* 선택한 기간 내의 총 매출액, 일 평균 결제금액, 건당 평균 결제금액, 고객 방문 횟수, 신규/재방문 고객 수가 집계되어 표시됩니다.
* 실질적인 매장 운영 효율성과 고객 활동을 기반으로 한 데이터 중심의 매출 분석이 가능합니다.

***

#### 📊 하단 시각화 그래프

1. 요일별 매출 분포
   * 일주일 중 어떤 요일에 매출이 집중되는지를 보여주는 막대그래프
   * 매장 운영 최적화, 이벤트 운영 시기 판단에 유용
2. 시간대별 매출 분포
   * 하루 중 결제가 집중되는 시간을 시각화하여 표시
   * 피크타임, 비수기 파악 및 인력 배치 전략 수립에 도움

***

#### 🧾 거래 내역 테이블

* 각 POS기에서 발생한 개별 매출 내역이 하단에 리스트로 표시되며, 다음과 같은 정보 포함:

| 항목   | 설명                     |
| ---- | ---------------------- |
| 일시   | 거래 발생 시간               |
| 거래처명 | 포스기 위치 또는 단말기명         |
| 금액   | 실제 결제된 금액              |
| 계정과목 | 회계상 분류 정보 (예: 서비스매출 등) |
| 수단   | 카드, 현금 등 결제 방식         |
| 태그   | 프로젝트, 사업, 캠페인 등과 연계 가능 |

* 항목별 정렬/검색/필터링이 가능하여 원하는 조건의 매출만 조회할 수 있습니다.
* ‘상세 보기’ 및 태그 수정 기능을 통해 회계 처리와 매출 분석을 통합적으로 연동할 수 있습니다.

***

#### ✅ 활용 목적

* 소규모 사업자부터 오프라인 매장을 운영하는 기업까지 POS 단말 기반의 매출 집계 및 보고를 자동화할 수 있습니다.
* 시간대/요일/고객 유형별 분석을 통해 마케팅 전략 수립, 운영 효율화, 인력 스케줄 조정 등에 직접 활용할 수 있습니다.
* 회계 시스템과 연결되어 있어 세금신고 또는 재무제표 반영 시에도 자동화된 매출 처리가 가능합니다.


---

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

```
GET https://support.granter.biz/screen-guide/asset/pos.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.
