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

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

### Step 1. 수정 대상 계산서 확인

* 위치 : 전자세금계산서 관리 > (세금)계산서 목록
* 기능설명 : 이미 전송 완료된 세금계산서 중 수정이 필요한 건을 찾습니다.

1. 목록에서 수정할 전송 완료 건을 확인합니다.
2. **\[수정세금계산서 작성]** 버튼을 선택합니다.

***

### Step 2. 수정 사유 선택 및 발급

수정 사유는 5가지 중 하나를 선택합니다.

<table><thead><tr><th width="168">사유</th><th width="325">설명</th><th>발급 건수</th></tr></thead><tbody><tr><td>기재사항 착오정정</td><td>필수적 기재사항 등을 착오/과실로 <br>잘못 적용해 발급한 경우</td><td>취소분 1장 + 정정분 1장(총 2장)</td></tr><tr><td>착오에 의한 이중발급</td><td>착오로 이중 발급한 경우</td><td>선택한 1건 취소</td></tr><tr><td>공급가액 변동</td><td>계약 단가 변경, 주문 수량 증감 시</td><td>증감분(+/-) 1장 추가 발급</td></tr><tr><td>계약의 해제</td><td>계약 해제로 재화·용역이 공급되지 않은 경우</td><td>선택한 1건 취소</td></tr><tr><td>환입</td><td>공급한 재화가 환입(반품)된 경우</td><td>환입 금액(-) 1장 추가 발급</td></tr></tbody></table>

1. 수정(세금)계산서를 작성한 뒤 **\[세금계산서 발행]** 을 선택합니다.
2. 목록에서 작성한 계산서를 확인 후 **\[전송]** 버튼을 클릭합니다.

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

* 수정세금계산서에 대한 재수정도 가능합니다.&#x20;
* 예) 공급가액 100,000원 계산서에 대해 환입 사유로 (-)20,000원 수정계산서를 발행했으나 실제로는 (-)30,000원이 맞는 경우, "기재사항 착오정정" 사유로 취소분 (+)20,000원과 올바른 계산서 (-)30,000원을 발급합니다.
  {% 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-3.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.
