> 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/undefined-3/undefined-1/undefined.md).

# 한 눈에 알아보기

## 세금계산서 발행

공동인증서 연동 후 아래와 같이 세금계산서를 그랜터 안에서 편하게 발행할 수 있어요.&#x20;

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

#### A.세금계산서 전체 관리

* 데이터 연동 관리 : 데이터를 강제로 연동하거나 일시정지할 수 있어요.&#x20;
* 세금계산서 발행 : 고객 정보, 품명 등 세금계산서 내용을 작성할 수 있어요.
* 담당자 지정 : 세금계산서를 확인하고 발행할 수 있는 담당자를 지정할 수 있어요.

#### B.세금계산서 개별 관리

* 매출/매입 : 매출 세금계산서, 매입 세금계산서만 모아볼 수 있어요.
* 한 번에 연결하기 : AI가 세금계산서와 계좌의 입출금 내역을 분석하여 서로를 연결해줘요.

## 세금계산서 발급/취소/수정 발행

홈택스 접속 없이 그랜터에서 세금계산서 발급 및 수정이 가능해요.

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

#### A.거래처 불러오기

* 최근 거래처 바로 발급 : 최근에 세금계산서를 발행한 거래처를 대상으로 세금계산서를 바로 발행할 수 있어요.

#### B.세금계산서 정보 입력

* 고객 정보 : 최근에 세금계산서를 발행한 거래처 정보를 클릭 한 번으로 불러올 수 있어요
* 작성 일자 : 세금계산서 작성 일자를 입력할 수 있어요.
* 품목 : 자세한 품목 정보가 있다면 항목, 수량, 금액을 추가할 수 있어요.
* 과세 형태 : 과세/영세/면세 여부를 설정할 수 있어요.
* 비고 : 세금계산서 발행시 메모를 입력할 수 있어요.

#### C.문서 종류 선택

* 세금계산서 : 세금계산서 발행 전, 입력한 내용을 미리 확인할 수 있어요.
* 거래명세서 : 입력한 세금계산서 내용을 거래명세서 양식으로도 확인할 수 있어요.

{% hint style="warning" %}
**세금계산서를 취소/수정할 때 조건이 있나요?**

자신이 발행한 세금계산서만 취소/수정할 수 있어요.
{% endhint %}

## 세금계산서/입출금내역 연결

세금계산서 내역과 계좌 입출금 내역을 연결할 수 있어요. 연결한 내역은 거래처별 미수금/미지급금 집계에 실시간으로 반영되어요.

{% tabs %}
{% tab title="수동 연결" %}

#### 수동 연결

세금계산서 내역에서 '연결'버튼을 통해 계좌 입출금 내역을 직접 연결할 수 있어요.\
세금계산서와 동일 기간 비슷한 내역을 자동으로 나열하고, 원하는 내역을 직접 연결할 수 있어요.

<figure><img src="/files/4HgZ3EeSyegtOa7bQtGg" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="AI 자동 연결" %}

#### AI 자동 연결

AI가 세금계산서와 유사한 계좌 거래내역, 연결이 필요한 세금계산서 내역을 자동으로 분석하여 직접 매칭해요.

<figure><img src="/files/ddGVH6Fb3cPrr3vNSYi6" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.granter.biz/undefined-3/undefined-1/undefined.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.
