> For the complete documentation index, see [llms.txt](https://orbitworks.gitbook.io/orbitworks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-2.md).

# 2-2 배치/폐지 관리

경비원의 단지 배치 및 배치폐지 신고 현황을 월별로 관리하고, 신고서 작성 현황을 추적하는 방법을 안내합니다.

### 메뉴 위치

단지 관리 > 배치/폐지 관리

### 기능 설명

배치/폐지 관리 화면은 월 단위로 배치 신고, 폐지 신고, 발송완료, 임시저장 건수를 카운트하여 보여줍니다. 화면 상단의 "배치 신고하기" 또는 "배치폐지 신고하기" 버튼을 통해 새로운 신고서 작성(2-3 배치/폐지 신고)으로 이동할 수 있습니다.

하단의 신고현황 테이블에는 신고관리번호, 근로자명, 단지명, 보고서유형(배치/배치폐지), 작성일, 발송상태(임시저장/발송완료 등), 관할경찰서, 근로인원이 표시되어, 어떤 신고서가 작성 중인지, 어떤 신고서가 이미 관할 경찰서로 발송되었는지를 한눈에 확인할 수 있습니다.

### 주요 장점

* 월별 배치/폐지 신고 건수를 카운트로 보여주어 신고 누락 여부를 빠르게 점검할 수 있습니다.
* 발송상태(임시저장/발송완료)를 구분 표시하여, 아직 관할 경찰서로 전송되지 않은 신고서를 놓치지 않도록 관리할 수 있습니다.
* 신고관리번호 기준으로 근로자별 배치·폐지 이력을 추적할 수 있습니다.

### 이용 방법

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://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-2.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.
