> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/update-note/2026/202608/20260825.md).

# \[2026.08.27] 전체 상담 관리 추가, 견적 수식 입력 통합 및 BOM 순환 참조 오류 수정

## 1. 대시보드

### 1.1. (개선) 견적서·파라미터 수식 입력 및 테이블 관리 개선

견적서와 파라미터의 수식 입력을 계산기와 수식 편집기가 붙은 **공통 입력기**로 통합했습니다. 값이 비어 있는 화면에서도 수식을 검증할 수 있고, 자동완성·오류 안내·계산 결과 미리보기를 함께 지원합니다.

견적서 테이블 관리 화면은 표시 중인 컬럼과 숨긴 컬럼을 나눠 보여줍니다. 모달 잘림, 빈 템플릿 상태, 컬럼 순서, 화면 넘침 문제도 함께 수정했습니다.

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2Fnhhxr32gmocyecfe5MfU%2Fimage.png?alt=media&amp;token=ee343b64-fc68-4c0c-815f-beeeb4eb2a48" alt=""><figcaption></figcaption></figure>

이전

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2F3yQY6hf7zriCPdyz55wu%2Fimage.png?alt=media&amp;token=22d44fff-fc6e-4003-a3aa-6f3946fa309e" alt=""><figcaption></figcaption></figure>

이후

### 1.2. (신규) 전체 상담 관리 페이지 추가 및 상담 필터 개선

기업에 등록된 모든 상담을 한곳에서 볼 수 있는 **전체 상담 관리** 페이지를 추가했습니다. 제목, 고객명, 담당자, 상태로 검색할 수 있고, 상세 조회와 상태 변경은 상담 목록에서와 똑같이 동작합니다.

상담 관리 페이지의 검색도 함께 개선했습니다. 상담 제목과 고객명을 한 번에 검색하도록 바꾸고, 상태 필터와 기업 전체 상담 보기를 추가했습니다. 기업 전체 상담 보기는 권한이 있는 사용자에게만 보입니다.

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FqGvn92v6oUJM8THbbPRJ%2Fimage.png?alt=media&amp;token=4eba0100-02c9-4f58-9eef-1f7dbb4c27db" alt=""><figcaption></figcaption></figure>

### 1.3. 버그 및 이슈 개선

1. **개선** **에이전트 파일 첨부 UX 개선**

   에이전트 입력창의 파일 첨부, 클립보드 붙여넣기, 드래그 앤 드롭 동작을 개선했습니다.

***

## 2. 파라메트릭 에디터

### 2.1. (수정) BOM 순환 참조로 인한 부품 열기 오류 개선

부품 BOM에 순환 참조가 있으면 `Maximum call stack size exceeded` 오류로 에디터와 뷰어가 종료되던 문제를 수정했습니다. 이제 순환 참조나 존재하지 않는 부품이 있으면 해당 구간만 건너뛰고 부품을 엽니다.

부품을 추가·교체하거나 드래그 앤 드롭할 때 새 순환 참조가 만들어지지 않도록 사전 검증도 넣었습니다.

이미 순환 참조가 저장된 부품은 에디터에서 문제 내용을 안내합니다. 정리할 수 있는 경우 `삭제하고 저장`으로 잘못된 BOM 관계를 바로 지울 수 있습니다. 뷰어는 별도 안내 없이 문제 구간만 빼고 콘텐츠를 보여줍니다.

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FIVeiMMybzPlOXJ66MF5L%2Fimage.png?alt=media&amp;token=26d214b6-130f-4f69-b1d6-073f5add3b8f" alt=""><figcaption></figcaption></figure>

***


---

# 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://docs.archisketch.com/update-note/2026/202608/20260825.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.
