Raporlar

Satış, stok ve finans raporlarınızı görüntüleyin.

Bu Ay Sipariş
{{ $thisMonthOrders }}
Bu Ay Ciro
₺{{ number_format($thisMonthRevenue, 2, ',', '.') }}

Son 30 Gün Satış Trendi

En Çok Satılan Ürünler

@forelse($topProducts as $product)
@if($product->image) {{ $product->name }} @else @endif
{{ $product->name }}
SKU: {{ $product->sku }}
{{ $product->order_items_count }}
Satış
@empty

Henüz satış yok.

@endforelse

Düşük Stok Uyarısı

@forelse($lowStock as $inv) @empty @endforelse
Ürün Toplam Rezerve Mevcut Durum
{{ $inv->product->name }} {{ $inv->stock_qty }} {{ $inv->reserved_qty }} {{ $inv->stock_qty - $inv->reserved_qty }} Düşük
Düşük stoklu ürün yok.