Sales Register فروخت رجسٹر
As At {{ date('M d, Y') }}
| مال | بوری | وزن | ریٹ | قیمت | کیش وصول | باقیہ | |
|---|---|---|---|---|---|---|---|
{{ $customerSales->first()->customer->customer_name_urdu ?? 'Unknown Customer' }} | |||||||
| {{ $item->productChildCate->name_urdu?? null }} | {{ $item->bori }} | {{ $item->weight }} | {{ $item->rate }} | {{ $item->amount }} | |||
| {{ $total_bori }} | {{ $total_weight }} | {{ $total_rate }} | {{ $customerSales->sum(fn($sale) => $sale->salesItemsDetails->sum(fn($i) => $i->amount)) }} | {{ $customerTotals[$customerId]['total_paid'] ?? 0 }} | {{ $customerTotals[$customerId]['total_balance'] ?? 0 }} | ||