ESTIMATION / CASH | |||||
@if(!empty($receipt_details->customer_label))
{{ $receipt_details->customer_label }} |
@if(!empty($receipt_details->invoice_no_prefix))
{!! $receipt_details->invoice_no_prefix !!}
@endif
{{$receipt_details->invoice_no}}
@if(!empty($receipt_details->date_label))
{{$receipt_details->date_label}} {{$receipt_details->invoice_date}} @endif |
||||
# | @php $p_width = 20; @endphp @if($receipt_details->show_cat_code != 1) @php $p_width = 30; @endphp @endif{{$receipt_details->table_product_label}} | @if($receipt_details->show_cat_code == 1){{$receipt_details->cat_code_label}} | @endif{{$receipt_details->table_qty_label}} | {{$receipt_details->table_unit_price_label}} | {{$receipt_details->table_subtotal_label}} |
{{$loop->iteration}} |
@if(!empty($line['image']))
{!!$line['sell_line_note']!!} @endif @if(!empty($line['lot_number'])) {{$line['lot_number_label']}}: {{$line['lot_number']}} @endif @if(!empty($line['product_expiry'])), {{$line['product_expiry_label']}}: {{$line['product_expiry']}} @endif @if(!empty($line['warranty_name'])) {{$line['warranty_name']}} @endif @if(!empty($line['warranty_exp_date'])) - {{@format_date($line['warranty_exp_date'])}} @endif @if(!empty($line['warranty_description'])) {{$line['warranty_description'] ?? ''}}@endif @if($receipt_details->show_base_unit_details && $line['quantity'] && $line['base_unit_multiplier'] !== 1) 1 {{$line['units']}} = {{$line['base_unit_multiplier']}} {{$line['base_unit_name']}} {{$line['unit_price_inc_tax']}} x {{$line['quantity']}} = {{$line['line_total']}} @endif |
@if($receipt_details->show_cat_code == 1)
@if(!empty($line['cat_code'])) {{$line['cat_code']}} @endif | @endif
{{$line['quantity']}} {{$line['units']}}
@if($receipt_details->show_base_unit_details && $line['quantity'] && $line['base_unit_multiplier'] !== 1)
{{$line['quantity']}} x {{$line['base_unit_multiplier']}} = {{$line['orig_quantity']}} {{$line['base_unit_name']}} @endif |
{{$line['unit_price_before_discount']}} | {{$line['line_total']}} |
@if($lines==$i) |
{!! $receipt_details->subtotal_label !!}
@if( !empty($receipt_details->discount) )
{!! $receipt_details->discount_label !!} @endif @if( !empty($receipt_details->total_line_discount) ) {!! $receipt_details->line_discount_label !!} @endif @if( $receipt_details->round_off_amount > 0) {!! $receipt_details->round_off_label !!} @endif {!! $receipt_details->total_label !!} |
{{$receipt_details->subtotal}}
@if( !empty($receipt_details->discount) )
(-) {{$receipt_details->discount}} @endif @if( !empty($receipt_details->total_line_discount) ) (-) {{$receipt_details->total_line_discount}} @endif @if( $receipt_details->round_off_amount > 0) {{$receipt_details->round_off}} @endif {{$receipt_details->total}} |
@endif
|
Authorized Signature |