@extends('Reports.template') @php $reportTitle = 'Product Sale Details with HSN'; @endphp @section('title') {{__($reportTitle)}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
|
@if($businessEntityMasterData[0]->logo != null)
|
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__($reportTitle)." "}} | {{__('Period')}} : {{\Helper::getDisplayDate($fromDate)}} {{__('TO')}} {{\Helper::getDisplayDate($toDate)}} | ||||||||||||||||||
| {{__('Case Type')}} | {{__('Bill No')}} | {{__('Medicine Name')}} | {{__('HSN Code')}} | {{__('Quantity')}} | {{__('Net Value')}} | {{__('Taxable Value')}} | {{__('GST')}} % | {{__('Integrated Tax Amount')}} | {{__('Central Tax Amount')}} | {{__('State/UT Tax Amount')}} | |||||||||
| {{ $visit_type }} | {{$ptd->trn_type .' / '.$ptd->trn_fyear.' / '. $ptd->trn_id}} | {{$ptd->product_name}} | {{ $ptd->product_hsn_code }} | {{ $ptd->quantity}} | {{\Helper::customAmountFormat($ptd->total-$ptd->discount_amt)}} | {{\Helper::customAmountFormat($ptd->taxable_amt)}} | {{ ($ptd->sgst_percentage+$ptd->cgst_percentage+$ptd->igst_percentage ) }} | {{\Helper::customAmountFormat($ptd->igst_value)}} | {{\Helper::customAmountFormat($ptd->cgst_value)}} | {{\Helper::customAmountFormat($ptd->sgst_value)}} | |||||||||
| {{__('Total Sale')}}: | {{$net_value}} | {{$taxable_value}} | {{$igst!=0 ? $igst : '' }} | {{$cgst}} | {{$sgst}} | ||||||||||||||
| {{__('Total Sale Return')}}: | {{$Rnet_value}} | {{$Rtaxable_value}} | {{$Rigst!=0 ? $igst : '' }} | {{$Rcgst}} | {{$Rsgst}} | ||||||||||||||
| {{__('Total')}}: | {{$net_value-$Rnet_value}} | {{$taxable_value-$Rtaxable_value}} | {{($igst-$Rigst)!=0 ? $igst : '' }} | {{$cgst-$Rcgst}} | {{$sgst-$Rsgst}} | ✱ {{__('Partially save')}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||