> For the complete documentation index, see [llms.txt](https://help.ilabs.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ilabs.co.kr/update/2023.md).

# 2023년

## v2023.11.16.2205 업데이트 날짜(2023-11-17)

* <mark style="color:red;">사용자 관리 - 사용자 선택되지 않은 상태에서 '수정' 클릭 시 아이랩 종료되는 현상 개선</mark>

## v2023.8.22.2284 업데이트 날짜(2023-8-22)

* <mark style="color:red;">거래처 관리 - 화면 개선</mark>
* <mark style="color:red;">통합 접수 목록 - 접수건에 대한 입금정보 조회 기능 추가</mark>
* <mark style="color:red;">시험 결과서 출력 - 화면 개선</mark>
* <mark style="color:red;">거래 내역 조회/관리 - '미수담당자' 정보 추가</mark>
* <mark style="color:red;">검사 결과 등록 4.0 - '결재 초기화' 기능 개선</mark>

## v2023.7.21.2279 업데이트 날짜(2023-7-21)

* <mark style="color:red;">거래내역 조회/관리 - '업체코드' 타이틀 추가</mark>
* <mark style="color:red;">시험법 관리 - 사용여부 기능 추가</mark>&#x20;
* <mark style="color:red;">접수화면 - 화면 개선</mark>
* <mark style="color:red;">접수구분별 검사대장조회 - 항목 순서 세트 만들기 화면 개선</mark>

## v2023.6.8.2274 업데이트 날짜(2023-6-8)

* <mark style="color:red;">나의 할 일 (검토중) - '분야' 타이틀 추가</mark>
* <mark style="color:red;">접수대장 및 잔여검체관리 - '시료명' 타이틀 추가</mark>
* <mark style="color:red;">통합접수목록(입금처리) - '일괄' 처리 버튼 추가</mark>
* <mark style="color:red;">통합접수목록  (탭)추가 - '의뢰취소' 탭 및 의뢰복원 기능 추가</mark>

## v2023.5.4.2272 업데이트 날짜(2023-5-4)

* 검사 결과 입력 - 화면 개선

## v2023.4.21.2271 업데이트 날짜(2023-4-21)

* 내 결재 관리 -  화면 개선

## v2023.4.6.2265 업데이트 날짜(2023-4-6)

* <mark style="color:red;">통합접수목록 - 일괄 수정 '거래처Email' 타이틀 추가</mark>
* 통합접수목록 - 화면 개선

## v2023.1.31.2257 업데이트 날짜(2023-1-31)

* <mark style="color:red;">나의 할 일 (긴급접수목록) - 접수건 더블 클릭 시 접수화면으로 이동 기능 추가</mark>
* <mark style="color:red;">시약관리2.0 - 수령 완료 버튼 개선</mark>
* <mark style="color:red;">거래내역조회/관리 - 거래처주소 조회 기능 추가</mark>
* <mark style="color:red;">주소 라벨 출력 - 개선 조치</mark>

## v2023.1.12.2256 업데이트 날짜(2023-1-12)

* <mark style="color:red;">통합 접수 목록 - 일괄 수정 (접수 메모2) 타이틀 추가</mark>
* <mark style="color:red;">접수화면 - 묶음수수료 기능 개선</mark>
* <mark style="color:red;">통합 접수 목록, 결과 등록3.0, 결과등록 4.0, 성적서 관리 - 긴급여부, 마커 기능 추가</mark>

## v2023.1.5.2252 업데이트 날짜(2023-1-5)

* <mark style="color:red;">시험 결과서 출력 - 성적서 발행일 조회 조건 추가</mark>
* <mark style="color:red;">계산서 발행일 관리 - 의뢰인명 조회 조건 추가</mark>


---

# 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://help.ilabs.co.kr/update/2023.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.
