@extends('Reports.template') @php $reportTitle = "Goods Adjustment Register Report"; @endphp @section('title') {{$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}} | Store : {{$storeName}} | Period : {{ \Helper::getDisplayDate($fromDate) }} TO {{ \Helper::getDisplayDate($toDate) }} | |||||||||
Vou No | Vou Date | Remark | Created By | ||||||||
Sr | Medicine Name | Category | SUOM | Mfg | Batch | Exp | Adj. Type | Adj. Stock Qty | Unit Price (With GST) | Adj. Stock Value | Current Stock Qty |
Total : | {{ \Helper::zeroValueToNbspSpace($totalQty)}} | {{\Helper::customAmountFormat4($totalAmount)}} | |||||||||
{{ $productTransaction->trn_type.$productTransaction->ph_trn_id }} | {{ \Helper::getDisplayDate($productTransaction->trn_date) }} | {{ $productTransaction->ph_remarks }} | @if($productTransaction->ph_created_by) {{$productTransaction->ph_created_by ." ".Carbon\Carbon::parse($datetime)->format('d-m-Y h:i:s')}} @endif | ||||||||
{{$transactionSr++}} | {{ \Helper::zeroValueToDash($productTransaction->product_name) }} | {{ \Helper::zeroValueToDash($productTransaction->category_abbrev) }} | {{ \Helper::zeroValueToDash($productTransaction->unit_abbrev) }} | {{ \Helper::zeroValueToDash($productTransaction->manufacturer_name) }} | {{ $productTransaction->batch_no }} | {{ \Helper::getMonthYearFromDate($productTransaction->batch_exp) }} | {{ ($productTransaction->ledger_type == 'C') ? 'Credit' : 'Debit' }} | {{\Helper::zeroValueToNbspSpace($productTransaction->quantity)}} | {{\Helper::customAmountFormat4($productTransaction->price_per_unit_suom)}} | {{\Helper::customAmountFormat4($productTransaction->total)}} | {{\Helper::zeroValueToNbspSpace($productTransaction->current_stock_qty)}} |
Total : | {{ \Helper::zeroValueToNbspSpace($totalQty)}} | {{\Helper::customAmountFormat4($totalAmount)}} | |||||||||
Grand Total : | {{\Helper::customAmountFormat4($finalAmount)}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |