# 在庫移動

***

#### **「在庫調整」と「入出庫」の違いは何ですか？**

* 次を使用します： <mark style="color:$primary;">`在庫入庫`</mark> および <mark style="color:$primary;">`在庫出庫`</mark> 仕入先からの受領、注文の履行、出荷、または商品の廃棄など、実際の在庫の動きを記録するため。&#x20;
* 次を使用します： <mark style="color:$primary;">`在庫調整`</mark> 移動に紐づかない差異（例：破損、紛失、盗難、または棚卸による修正）を訂正するため。

{% hint style="success" %}
これらを分けておくと、後で取引履歴を監査しやすくなります。
{% endhint %}

#### **在庫取引と購入・販売は、いつ使い分ければよいですか？**

* 次を使用します： <mark style="color:$primary;">`取引`</mark> 記録を残す必要のない、社内向けの在庫数の素早い更新に。
* 次を使用します： <mark style="color:$primary;">`仕入れと販売`</mark> その移動に紐づく発注書、受注書、請求書、または価格記録が必要なときに。

<table><thead><tr><th width="150.77777099609375"></th><th width="290.14239501953125">取引</th><th>仕入れと販売</th></tr></thead><tbody><tr><td><strong>ワークフロー</strong></td><td>商品を選んで数量を入力するだけで、在庫数をすぐに更新できます。</td><td>注文（<strong>発注書</strong> または <strong>受注書</strong>）を先に作成し、出荷または到着時に処理します。</td></tr><tr><td><strong>方法</strong></td><td>次を使用します： <strong>在庫入庫</strong> 在庫に入る商品には <strong>在庫</strong> <strong>出</strong> 在庫から出る商品には。</td><td>リンク <strong>在庫入庫</strong> 発注書に <strong>在庫出庫</strong> 受注書にリンクして、よりよく追跡できます。</td></tr><tr><td><strong>目的</strong></td><td>手動での在庫調整と簡単な数量管理。</td><td>リアルタイムの在庫更新を伴う注文管理。</td></tr></tbody></table>

#### **複数の拠点にまたがって一度に取引を記録できますか？**

各 <mark style="color:$primary;">`在庫入庫`</mark> または <mark style="color:$primary;">`在庫出庫`</mark> 取引は *単一の* 拠点に紐づいています。拠点間で在庫を移動するには、 <mark style="color:$primary;">`在庫移動`</mark>を使用してください。同じ商品を複数の拠点に在庫追加するには、拠点ごとに別々の取引を作成してください。

#### **確定せずに取引を保存できますか？**

はい。 <mark style="color:$primary;">`在庫入庫`</mark>, <mark style="color:$primary;">`在庫出庫`</mark>、 <mark style="color:$primary;">`在庫移動`</mark> 下書きに対応しています。 **保存した** **下書きは** 次にメニューを開いたときに表示されるので、あとで続きから仕上げることも、複数の下書きをまとめて処理することもできます。

<figure><img src="/files/814f5cebc7d5b922e73545a84858a22167b9bee6" alt=""><figcaption></figcaption></figure>

#### **取引に写真やファイルを添付できますか？**

はい。各取引の **メモ** **欄** ではファイル添付（例：請求書のコピー、納品書、破損写真、署名済み受領書）をサポートしています。また、メモ内で **ハッシュタグ** を使って関連する取引にタグ付けし、後から絞り込むこともできます。

<figure><img src="/files/66889d63da1909534f7123b68dc4a119f0bdd7cf" alt=""><figcaption></figcaption></figure>

#### **手持ち在庫より多く出庫しようとした場合はどうなりますか？**

BoxHero は、取引を完了するのに十分な在庫がないと警告します。キャンセルするか、そのまま進めて商品をマイナス在庫にすることができます。

実際の数量がシステム上の数量と異なる場合は、まず <mark style="color:$primary;">`在庫調整`</mark> で数量を修正してから、 <mark style="color:$primary;">`在庫出庫`</mark>.

<figure><img src="/files/98464ff34e7f02755706cba6648db61d472b1255" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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/zai-ku-yi-dong.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.
