2417 Jericho Turnpike, #333 |
Sales Order
|
|
|
P.O. No. | Project |
{{ $data['order']->po_number }} | @if($data['order']->project != '') {{ \App\Models\Order::$order_sources[$data['order']->project] }} @endif |
Item | Description | Ordered | U/M | Rate | Amount |
{{ $item->sku }} |
{{ $item->name }}
@if($item->engraving_text_primary != '' || $item->engraving_icon != '')
@if($item->engraving_text_primary != '')
Engraving Text:
@endif
@if($item->is_backorder == 'Y')
• {{ $item->engraving_text_primary }}
@if(trim($item->engraving_text_secondary) != null)
• {{ $item->engraving_text_secondary }}
@endif
@else
Engraving Logo / Icon:
@endif
BACKORDER ITEM
@endif
|
{{ $item->quantity }} |
@if(!is_null($bogo) && isset($bogo->is_free))
Free Product
@else
{{-- @if($item->price_original > $item->price)
{{ '$'.number_format($item->price_original, 2) }}
@endif --}}
{{ '$'.number_format($item->price, 2) }}
@endif
|
@if(!is_null($bogo) && isset($bogo->is_free))
Free Product
@else
{{-- @if($item->price_original > $item->price)
{{ '$'.number_format($item->price_original * $item->quantity, 2) }}
@endif --}}
@if(!is_null($bogo))
@php
echo '$'.number_format($total_price - $bogo->discount_amount, 2).'';
if(isset($bogo->bogo_free))
echo ''.$bogo->bogo_free . ' free item(s)'; else echo ' '.$bogo->bogod_percent.'% discount on ' . $bogo->bogod_count . ' item(s)'; @endphp @else {{ '$'.number_format($total_price, 2) }} @endif @endif |
{{--
|
@if($data['order']->discount > 0)
@endif
@if($data['order']->tax > 0)
@endif
@if($data['order']->engraving_charges > 0)
@endif
@if(in_array($data['order']->order_status, [13, 14, 15, 16, 17, 18]))
@else
@endif
|