> 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/ja/to/peng-xie.md).

# 在庫数カウント

***

#### **複数の拠点にわたって一度に在庫数を確認できますか？**

いいえ。在庫数の確認はそれぞれ単一の拠点に紐づいており、確認が送信されると、選択したその拠点の数量のみが更新されます。複数の拠点の在庫を数えるには、拠点ごとに個別のカウントプロジェクトを作成してください。

#### **チーム管理者は他のメンバーに割り当てられたタスクシートを編集できますか？**

はい。タスクシートが <mark style="color:$primary;">`進行中`</mark> または <mark style="color:$primary;">`完了`</mark>であっても、チーム管理者はスタッフメンバーのシートを開いて編集できます。これは、割り当て先が利用できない場合や、カウントが送信される前に修正が必要な場合に便利です。

<figure><img src="/files/1f50beabe03026043d96f3681003cbfc8ae5da43" alt=""><figcaption></figcaption></figure>

#### **送信前に数えられていない項目はどうなりますか？**

プロジェクトに含まれているものの数えられなかった項目は、在庫切れとして扱われ、 **0** に設定されます。これを避けるには、管理者がプロジェクトを確定する前に、タスクシート内のすべての項目が数えられていることを確認してください。あるいは、プロジェクトを設定する際に数える予定のない項目は除外してください。

#### **在庫カウントの結果をエクスポートできますか？**

はい。カウントが送信された後、カウントプロジェクトを開いて <mark style="color:$primary;">`結果を表示`</mark> > <mark style="color:$primary;">`Excel にエクスポート`</mark>をクリックします。エクスポートには **開始時** **数量**, **カウント済み** **数量**と **差異** が記録されます。

<figure><img src="/files/a7480e25dc5bbb44c85785f142d6221609e18f41" 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:

```
GET https://www.boxhero.io/docs/faq/ja/to/peng-xie.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.
