| 商品 SKU | 商品名 | カテゴリ | サプライヤー | 実在庫数 | 仕入単価 (¥) | 販売単価 (¥) | 原価総額 (¥) | 想定売上総額 (¥) |
|---|---|---|---|---|---|---|---|---|
| {{ item.sku }} | {{ item.name }} | {{ item.category }} | {{ item.supplier }} | {{ item.current_stock }} | ¥{{ parseInt(item.purchase_price).toLocaleString() }} | ¥{{ parseInt(item.selling_price).toLocaleString() }} | ¥{{ parseInt(item.total_purchase_value).toLocaleString() }} | ¥{{ parseInt(item.total_selling_value).toLocaleString() }} |
| 在庫データがありません | ||||||||
| 販売チャネル | 商品 SKU | 商品名 | 販売数量 (個) | 推定売上高 (¥) |
|---|---|---|---|---|
| {{ row.channel }} | {{ row.sku }} | {{ row.product_name }} | {{ row.total_quantity }} | ¥{{ parseInt(row.estimated_revenue).toLocaleString() }} |
| 指定期間内の販売データはありません | ||||