> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/kegaido/notice/change-of-finishing-info-format.md).

# \[機能アップデート] 仕上げ材販売情報入力方式変更のご案内

2025-07-11

こんにちは、アキスケッチです。

仕上げ材の販売情報の入力方法に一部変更がありましたのでご案内いたします。今後、新たに仕上げ材製品を登録される場合は、下記内容をご参考ください。

* **変更時期**：2025年07月11日（金）
* **変更内容：** 以下の内容が変更されます。

## 変更後の入力方法の概要

**パス:** ダッシュボード 企業ライブラリ > 製品 > 仕上げ材 > 製品詳細ページ

壁紙/床材の **販売情報を有効化** すると、以下の項目を入力できます。

![新しく変更された画面](/files/d73749c8f016976ba3cf5b56089505253d45eb13)

1. **販売タイプの選択**
   * 壁紙、フィルム、長尺シート、タイル、デコタイル、マット、フローリング、ペイントなど
2. **規格入力**
   * 横、縦、高さ、厚さ、幅、長さの中から選択可能（高さは任意です。）
   * 単位も mm / cm / m / t / ml / L から選択可能
3. **販売単位の選択**
   * 例：枚、箱、ロールなど
4. **数量入力**
   * 選択した販売単位に含まれる数量（例：1箱あたり10枚）
5. **施工可能面積の入力（重要）**
   * 従来の「3D画像のタイル数」項目が **削除**されました。
   * 今後は\*\*販売単位1つあたりの施工可能面積（㎡）\*\*を直接入力してください。
     * 例：600×1200(mm) タイル = 0.72㎡
   * 入力された面積値は今後 **リアルタイム見積書の計算**に活用される予定です。
6. **販売金額の入力**
   * 入力された **販売単位を基準に**金額を入力

## 参考事項

{% hint style="info" %}
現在のリアルタイム見積書画面には、入力された規格/販売単位情報はすぐには反映されません。該当情報は次回のリアルタイム見積書およびCRMバージョンアップデート時に適用される予定ですので、ご参考ください。
{% 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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/kegaido/notice/change-of-finishing-info-format.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.
