> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/godobill_guide/undefined-3/undefined-2.md).

# 전자세금계산서 발행하기

### Step 1. 세금계산서 작성 화면 진입

* 위치 : 고도빌 로그인 > 전자세금계산서 발급/관리 > 전자세금계산서 관리
* 기능설명 : 국세청에 전송할 전자(세금)계산서를 직접 작성합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FiFxIP6bji9PeH9nlRp3z%2Fimage.png?alt=media&amp;token=ca55fc38-d00b-4a66-9909-034ac2a155ef" alt=""><figcaption></figcaption></figure>

1. **\[전자세금계산서 작성]** 을 선택합니다.
2. 분류에서 발행할 계산서 종류(세금계산서/계산서, 일반/영세)를 선택하고, \
   공급받는자구분(사업자번호/주민등록번호/외국인)을 설정합니다.

***

#### Step 2. 항목 작성 및 전송

발행 시 필수 입력 정보:

* 공급자의 사업자등록번호
* 공급자의 상호 또는 성명
* 공급받는자의 사업자등록번호
* 전자세금계산서 발행 일자(실거래일자 기준)
* 공급가액

항목별 입력 가능한 글자 수:

* 회사명 35자 / 대표자명 15자 / 업태 20자 / 종목 20자

1. 항목을 작성해 (세금)계산서를 작성합니다.
2. 목록에서 작성한 계산서를 확인 후 **\[전송]** 버튼을 클릭합니다.
3. 전송이 성공하면 **전송 완료** 상태로 바뀌며, **\[보기]** 버튼으로 영수증 출력 양식을 확인할 수 있습니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FpshMdEZzDWLLg27mmrCQ%2Fimage.png?alt=media&amp;token=83850f01-3f3d-4d33-b9ab-0a2308847869" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**참고사항**

* 전자(세금)계산서는 발급일(공급시기)이 속하는 달의 다음 달 10일까지 발급해야 합니다.
* 공급시기에 미교부 시 및 전송기한 내 미전송 시 가산세가 부과됩니다.
* 세금계산서 발행 시 고도빌 포인트가 차감됩니다.
* 과세기간 임의조절 방지를 위해 공급시기 도래 전 미래일자를 작성일자로 하여 발급할 수 없습니다.
  {% endhint %}


---

# 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://godomall-help.nhn-commerce.com/godobill_guide/undefined-3/undefined-2.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.
