| SKU | Product | Unit Cost | Stock | Avg. Monthly Sales | Days of Stock | Status | Value |
|---|---|---|---|---|---|---|---|
| ' + esc(it.sku) + ' | ' + esc(it.productName) + ' | $' + (it.unitCost || 0).toFixed(2) + ' | ' + it.currentStock + ' | ' + (it.monthlyVelocity || 0).toFixed(1) + ' | ' + it.daysOfStock + ' | ' + stLabel + ' | $' + (it.stockValue || 0).toFixed(2) + ' |