Mark handed-over material as processed
mark_intake_doneMark handed-over intake items as processed to update the Start screen. Specify ids for individual items or set all=true for every pending item; optionally pass status=pending to revert.
Instructions
Start 画面に預かったものを「処理済み」にする(保存データを更新)。ids で個別、all=true で未処理を全件。画面の表示が変わるので利用者は片付いたか確認できる。status="pending" で差し戻し。 / Flip handed-over items to done in the saved data: ids for specific ones, all=true for every pending item. The Start screen reflects the change. Pass status="pending" to put one back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | 未処理を全件対象にする / Apply to every pending item | |
| ids | No | 対象の預かり ID。省略 + all=true で未処理全件 / Intake ids; omit with all=true for every pending item | |
| lang | No | 出力言語 / Output language | both |
| note | No | 何をしたかの一言(Start 画面に残る) / One line about what was done | |
| status | No | 付ける状態 / Status to set | done |