| {{ __('report.stockquantity') }} | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| # | {{ __('home.productNo') }} | {{ __('home.productname') }} | {{ __('home.oping') }} | {{ __('home.purchases') }} | {{ __('home.purchase_return') }} | {{ __('home.sales') }} | {{ __('home.salesـreturned') }} | {{ __('home.productdecrease') }} | {{ __('home.productincrease') }} | {{ __('home.quentitydamagereport') }} | {{ __('home.stock') }} | {{ __('home.avarge') }} | {{ __('home.total') }} |
| {{ $index + 1 }} | {{ $product->Product_Code }} | {{ $product->product_name }} | {{ $product->opening_blance }} | {{ $product->purchasecount }} | {{ $product->purchasereturncount }} | {{ $product->salescount }} | {{ $product->returnsalescount }} | {{ $product->stockdecrease }} | {{ $product->stockincrease }} | {{ $product->damageproduct }} | {{ $product->numberofpice }} | {{ $product->purchasingـprice }} | {{ $product->numberofpice * $product->purchasingـprice }} |
| {{ __('home.total') }} | {{ $totals['opingstock'] }} | {{ $totals['purchasecount'] }} | {{ $totals['purchasereturncount'] }} | {{ $totals['salescount'] }} | {{ $totals['returnsalescount'] }} | {{ $totals['stockdecrease'] }} | {{ $totals['stockincrease'] }} | {{ $totals['damageproduct'] }} | {{ $totals['totalstock'] }} | - | {{ $totals['totalprice'] }} | ||