| CUS ID: | @if(!empty($receipt_details->contact_id)) {{$receipt_details->contact_id}} @endif | رقم العميل: | INVOICE TIMESTAMP: | {{$receipt_details->invoice_date}} | وقت الفاتورة: |
| CUS NAME: | @if(!empty($receipt_details->contact_name)) {!! strip_tags($receipt_details->contact_name) !!} @endif | اسم العميل: | DUE DATE: | @if(!empty($receipt_details->due_date)) {{$receipt_details->due_date}} @endif | تاريخ الاستحقاق: |
| CUS CR: | @if(!empty($receipt_details->sell_custom_field_1_value)) {{$receipt_details->sell_custom_field_1_value}} @endif | سجل العميل: | SALES ORDER ID: | رقم طلب البيع: | |
| VAT ID: | @if(!empty($receipt_details->tax_info1)) {{$receipt_details->tax_info1}} @endif | الرقم الضريبي: | |||
| CUS ADRS: |
@if(!empty($receipt_details->customer_info))
{!! str_replace(' ', ', ', $receipt_details->customer_info) !!} @endif |
عنوان العميل: | |||
|
PROD ID معرف المنتج |
PRODUCT NAME اسم المنتج |
QUANTITY الكمية |
U.P سعر الوحدة |
TOTAL الإجمالي |
TAX الضريبة |
SUBTOTAL المجموع الفرعي |
|---|---|---|---|---|---|---|
| @if(!empty($line['sub_sku'])) {{$line['sub_sku']}} @endif |
{{$line['name']}} {{$line['product_variation']}} {{$line['variation']}}
@if(!empty($line['sub_sku'])), {{$line['sub_sku']}} @endif
@if(!empty($line['brand'])), {{$line['brand']}} @endif
@if(!empty($line['cat_code'])), {{$line['cat_code']}}@endif
@if(!empty($line['product_custom_fields'])), {{$line['product_custom_fields']}} @endif
@if(!empty($line['product_description']))
{!!$line['product_description']!!} @endif @if(!empty($line['sell_line_note'])) {!!$line['sell_line_note']!!} @endif |
{{$line['quantity']}} {{$line['units']}} | {{$line['unit_price_before_discount']}} | {{$line['line_total_exc_tax']}} | @if(!empty($line['tax'])) {{$line['tax'] * $line['quantity']}} @endif | {{$line['line_total']}} |
|
Sell Note
@if(!empty($receipt_details->additional_notes))
{!! $receipt_details->additional_notes !!}
@endif
PAYMENT REFERENCE:
@if(!empty($receipt_details->payments))
@foreach($receipt_details->payments as $payment)
{{$payment['method']}}: {{$payment['amount']}}
@endforeach
@endif
AMOUNT IN WORDS
@if(!empty($receipt_details->total_unformatted)) {{ app(\App\Utils\TransactionUtil::class)->numberToCurrencyWords($receipt_details->total_unformatted, 'riyal', 'halala', 'en') }} @endif @if(!empty($receipt_details->total_unformatted)) {{ app(\App\Utils\TransactionUtil::class)->numberToCurrencyWords($receipt_details->total_unformatted, 'ريالًا و', ' هللة فقط', 'ar'); }} @endif |
|