{{ $Nameen ?? '' }}
{{ $describtionen ?? '' }}
{{ $STen ?? '' }}
{{ $Taxen ?? '' }}
{{ $Namear ?? '' }}
{{ $describtionar ?? '' }}
{{ $STar ?? '' }}
{{ $Taxar ?? '' }}
تقرير مرتجعات المبيعات
الفترة من: {{ $start }} إلى: {{ $end }}
| # | {{__('report.date')}} | {{__('report.invoiceNo')}} | {{__('home.quantity')}} | {{__('home.price')}} (صافي) | {{__('home.addedValue')}} | {{__('home.discount')}} | {{__('home.total')}} |
|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $items->first()->created_at->format('Y-m-d') }} | {{ $invoiceId }} | {{ number_format($invoiceQty, 0) }} | {{ number_format($subTotalBeforeTax, 2) }} | {{ number_format($taxAmount, 2) }} | {{ number_format($invoiceDiscount, 2) }} | {{ number_format($totalWithTax, 2) }} |
| {{__('report.totalpricewithoudtax')}} | {{ number_format($grandTotalBeforeTax, 2) }} |
|---|---|
| {{__('report.totaltax')}} | {{ number_format($grandTotalTax, 2) }} |
| {{__('report.totalallprice')}} | {{ number_format($grandTotalBeforeTax + $grandTotalTax, 2) }} |