@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.print') }} - {{ __('report.stockquantity') }} @stop @section('content')
{{ describtionen }}
CR: {{ STen }}
VAT: {{ Taxen }}
{{ describtionar }}
س.ت: {{ STar }}
الرقم الضريبي: {{ Taxar }}
| # | {{ __('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($rowTotal, 2) }} |
| الإجمالي العام | {{ $opingstock }} | {{ $Totalpurchasecount }} | {{ $Totalpurchasereturncount }} | {{ $Totalsalescount }} | {{ $Totalreturnsalescount }} | {{ $totaldecreasestock }} | {{ $totalincreasestock }} | {{ $totaldamagestock }} | {{ $totalstock }} | - | {{ number_format($totalprice, 2) }} | ||
| {{ __('home.valuewithouttax') }} | {{ number_format($totalprice, 2) }} |
|---|