{{ Nameen ?? '' }}
{{ describtionen ?? '' }}
{{ STen ?? '' }}{{ Taxen ?? '' }}
{{ Namear ?? '' }}
{{ describtionar ?? '' }}
{{ STar ?? '' }}{{ Taxar ?? '' }}
تقرير مبيعات الموظف
Employee Sales Report
| {{ __('home.Invoice_no') }} | {{ __('home.sallerName') }} | {{ __('home.clietName') }} | {{ __('home.date') }} | {{ __('home.branch') }} | {{ __('report.totalpricewithoudtax') }} | {{ __('report.totaltax') }} | {{ __('home.total') }} | {{ __('home.paymentmethod') }} |
|---|---|---|---|---|---|---|---|---|
| #{{ $product->id }} | {{ optional($product->user)->name }} | {{ optional($product->customer)->name }} | {{ $product->created_at }} | {{ optional($product->branch)->name }} | {{ number_format($invoiceTotalWithoutTax, 2) }} | {{ number_format($invoiceTax, 2) }} | {{ number_format($invoiceTotalWithTax, 2) }} | {{ $pays }} |
| {{ __('home.totaldiscount') }} | {{ number_format($totaldiscount, 2) }} |
| {{ __('report.totalpricewithoudtax') }} | {{ number_format($totalpriceall, 2) }} |
| {{ __('report.totaltax') }} | {{ number_format($totaladdedvalue, 2) }} |
| {{ __('report.totalallprice') }} | {{ number_format($total, 2) }} |