|
|
|
Bill to Party
@if(!empty($receipt_details->customer_info))
{!! $receipt_details->customer_info !!}
@endif
GST No: {!! $receipt_details->customer_tax_number !!}
State: TAMILNADU
Code: 33
|
Ship to Party
@if(!empty($receipt_details->shipping_details) || !empty($receipt_details->shipping_address_))
@if(!empty($receipt_details->shipping_details))
{!! $receipt_details->shipping_details !!}@endif @if(!empty($receipt_details->shipping_address_)) {!! nl2br($receipt_details->shipping_address_) !!} @endif @else @if(!empty($receipt_details->customer_info)) {!! $receipt_details->customer_info !!} @endif @if(!empty($receipt_details->client_id_label)) {{ $receipt_details->client_id_label }} {{ $receipt_details->client_id }} @endif @if(!empty($receipt_details->customer_custom_fields)) {!! $receipt_details->customer_custom_fields !!} @endif @endif
State: TAMILNADU
Code: 33
|
| S.No | Product Description | HSN | QTY | Rate | CGST | SGST | Total | ||
|---|---|---|---|---|---|---|---|---|---|
| % | Amt | % | Amt | ||||||
| {{$loop->iteration}} |
@if(!empty($line['image']))
{{$line['lot_number_label']}}: {{$line['lot_number']}} @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 |
{{$line['product_custom_fields4']}} |
{{$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']}} | @if(!empty($receipt_details->table_tax_headings)) @foreach($receipt_details->table_tax_headings as $tax_heading)@if(!empty($line['group_tax_details'])) @foreach($line['group_tax_details'] as $tax_detail) @if(strpos($tax_detail['name'], $tax_heading) !== FALSE) {{$tax_detail['amount']}}% @endif @endforeach @else @if(strpos($line['tax_name'], $tax_heading) !== FALSE) {{$line['tax_percent']}}% @endif @endif | @if(!empty($line['group_tax_details'])) @foreach($line['group_tax_details'] as $tax_detail) @if(strpos($tax_detail['name'], $tax_heading) !== FALSE) @php $totals[$tax_heading] += $tax_detail['calculated_tax']; @endphp {{$tax_detail['calculated_tax']}} @endif @endforeach @else @if(strpos($line['tax_name'], $tax_heading) !== FALSE) @php $totals[$tax_heading] += ($line['tax_unformatted'] * $line['quantity_uf']); @endphp {{$line['tax_unformatted'] * $line['quantity_uf']}} @endif @endif | @endforeach @endif{{$line['line_total']}} | ||
| {{$modifier['name']}} {{$modifier['variation']}} @if(!empty($modifier['sub_sku'])), {{$modifier['sub_sku']}} @endif @if(!empty($modifier['sell_line_note']))({!!$modifier['sell_line_note']!!}) @endif | @if($receipt_details->show_cat_code == 1)@if(!empty($modifier['cat_code'])) {{$modifier['cat_code']}} @endif | @endif{{$modifier['quantity']}} {{$modifier['units']}} | {{$modifier['unit_price_exc_tax']}} | {{$modifier['line_total']}} | |||||
|
* This is a computer generated invoice.
|
|