> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/readme/archive/2024-06-19.md).

# 2024.06.19 업데이트 내역

## 1. 고객정보창을 기본적으로 팝업 형태로 열리도록 설정해보세요.

![](/files/PoaPNevuICtiBKQPhejg)

고객 정보창을 팝업으로 열어서 보고 싶으시다면, 위 옵션을 변경해보세요!

\[설정 - 작업관리 - 공통] 위치에 있는 ‘고객정보창 열림 방식 설정’을 “일체형”에서 “팝업형”으로 변경해 저장하시면 됩니다.

## 2. 상세 납입확인서 출력 기능이 추가되었어요.

납입확인서 출력 시, 수납 내역 뿐만 아니라 어떤 항목에 대한 수납 내역인지도 출력하고 싶으셨다면 “상세 납입확인서” 기능을 사용해보세요!&#x20;

<figure><img src="/files/0qBHZE1NvfgRjo1OjTWM" alt=""><figcaption></figcaption></figure>

1. \[고객정보창 - 문서 발급 - 납입 확인서]를 클릭해주세요.
2. 좌측 상단의 ‘기본 납입 확인서’를 ‘상세 납입 확인서’로 변경해주세요.
3. 출력하고자 하는 내역을 선택 후, 출력해주세요.

## 3. 상태값별 자동발송 기능이 추가되었어요.

이제 모든 상태값에 자동발송할 수 있도록 기능이 업데이트 되었습니다!&#x20;

<figure><img src="/files/9x4iS4A3co65dpNmhLHN" alt=""><figcaption></figcaption></figure>

1. 자동발송을 원하시는 상태값을 선택해주세요.
2. 상태값 별로 발송 수단과 템플릿을 지정해주세요.
3. 저장하시기 전에, 해당 자동발송 기능이 켜져있는지 확인해주세요!

## 4. 그 외 업데이트 사항

* 통화 목록, 이전수납내역 엑셀 출력하기 기능이 추가되었어요.
* 통화 목록 조회 시, 기본적으로 “오늘”이 선택돼있도록 변경되었어요.
* 반복일정 등록창에 반복일정 일괄삭제 기능이 추가되었어요.
* 통화 내역 저장 시, 담당자가 없어도 저장할 수 있도록 변경되었어요.
* 고객 정보에 담당자 추가 시, 담당자를 여러 명 선택할 수 있도록 변경되었어요.
* 그 외 각종 성능 개선 및 오류 개선이 진행되었어요.


---

# 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://sangdamtoday.gitbook.io/intro/readme/archive/2024-06-19.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.
