| 商品 SKU | 商品名 | 在庫低下警戒しきい値 | 現在の実在庫 |
|---|---|---|---|
| {{ item.sku }} | {{ item.name }} | {{ item.alert_threshold }} 個 | {{ item.current_stock }} |
| 現在、システムに商品データはありません | |||
| 登録日 | 商品 SKU | 変動種別 | 数量 (個) | 販売チャネル | 操作アカウント |
|---|---|---|---|---|---|
| {{ t.transaction_date }} |
{{ t.sku }} {{ t.product_name }} |
{{ t.type === 'IN' ? '入庫 (IN)' : '出庫 (OUT)' }} | {{ t.type === 'IN' ? '+' : '-' }}{{ t.quantity }} | {{ t.channel || '不明なチャネル' }} -- | {{ t.created_by_name }} |
| 入出庫の履歴はまだありません | |||||