Today Sale (Net)
{{ $todaySale }}
Customer Due Payments
{{ $totalReceivable }}
Supplier Balances
{{ $supplierBalances['payable'] }}
To Pay{{ $supplierBalances['receivable'] }}
To ReceiveToday Purchase (Net)
{{ $todayPurchase }}
This Month Expense
{{ $thisMonthExpense }}
Total Stock
{{ $totalStock }}
Total Stock Worth
{{ $totalStockWorth }}
Today Return
{{ $todayReturn }}
@can('dashboard.can.view.sale.vs.purchase.bar.chart')
@endcan
@can('dashboard.can.view.trending.items.pie.chart')
@endcan
@can('dashboard.can.view.recent.invoices.table')
{{ __('sale.sale_vs_purchase') }}
{{ __('purchase.purchase_bills') }}
{{ __('sale.sale_invoices') }}
{{ __('item.trending') }}
-
@foreach($trendingItems as $item)
- {{ $item['name'] }} {{ $formatNumber->formatQuantity($item['total_quantity']) }} @endforeach
{{ __('sale.recent_invoices') }}
| {{ __('sale.invoice_date') }} | {{ __('sale.code') }} | {{ __('customer.name') }} | {{ __('app.grand_total') }} | {{ __('app.balance') }} | {{ __('app.status') }} |
|---|---|---|---|---|---|
| {{ $recent->formatted_sale_date }} | {{ $recent->sale_code }} | {{ $recent->party->getFullName() }} | {{ $formatNumber->formatWithPrecision($recent->grand_total) }} | {{ $formatNumber->formatWithPrecision($recent->grand_total - $recent->paid_amount) }} | @php $returnTotal = $recent->saleReturn->sum('grand_total'); if($returnTotal > 0){ $class = 'info'; $message = ($returnTotal >= $recent->grand_total) ? 'Returned' : 'Partial Return'; } else if($recent->paid_amount > 0 && $recent->paid_amount < $recent->grand_total){ $class = 'warning'; $message = 'Partial'; } else if($recent->paid_amount >= $recent->grand_total){ $class = 'success'; $message = 'Paid'; }else{ $class = 'danger'; $message = 'Unpaid'; } @endphp{{ $message }} |
{{ __('item.low_stock_items') }}
| # | {{ __('item.item_name') }} | {{ __('item.brand.brand') }} | {{ __('item.category.category') }} | {{ __('item.min_stock') }} | {{ __('item.current_stock') }} | {{ __('unit.unit') }} |
|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->name }} | {{ $item->brand->name??'' }} | {{ $item->category->name }} | {{ $formatNumber->formatQuantity($item->min_stock) }} | {{ $formatNumber->formatQuantity($item->current_stock) }} | {{ $item->baseUnit->name }} |
System Health & Reliability
Free Disk Space
{{ $systemHealth['disk_free'] }}
Last Backup
{{ $systemHealth['last_backup'] }}
Database Status
{{ $systemHealth['db_connection'] }}
PHP Version