@extends('Reports.template') @if($trnType == "GRN") @php $reportTitle = 'Good Receipt Note Register Report'; @endphp @elseif($trnType == "GRNR") @php $reportTitle = 'Good Receipt Note Return Register Report'; @endphp @endif @section('title') {{$reportTitle}} @endsection @section('ExternalCss') @parent @endsection @section('Content') @php if($trnStatus === 'P'){ $trnStatusMessage = "Partial"; }else if($trnStatus === 'T'){ $trnStatusMessage = "Cancelled"; }else if($trnStatus === 'C'){ $trnStatusMessage = "Completed"; }else{ $trnStatusMessage = "ALL"; } @endphp
@if($businessEntityMasterData[0]->logo != null) logo )}}"/> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$reportTitle." "}} | Store : {{$storeName}} | Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}} | ||||||||||||||||||
Vou No | Vou Date | Supp Bill No | Supp Bill Date | PO No | Credit Bill | Supp Name | Gross | Disc | Net Taxable | CGST | SGST | IGST | Invoice | Shipp. Charges | TCS Amt | R. Off | Net Amount | |||
Sr | Name | Mfg | Category | Unit | Ref No. | Qty | FQty | Lot No | Exp | Sch Amt | MRP | Rate | Disc% | Net Rate | Taxable | GST% | GST | Amount | ||
@if($remark != '') Remarks : {{$remark}} @endif | Total Qty : | {{ \Helper::zeroValueToNbspSpace($totalQty)}} | {{\Helper::zeroValueToNbspSpace($totalFreeQty)}} | {{"Created By : "}} @if($createdBy) {{$createdBy ." ".Carbon\Carbon::parse($datetime)->format('d-m-Y h:i:s')}} @endif | ||||||||||||||||
{{ $symbol }} {{ $productTransaction->trn_type.$productTransaction->ph_trn_id }} | {{ \Helper::getDisplayDate($productTransaction->ph_trn_date) }} | {{ $productTransaction->ph_purchase_bill_no }} | {{ \Helper::getDisplayDate($productTransaction->ph_purchase_bill_date) }} | @if($productTransaction->trn_type == "GRN" && $productTransaction->purchase_order_no > 0){{ "PO".$productTransaction->purchase_order_no }}@else{{ " " }}@endif | @if($productTransaction->is_credit_bill == "Y"){{ "Yes" }}@else{{ "No" }}@endif | {{ $productTransaction->supplier_name }} | {{ \Helper::customAmountFormat($phGrossTotal) }} | {{ \Helper::customAmountFormat($phDiscountAmt) }} | {{ \Helper::customAmountFormat($phNetTaxableAmt) }} | {{ \Helper::customAmountFormat($phCgstAmt) }} | {{ \Helper::customAmountFormat($phSgstAmt) }} | {{ \Helper::customAmountFormat($phIgstAmt) }} | {{ \Helper::customAmountFormat($phInvoiceAmt) }} | {{ \Helper::customAmountFormat($phShippingAmount) }} | {{ \Helper::customAmountFormat($phTcsAmount) }} | {{ \Helper::customAmountFormat($phRoundOff) }} | {{ \Helper::customAmountFormat($phTotal) }} | |||
{{$transactionSr++}} | {{ \Helper::zeroValueToNbspSpace($productTransaction->product_name) }} | {{ \Helper::zeroValueToNbspSpace(strtoupper($productTransaction->manufacturer_code)) }} | {{ \Helper::zeroValueToNbspSpace($productTransaction->category_abbrev) }} | {{ \Helper::zeroValueToNbspSpace($productTransaction->unit_abbrev) }} | {{ \Helper::zeroValueToNbspSpace($refTrnNo) }} | {{ \Helper::zeroValueToNbspSpace($productTransaction->quantity) }} | {{ \Helper::zeroValueToNbspSpace($productTransaction->free_quantity) }} | {{ \Helper::zeroValueToNbspSpace($productTransaction->batch_no) }} | {{ \Helper::getMonthYearFromDate($productTransaction->batch_exp) }} | {{ \Helper::customAmountFormat($productTransaction->sch_amt) }} | {{ \Helper::customAmountFormat($productTransaction->mrp) }} | {{ \Helper::customAmountFormat4($productTransaction->price) }} | {{ \Helper::customAmountFormat($productTransaction->discount) }} | {{ \Helper::customAmountFormat($productTransaction->net_rate) }} | {{ \Helper::customAmountFormat($productTransaction->taxable_amt) }} | {{ \Helper::customAmountFormat(floatval($productTransaction->sgst_percentage) + floatval($productTransaction->cgst_percentage) + floatval($productTransaction->igst_percentage)) }} | {{ \Helper::customAmountFormat(floatval($productTransaction->sgst_value) + floatval($productTransaction->cgst_value) + floatval($productTransaction->igst_value)) }} | {{ \Helper::customAmountFormat($productTransaction->total) }} | ||
@if($remark != '') Remarks : {{$remark}} @endif | Total Qty : | {{ \Helper::zeroValueToNbspSpace($totalQty)}} | {{\Helper::zeroValueToNbspSpace($totalFreeQty)}} | {{"Created By : "}} @if($createdBy) {{$createdBy ." ".Carbon\Carbon::parse($datetime)->format('d-m-Y h:i:s')}} @endif | ||||||||||||||||
Total Bills : {{\Helper::zeroValueToNbspSpace($summary->Bills)}} | {{\Helper::customAmountFormat($summary->gross_total)}} | {{\Helper::customAmountFormat($summary->discount)}} | {{\Helper::customAmountFormat($summary->net_taxable_amt)}} | {{\Helper::customAmountFormat($summary->cgst_amt)}} | {{\Helper::customAmountFormat($summary->sgst_amt)}} | {{\Helper::customAmountFormat($summary->igst_amt)}} | {{\Helper::customAmountFormat($summary->invoice_amt)}} | {{\Helper::customAmountFormat($summary->shipping_other_charges)}} | {{\Helper::customAmountFormat($summary->tcs_amount)}} | {{\Helper::customAmountFormat($summary->round_off)}} | {{\Helper::customAmountFormat($summary->total)}} | ✱ Partially save | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |