# 성적서에 발행이 몇 번째인지 표시하는 방법

## Q 문의&#x20;

* 하나의 접수 건을 여러 번 출력하는 경우가 있습니다. 그래서 이 성적서는 총 몇 번째 발행인지를 표기하고 싶은데, 그럴 때는 어떻게 해야 하나요?

## A 답변&#x20;

* 성적서를 출력할 때마다 내부적으로 누가, 언제, 어떤 양식으로 출력했는지를 기록하고 있습니다.
* 이 기록 중에 "몇 번째" 출력본인지의 데이터를 성적서에 포함할 수 있습니다.
* 아래 순서대로 진행해보세요.

메뉴 : 공통/코드관리 → 리포트 관리 2.0&#x20;

1\. 수정하려는 성적서 양식을 선택 후 `리포트 디자인` 버튼을 눌러 리포트 디자이너 실행&#x20;

2\. 화면 왼쪽의 그리기 도구 중에 "A" 버튼을 누른 뒤 화면에 원하는 위치, 크기만큼 드래그하여 새로운 메모를 추가

![메모 컨트롤](/files/-L9sMVMjB0VkhPMYTtYK)

3\. 메모 편집 창을 띄운 뒤 \[PrintNumber] 입력

![메모 편집창](/files/-L9sMVN9UKfvhwIVijn4)

4\. 리포트 **저장 후 출력**해서 추가 메모 칸에 **"접수번호 - 출력횟수"** 형태로 잘 나오는지 확인&#x20;

![접수번호 - 출력 횟수](/files/-MPgBXtw_8e-Awk4RaJq)


---

# Agent Instructions: 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://help.ilabs.co.kr/faq/03/03-018.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.
