{{ Nameen ?? '' }}
{{ describtionen ?? '' }}
{{ STen ?? '' }}{{ Taxen ?? '' }}
{{ Namear ?? '' }}
{{ describtionar ?? '' }}
{{ STar ?? '' }}
{{ Taxar ?? '' }}
تاريخ الإصدار: {{ date('Y-m-d H:i') }}
{{-- هنا نستخدم المتغير القادم من الـ Controller، وإذا كان فارغاً نعرض بداية السنة الحالية --}}
بداية الفترة: {{ $start_at ?? date('Y-01-01') }}
نهاية الفترة: {{ $endAt }}
{{ __('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') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $product->Product_Code }} | {{ $product->product_name }} | {{ $product->opening_blance }} | {{ $purchasecount }} | {{ $purchasereturncount }} | {{ $salescount }} | {{ $returnsalescount }} | {{ $stockdecrease }} | {{ $stockincrease }} | {{ $damageproduct }} | {{ $product->numberofpice }} | {{ number_format($product->purchasingـprice, 2) }} | {{ number_format($product->numberofpice * $product->purchasingـprice, 2) }} |
| {{ __('home.total') }} | {{ $opingstock }} | {{ $Totalpurchasecount }} | {{ $Totalpurchasereturncount }} | {{ $Totalsalescount }} | {{ $Totalreturnsalescount }} | {{ $totaldecreasestock }} | {{ $totalincreasestock }} | {{ $totaldamagestock }} | {{ $totalstock }} | - | {{ number_format($totalprice, 2) }} | ||
| {{ __('report.totalprice') }} | {{ __('home.total') }} |
|---|---|
| {{ __('home.valuewithouttax') }} | {{ number_format($totalprice, 2) }} |