@extends('Reports.template') @section('title') @php $reportTitle = "Material Issue Summary - Product Wise"; @endphp {{$reportTitle}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@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.$reportTypeDisplay}} | Store : {{$storeName}} | Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}} | |||||||||||||||
Sr No | Product Name | Generic Drug Name | Category | ||||||||||||||
Trn No | Trn Date | Department / Patient Name | Qty | Price (WO GST) | Amount | ||||||||||||
Sr No | Product Name | Generic Drug Name | Category | Total Qty | Total Price (WO GST) | Total Amount | |||||||||||
Total | {{$totalIssueQty}} | @if($totalIssueQty != 0){{\Helper::customAmountFormat4(round($totalIssueAmount/$totalIssueQty,4))}} | @else{{\Helper::customAmountFormat4(0)}} | @endif{{\Helper::customAmountFormat4($totalIssueAmount)}} | |||||||||||||
{{$srheader++}} | {{$product->product_name}} | {{$product->generic_drug_name}} | {{$product->category_abbrev }} | ||||||||||||||
{{$srheader++}} | {{$product->product_name}} | {{$product->generic_drug_name}} | {{$product->category_abbrev }} | {{$product->quantity}} | @if($product->quantity != 0){{ \Helper::customAmountFormat4(round($product->total/$product->quantity,4)) }} | @else{{ \Helper::customAmountFormat4(0) }} | @endif{{ \Helper::customAmountFormat4($product->total) }} | ||||||||||
{{ $transaction->trn_type.$transaction->trn_id }} | {{\Helper::getDisplayDate($transaction->trn_date)}} | {{$patOrDeptName}} | {{$transaction->calc_quantity}} | @if($transaction->calc_quantity != 0){{ \Helper::customAmountFormat4(round($transaction->sold_amt/$transaction->calc_quantity,4))}} | @else{{ \Helper::customAmountFormat4(0)}} | @endif{{ \Helper::customAmountFormat4($transaction->sold_amt)}} | |||||||||||
Total | {{$totalIssueQty}} | @if($totalIssueQty != 0){{\Helper::customAmountFormat4(round($totalIssueAmount/$totalIssueQty,4))}} | @else{{\Helper::customAmountFormat(0)}} | @endif{{\Helper::customAmountFormat4($totalIssueAmount)}} | |||||||||||||
Grand Total | {{\Helper::customAmountFormat4($finalAmount)}} | ||||||||||||||||
Grand Total | {{\Helper::customAmountFormat4($finalAmount)}} | ✱ {{Config::get('constants.asterisk.WALK_CUST')}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | @else{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | @endif