COT在庫管理
ログイン中:
{{ username }} ({{ role }})

集計レポート (Reporting)

在庫総資産額 (原価ベース)

¥{{ parseInt(totalPurchaseValue).toLocaleString() }}

在庫想定売上額 (販売価格ベース)

¥{{ parseInt(totalSellingValue).toLocaleString() }}

商品 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() }}
在庫データがありません
期間内 推定総売上 (Total Sales)

¥{{ parseInt(totalSalesValue).toLocaleString() }}

販売チャネル 商品 SKU 商品名 販売数量 (個) 推定売上高 (¥)
{{ row.channel }} {{ row.sku }} {{ row.product_name }} {{ row.total_quantity }} ¥{{ parseInt(row.estimated_revenue).toLocaleString() }}
指定期間内の販売データはありません