@extends('Reports.template') @section('title') PTR Comparison Report @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}}
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
PTR Comparison Report | Note : 1) For a product, last Purchase Voucer is considered for each supplier for given date range. 2) Net PTR is net off discount, free quanity and scheme amout. It is final landed rate. |
|||||||||||
Product Name | Unit | Generic Name | Supplier Name | MRP | MRP Per Unit | PTR | Disc % | Disc Amt | Net PTR | Net PTR Per Unit | Net PTR Per Unit With GST | Margin % |
{{ $displayProductName }} | 1X{{ $productDetail->conversion_factor }} | {{ $productDetail->generic_drug_name }} | {{ $productDetail->supplier_name }} | {{ \Helper::customAmountFormat($productDetail->mrp) }} | {{ \Helper::customAmountFormat($productDetail->mrp / $productDetail->conversion_factor) }} | {{ \Helper::customAmountFormat($productDetail->price) }} | {{ \Helper::customAmountFormat($discountPercent) }} | {{ \Helper::customAmountFormat($discountAmt) }} | {{ \Helper::customAmountFormat($productDetail->net_rate) }} | {{ \Helper::customAmountFormat($productDetail->price_per_unit_suom_wo_gst) }} | {{ \Helper::customAmountFormat($productDetail->price_per_unit_suom) }} | {{ \Helper::customAmountFormat($margin) }} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |