@lang('accounting/warehouses/reports/sales-and-profit.from_date') {{ $from_date }}
@lang('accounting/warehouses/reports/sales-and-profit.to_date') {{ $to_date }}
| @lang('accounting/warehouses/reports/general-purchase-invoices.item') | @if ($selected_show_type == 'detailed')@lang('accounting/warehouses/reports/general-purchase-invoices.invoice_number') | @lang('accounting/warehouses/reports/general-purchase-invoices.invoice_date') | @lang('accounting/warehouses/reports/general-purchase-invoices.supplier') | @endif@lang('accounting/warehouses/reports/general-purchase-invoices.quantity') | @if ($selected_show_type == 'detailed')@lang('accounting/warehouses/reports/general-purchase-invoices.unit_cost') | @else@lang('accounting/warehouses/reports/general-purchase-invoices.cost') | @endif@lang('accounting/warehouses/reports/general-purchase-invoices.cost') | |
|---|---|---|---|---|---|---|---|---|
| {{ $result->barcode->number . ' - ' . $result->barcode->ar_name }} | @if ($selected_show_type == 'detailed'){{ $result->purchase_invoice->bond_number }} | {{ $result->purchase_invoice->date }} | {{ $result->purchase_invoice->supplier->name }} | @endif{{ $result->quantity }} | @if ($selected_show_type == 'detailed'){{ dn($result->cost) }} | {{ dn($result->cost * $result->quantity) }} | @else{{ dn($result->avg_cost) }} | {{ dn($result->avg_cost * $result->quantity) }} | @endif
| @lang('accounting/warehouses/reports/general-purchase-invoices.sum') | @if ($selected_show_type == 'detailed')@endif | {{ dn($total) }} |