> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ko/inventory-and-transactions/history.md).

# 히스토리

***

### 입출고 내역을 수정하면 어떻게 되나요? <a href="#edit-past-transaction" id="edit-past-transaction"></a>

박스히어로의 히스토리는 **단순 기록이 아니라 현재 재고 수량을 계산하는 기준 데이터**입니다. 따라서 과거 입출고 내역의 수량이나 날짜를 수정하면 이후 재고 흐름이 다시 계산되어 **현재 재고에도 영향을 줄 수 있으므로 유의**해 주세요.

### 제품을 수정, 삭제하면 히스토리에 어떻게 반영되나요? <a href="#delete-product-history" id="delete-product-history"></a>

* **수정 :** 제품명, 가격, 속성 등 제품 정보를 수정하면 과거 히스토리도 수정된 정보가 반영됩니다. 히스토리의 제품 정보는 **항상 현재 등록된 제품 정보를 기준으로 표시**됩니다.
* **삭제 :** 제품을 삭제하더라도 **입출고 내역은 그대로 유지**되며, `히스토리`에서는 취소선이 적용된 상태로 표시됩니다. 단, 삭제된 제품은 필터 항목에서 선택할 수 없습니다.

### 관리자나 멤버가 팀에서 나가면 히스토리에 어떻게 반영되나요? <a href="#member-history" id="member-history"></a>

관리자나 멤버가 팀에서 나가더라도 히스토리를 포함한 **기존 작업 내역은 삭제되지 않습니다.**

### 이미 처리한 입출고 내역의 날짜를 변경할 수 있나요? <a href="#edit-history-date" id="edit-history-date"></a>

`히스토리` > `수정할 내역 선택` > `더 보기` > `수정 및 삭제`에서 날짜를 변경할 수 있습니다.

<figure><img src="/files/FeIozFdIam4r8Vhs4nTw" alt="입고서 출고서에서 날짜 수정하는 위치"><figcaption></figcaption></figure>

### 히스토리를 초기화하고 싶어요 <a href="#reset-history" id="reset-history"></a>

히스토리 초기화는 [**고객센터**](/docs/ko/resources/contact.md)로 요청해 주세요.

### 모바일 앱에서 히스토리가 일부만 보여요 <a href="#mobile-history-limit" id="mobile-history-limit"></a>

모바일에서는 히스토리를 **최근 100건까지만 조회**할 수 있습니다.&#x20;

100건 이전의 히스토리를 확인하고 싶다면 웹 버전을 이용해 주세요. 웹에서는 전체 히스토리를 제한 없이 확인할 수 있습니다.

{% hint style="success" %}
원하는 답변을 찾지 못하셨다면 [**고객센터**](/docs/ko/resources/contact.md)로 문의해 주세요.
{% endhint %}


---

# 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:

```
GET https://www.boxhero.io/docs/faq/ko/inventory-and-transactions/history.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.
