{{-- --}}
PRONDL
@lang('reports.Sales_by_Discount/Product_Summary')
@if($from)@lang('reports.from') {{ $from }} @endif @if($to) @lang('reports.to') {{ $to }} @endif
@lang('reports.sales_discount_summary_sum')
{{ $total }}
الاسم | النوع | عدد مرات الخصم | قيمة الخصومات على المنتج الواحد |
---|---|---|---|
{{ $product->name }} | {{ $product->sale_type }} | {{ $product->vouchers_discount_number + $product->invoices_discount_number }} | {{ $product->invoices_total_discounts + $product->vouchers_total_discounts }} |