@extends('Reports.template') @section('title') Store Stock Ledger Report @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}} | Period : {{\Helper::getDisplayMonthYear($fromDate)}} TO {{\Helper::getDisplayMonthYear($toDate)}} | ||||||||||||||
Sr. | Item Name / Category / UOM | Stock Qty | Stock Rt | Stock Amt | |||||||||||
Sr. | {{Config::get('store_constants.reports.TRN_DATE')}} | {{Config::get('store_constants.reports.TRN_NO')}}# | Ref No# | Batch | Exp | Pur Qty | Pur Rt | Pur Amt | Issue Qty | Issue Rt | Issue Amt | ||||
Total : {{ \Helper::zeroValueToNbspSpace($totalPurQty) }} | {{ \Helper::customAmountFormat($totalPurPrice) }} | {{ \Helper::zeroValueToNbspSpace($totalIssueQty) }} | {{ \Helper::customAmountFormat($totalIssuePrice) }} | ||||||||||||
Closing Balance : | {{ \Helper::zeroValueToNbspSpace($totalStockQty) }} | {{ \Helper::customAmountFormat($totalStockRate) }} | {{ \Helper::customAmountFormat($totalStockAmt) }} | ||||||||||||
{{$counterHeaderSr++}} | {{ $productTransactionHeader->h_product_name." / ".$productTransactionHeader->h_category." / ".$productTransactionHeader->h_suom }} | Opening Balance : | {{ $productTransactionHeader->h_opening_stock}} | {{ \Helper::customAmountFormat($productTransactionHeader->h_opening_rate) }} | {{ \Helper::customAmountFormat($productTransactionHeader->h_opening_price) }} | ||||||||||
{{ $counterTransactionSr++ }} | {{ \Helper::getDisplayDate($productTransaction->trn_date) }} | {{ $productTransaction->trn_type.$productTransaction->trn_id }} | {{ $productTransaction->reference_no }} | {{ $productTransaction->batch_no }} | {{ \Helper::getMonthYearFromDate($productTransaction->batch_exp) }} | {{ $productTransaction->pur_qty }} | {{ \Helper::customAmountFormat($productTransaction->pur_rate) }} | {{ \Helper::customAmountFormat($productTransaction->pur_price) }} | {{ \Helper::zeroValueToNbspSpace($productTransaction->issue_qty) }} | {{ \Helper::customAmountFormat($productTransaction->issue_rate) }} | {{ \Helper::customAmountFormat($productTransaction->issue_price) }} | ||||
Total : {{ $totalPurQty }} | {{ \Helper::customAmountFormat($totalPurPrice) }} | {{ $totalIssueQty }} | {{ \Helper::customAmountFormat($totalIssuePrice) }} | ||||||||||||
Closing Balance : | {{ $totalStockQty }} | {{ \Helper::customAmountFormat($totalStockRate) }} | {{ \Helper::customAmountFormat($totalStockAmt) }} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |