diff --git a/views/reports/category.ejs b/views/reports/category.ejs new file mode 100644 index 0000000..863dc27 --- /dev/null +++ b/views/reports/category.ejs @@ -0,0 +1,76 @@ +
Kategori seçin ve tarih aralığı belirleyin — detaylı stok raporu görün
+| Kategori | Ürün | Stok Değeri | Düşük Stok | +
|---|---|---|---|
| <%= c.name %> | +<%= c.totalProducts %> | +<%= c.totalStockValue.toLocaleString('tr-TR') %> ₺ | ++ <%= c.lowStockCount > 0 ? '⚠️ ' + c.lowStockCount : '—' %> | +
Raporlamak için yukarıdan kategori seçip "Raporla" butonuna basın.
+