Total Penjualan

Rp {{ number_format($stats['total_sales'] ?? 0, 0, ',', '.') }}

{{ abs($stats['sales_growth'] ?? 0) }}% dari bulan lalu

Total Pembelian

Rp {{ number_format($stats['total_purchases'] ?? 0, 0, ',', '.') }}

{{ abs($stats['purchases_growth'] ?? 0) }}% dari bulan lalu

Total Order

{{ $stats['total_orders'] ?? 0 }}

{{ abs($stats['orders_growth'] ?? 0) }}% dari bulan lalu

Stock Alert

{{ $stats['total_low_stock'] ?? 0 }}

Materials: {{ $stats['low_stock_materials'] ?? 0 }} Spareparts: {{ $stats['low_stock_spareparts'] ?? 0 }}

Total Produk

{{ $stats['total_products'] ?? 0 }}

{{ abs($stats['products_growth'] ?? 0) }}% dari bulan lalu

Produksi Aktif

{{ $stats['active_productions'] ?? 0 }}

Sedang dalam proses pengerjaan

Total Piutang

Rp {{ number_format($stats['total_receivable_amount'] ?? 0, 0, ',', '.') }}

Jatuh tempo: {{ $stats['overdue_receivables'] ?? 0 }}

Nilai Inventory

Rp {{ number_format($stats['total_inventory_value'] ?? 0, 0, ',', '.') }}

Materials & Spareparts

@if(($stats['completed_production_pending_confirmation'] ?? 0) > 0)

Menunggu Konfirmasi Customer

Produksi selesai, menunggu konfirmasi customer

{{ $stats['completed_production_pending_confirmation'] ?? 0 }}

Order menunggu

Lihat Detail
@endif