@if ($overviewBond['bond'])
SALES ORDER |
|
Order #:
{{ $overviewBond['bond']->bond_number }}
Order Date :
{{ $overviewBond['bond']->date }}
|
|
Customer:
{{ $overviewBond['bond']->client_name }}
@if ($overviewBond['bond']->client)
Account # :
{{ $overviewBond['bond']->client->id_by_receivable_type }}
@endif
|
|
@if ($overviewBond['bond']->client)
Customer phone:
{{ $overviewBond['bond']->client->phone_1 }}
@endif
Address :
@if ($overviewBond['bond']->client && is_array($overviewBond['bond']->client->address))
city:
{{ $overviewBond['bond']->client->address['city'] ?? '---' }} /
area:{{ $overviewBond['bond']->client->address['region'] ?? '---' }}
/
address:{{ $overviewBond['bond']->client->address['address'] ?? '---' }}
@else
---
@endif
|
|
F.O.Payment:
{{ $overviewBond['bond']->client_type == 'cash' ? 'نقدي' : 'ذمة' }}
Payment way:
{{ $overviewBond['bond']->selected_payment_way ?? '---' }}
|
|
Accured date:
{{ $overviewBond['bond']->accured_date }}
Delivered date:
{{ $overviewBond['bond']->delivered_date }}
|
|
Notes :{{ $overviewBond['bond']->notice }}
|
| Barcode # | @if ($overviewBond['add_location_in_print'])Item Location | Available Quantity | @endifName | Unit | Qty | Sale price | Dis. amount | Gross Price | Tax | Amount | Expiry date | Serial code | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->barcode->number }} | @if ($overviewBond['add_location_in_print'])@foreach ($item->barcode->locations as $location) @if ($location->branch_id == $overviewBond['bond']->branch->id) {{ $location->hall . '-' . $location->line . '-' . $location->shelf }} @endif @endforeach | {{ $item->barcode->available_quantity }} | @endif{{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ dn($item->quantity) }} | {{ dn($item->price) }} | {{ dn($item->total_discounts) }} | {{ dn($item->total_final_price) }} | {{ $item->tax_ratio ? $item->tax_ratio . '%' : '---' }} | {{ dn($item->total_final_price + $tax_amount) }} | {{ $item->expire_date }} | @if (is_array($item->serial_items) && count($item->serial_items)) @else --- @endif | {{ $item->notice }} |
| {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ dn($item->bonus) }} | {{ dn(0) }} | {{ dn(0) }} | {{ dn(0) }} | {{ dn(0) }} | {{ $item->expire_date }} | --- | {{ $item->notice }} |
| Expenses | Amount | Account |
|---|---|---|
| {{ $item->standard_expenses->name }} | {{ dn($item->amount) }} | {{ $item->standard_expenses->account->name }} |
| Total | {{ dn($total) }} | |